c-user: INTERNAL_ERROR_NO_MEMORY_FOR_IDLE_TASK_STORAGE

Document this fatal error.
This commit is contained in:
Sebastian Huber 2022-09-30 09:52:36 +02:00
parent 36ae26d6e6
commit bb9c38dcfc

View File

@ -366,3 +366,8 @@ INTERNAL_ERROR_IDLE_THREAD_CREATE_FAILED (43)
The creation of an IDLE task failed. This fatal error may occur during
system initialization. It happens if a task create extension fails for an
IDLE task.
INTERNAL_ERROR_NO_MEMORY_FOR_IDLE_TASK_STORAGE (44)
There was not enough memory available to allocate an IDLE task stack. This
fatal error may occur during system initialization. It is an application
configuration error.