zephyr/arch/arm/core
Allan Stephens dd07b4779f kernel: Eliminate use of KERNEL_V2 configuration option
The unified kernel is now the only supported kernel, so this
option is unnessary. Eliminating this option also enables
the removal of some legacy code that is no longer required.

Change-Id: Ibfc339d643c8de16a2ed2009c9b468848b8b4972
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-11-12 12:04:39 +00:00
..
cortex_m arm: remove support for legacy kernels 2016-11-04 22:56:18 +00:00
offsets arm: remove support for legacy kernels 2016-11-04 22:56:18 +00:00
__aeabi_atexit.c build: Add C++ support 2016-02-05 20:25:23 -05:00
cpu_idle.S arch/arm: add initial support for Cortex-M0/M0+ 2016-10-22 01:25:53 +00:00
exc_exit.S arm: remove support for legacy kernels 2016-11-04 22:56:18 +00:00
fatal.c arches: use new kernel APIs 2016-11-09 20:49:40 +00:00
fault.c arch: arc: arm: sys_thread_self_get -> k_current_get 2016-11-10 18:52:51 +00:00
fault_s.S arch/arm: add initial support for Cortex-M0/M0+ 2016-10-22 01:25:53 +00:00
gdb_stub.S arch/arm: add initial support for Cortex-M0/M0+ 2016-10-22 01:25:53 +00:00
gdb_stub_irq_vector_table.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
irq_init.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
irq_manage.c ARM: irq: Add _arch_irq_is_enabled external interrupt API 2016-09-20 19:45:31 +00:00
irq_offload.c irq_offload: API to run a function in IRQ context 2016-02-05 20:24:55 -05:00
isr_wrapper.S arch/arm: add initial support for Cortex-M0/M0+ 2016-10-22 01:25:53 +00:00
Kconfig arm: Add support for both floating point ABIs 2016-08-11 17:37:12 +00:00
Makefile arm: remove support for legacy kernels 2016-11-04 22:56:18 +00:00
swap.S kernel: Eliminate use of KERNEL_V2 configuration option 2016-11-12 12:04:39 +00:00
sys_fatal_error_handler.c arches: use new kernel APIs 2016-11-09 20:49:40 +00:00
thread.c kernel: add __ASSERT() for thread priorities 2016-11-08 20:27:31 -05:00
thread_abort.c unified: Finish adding thread monitoring support 2016-10-26 17:03:13 +00:00