mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 08:22:29 +00:00
Before, the kernel would run the main() function twice; first as an entry in k_task_list, and then again from _main(). The _main() invocation would be using a potentially insufficient stack size. Now if an MDEF file declares a main() thread, invoke it from _main(), but honor the desired priority and stack size. Issue: ZEP-1145 Change-Id: I1abf38fc038e270059589b11d96fae1b3f265208 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com> |
||
---|---|---|
.. | ||
configs | ||
microkernel | ||
nanokernel | ||
unified | ||
Kconfig | ||
Makefile |