zephyr/tests/kernel/threads
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
..
dynamic_thread tests: clean up fatal error handlers 2019-08-06 19:32:22 -07:00
no-multithreading boards: remove galileo board 2019-07-29 21:30:25 -07:00
thread_apis kernel: rename main/idle thread/stacks 2019-09-30 15:25:55 -04:00
thread_init tests: adjust stack size for mps2_an385's coverage test 2019-04-11 17:59:39 -04:00