mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 12:25:51 +00:00
Instead of initializing the stack (when INIT_STACKS is enabled) in start_task() and _fiber_start(), do it in _NewContext(). This helps to both reduce code duplication AND ensure that all contexts get an initialized stack (previously the background/idle task's was missed). Change-Id: If2d50309d2be48fac937f5d0ae96b9de185c0fe2 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com> |
||
---|---|---|
.. | ||
include | ||
compiler_stack_protect.c | ||
ctors.c | ||
device.c | ||
idle.c | ||
int_latency_bench.c | ||
Kconfig | ||
Makefile | ||
nano_context.c | ||
nano_fiber.c | ||
nano_fifo.c | ||
nano_init.c | ||
nano_lifo.c | ||
nano_sema.c | ||
nano_stack.c | ||
nano_sys_clock.c | ||
nano_timer.c | ||
nanometrics.c | ||
version.c |