mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 03:37:03 +08:00
c-user: INTERNAL_ERROR_NO_MEMORY_FOR_IDLE_TASK_STORAGE
Document this fatal error.
This commit is contained in:
parent
36ae26d6e6
commit
bb9c38dcfc
@ -366,3 +366,8 @@ INTERNAL_ERROR_IDLE_THREAD_CREATE_FAILED (43)
|
|||||||
The creation of an IDLE task failed. This fatal error may occur during
|
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
|
system initialization. It happens if a task create extension fails for an
|
||||||
IDLE task.
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user