zephyr/arch/arc/core
Andrew Boie 7327c9ee1f nanokernel: move C atomic operations to centralized code
These C variants of atomic operations can work on any arch,
have platforms select them if they don't have ASM equivalents.

Change-Id: I38eb03bb58beff865681ee56ef7bc0fcded1e906
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-04-27 21:40:19 +00:00
..
offsets arc: implement stack checking 2016-03-29 01:25:49 +00:00
Makefile nanokernel: move C atomic operations to centralized code 2016-04-27 21:40:19 +00:00
atomic.S arc: add atomic operations for ARC EM family processors 2016-02-05 20:25:16 -05:00
cpu_idle.S arc: add nanokernel tickless idle support 2016-02-05 20:25:13 -05:00
errno.S kernel: add per-thread errno support 2016-02-05 20:24:58 -05:00
fast_irq.S arc: remove unecessary instruction and doc 2016-03-29 01:25:49 +00:00
fatal.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
fault.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
fault_s.S Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
irq_manage.c irq: formalize external zephyr interrupt API 2016-02-26 15:53:22 +00:00
irq_offload.c irq_offload: ARC implementation 2016-02-05 20:24:55 -05:00
irq_vector_table.c arc: move vector and sw isr table to core code 2016-03-08 09:58:20 -08:00
isr_wrapper.S debug: interrupt event logger support for arc 2016-04-22 12:39:22 +00:00
prep_c.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
regular_irq.S arc: implement stack checking 2016-03-29 01:25:49 +00:00
reset.S arc: make SRAM/DCCM values configurable 2016-04-25 19:17:03 +00:00
sw_isr_table.S arc: move vector and sw isr table to core code 2016-03-08 09:58:20 -08:00
swap.S arc: implement stack checking 2016-03-29 01:25:49 +00:00
swap_macros.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
sys_fatal_error_handler.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
thread.c arc: implement stack checking 2016-03-29 01:25:49 +00:00
thread_entry_wrapper.S Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
vector_table.c arc: fix alignment of IRQ vector table 2016-02-05 20:25:13 -05:00