zephyr/lib/cmsis_rtos_v1
Andrew Boie fe031611fd kernel: rename main/idle thread/stacks
The main and idle threads, and their associated stacks,
were being referenced in various parts of the kernel
with no central definition. Expose these in kernel_internal.h
and namespace with z_ appropriately.

The main and idle threads were being defined statically,
with another variable exposed to contain their pointer
value. This wastes a bit of memory and isn't accessible
to user threads anyway, just expose the actual thread
objects.

Redundance MAIN_STACK_SIZE and IDLE_STACK_SIZE defines
in init.c removed, just use the Kconfigs they derive
from.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-09-30 15:25:55 -04:00
..
CMakeLists.txt cmake: don't link interface libraries with zephyr_interface 2019-09-26 05:50:46 -07:00
cmsis_kernel.c kernel: rename main/idle thread/stacks 2019-09-30 15:25:55 -04:00
cmsis_mailq.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
cmsis_mempool.c lib/cmsis_rtos_v1: Use k_is_in_isr instead of _is_in_isr 2018-11-15 09:20:57 -05:00
cmsis_msgq.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
cmsis_mutex.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
cmsis_semaphore.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
cmsis_signal.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
cmsis_thread.c cleanup: include/: move atomic.h to sys/atomic.h 2019-06-27 22:55:49 -04:00
cmsis_timer.c lib/cmsis_rtos_v1: Use k_is_in_isr instead of _is_in_isr 2018-11-15 09:20:57 -05:00
cmsis_wait.c lib/cmsis_rtos_v1: Use k_is_in_isr instead of _is_in_isr 2018-11-15 09:20:57 -05:00
Kconfig lib: cmsis_v1: set stack size larger if coverage 2019-05-02 15:42:33 -04:00