mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-29 21:59:32 +01:00
Assert when a new task is started on a nonexisting CPU Previously, starting a task on a CPU ID higher than the amount of CPUs FreeRTOS is configured with would not start the task and possibly have unintended side effects due to some out-of-bounds array writes. Assert on this so the app aborts cleanly. See merge request !701
159 KiB
159 KiB