zephyr/arch/arm/core
Peter Mitsis 7d2fc8ec22 Add _NANO_ERR_ALLOCATION_FAIL fatal error code
This reason code will be used indicate that the kernel failed to allocate a
critical resource (such as a command packet or a timer packet).

Change-Id: I6d4c3d96fc70b2b8cab4027b1b8e4febf4d6c474
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:14:13 -05:00
..
offsets Creation of Makefiles for arch directory. 2016-02-05 20:14:04 -05:00
atomic.s First commit 2015-04-10 16:44:37 -07:00
basepri.s Renaming include/nanokernel to include/arch 2016-02-05 20:14:12 -05:00
cpu_idle.s Renaming include/nanokernel to include/arch 2016-02-05 20:14:12 -05:00
exc_exit.s Renaming include/nanokernel to include/arch 2016-02-05 20:14:12 -05:00
fault.c Renaming include/nanokernel to include/arch 2016-02-05 20:14:12 -05:00
fault_s.s Renaming include/nanokernel to include/arch 2016-02-05 20:14:12 -05:00
ffs.s First commit 2015-04-10 16:44:37 -07:00
gdb_stub.s Renaming include/nanokernel to include/arch 2016-02-05 20:14:12 -05:00
gdb_stub_irq_vector_table.c Renaming include/nanokernel to include/arch 2016-02-05 20:14:12 -05:00
irq_init.c Renaming include/nanokernel to include/arch 2016-02-05 20:14:12 -05:00
irq_manage.c Renaming include/nanokernel to include/arch 2016-02-05 20:14:12 -05:00
isr_wrapper.s Renaming include/nanokernel to include/arch 2016-02-05 20:14:12 -05:00
Makefile Kbuild: fix building of task_abort for arm 2016-02-05 20:14:07 -05:00
nano_fiber_abort.c Renaming include/nanokernel to include/arch 2016-02-05 20:14:12 -05:00
nanocontext.c Renaming include/nanokernel to include/arch 2016-02-05 20:14:12 -05:00
nanofatal.c Add _NANO_ERR_ALLOCATION_FAIL fatal error code 2016-02-05 20:14:13 -05:00
swap.s Renaming include/nanokernel to include/arch 2016-02-05 20:14:12 -05:00
task_abort.c Rename cmdpacket to cmd_packet 2016-02-05 20:13:53 -05:00