zephyr/arch/arm/core
Vincenzo Frascino bb9c8df891 arm: core: Update core to use struct k_thread
This patch updates the ARM core to use struct k_thread instead of struct
tcs. Struct tcs has been deprecated with Zephyr 1.6.

Change-Id: I1219add0bbcca4b963ffe02cd4519eca355c7719
Signed-off-by: Vincenzo Frascino <vincenzo.frascino@linaro.org>
2017-03-30 18:31:05 +00:00
..
cortex_m arch/arm/core: In comments, consistently refer to "Cortex-M". 2017-03-13 12:53:46 +00:00
offsets arm: core: Update core to use struct k_thread 2017-03-30 18:31:05 +00:00
Kconfig arm: cmsis: Introduce CMSIS layer 2017-01-23 15:15:54 -06:00
Makefile arm: use gen_isr_tables mechanism for interrupts 2017-02-11 01:27:58 +00:00
__aeabi_atexit.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
cpu_idle.S arch/arm/core: In comments, consistently refer to "Cortex-M". 2017-03-13 12:53:46 +00:00
exc_exit.S arch/arm/core: In comments, consistently refer to "Cortex-M". 2017-03-13 12:53:46 +00:00
fatal.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
fault.c arm: cmsis: Convert _Scb*Fault*Reset to use direct CMSIS register access 2017-02-10 14:47:41 -06:00
fault_s.S arm: cmsis: Convert _ScbIsNestedExc to use direct CMSIS register access 2017-02-10 14:47:41 -06:00
irq_init.c arm: cmsis: Remove nvic.h and use CMSIS NVIC calls directly 2017-01-30 11:02:36 -06:00
irq_manage.c arch/arm/core: In comments, consistently refer to "Cortex-M". 2017-03-13 12:53:46 +00:00
irq_offload.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
isr_wrapper.S arch/arm/core: In comments, consistently refer to "Cortex-M". 2017-03-13 12:53:46 +00:00
swap.S arm: core: Update core to use struct k_thread 2017-03-30 18:31:05 +00:00
sys_fatal_error_handler.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
thread.c arm: core: Update core to use struct k_thread 2017-03-30 18:31:05 +00:00
thread_abort.c arm: core: Update core to use struct k_thread 2017-03-30 18:31:05 +00:00