mirror of
https://git.rtems.org/rtems-docs/
synced 2025-06-06 06:58:50 +08:00
c-user: INTERNAL_ERROR_IDLE_THREAD_STACK_TOO_SMALL
Document this fatal error.
This commit is contained in:
parent
bb9c38dcfc
commit
a6c426d863
@ -371,3 +371,10 @@ INTERNAL_ERROR_NO_MEMORY_FOR_IDLE_TASK_STORAGE (44)
|
|||||||
There was not enough memory available to allocate an IDLE task stack. This
|
There was not enough memory available to allocate an IDLE task stack. This
|
||||||
fatal error may occur during system initialization. It is an application
|
fatal error may occur during system initialization. It is an application
|
||||||
configuration error.
|
configuration error.
|
||||||
|
|
||||||
|
INTERNAL_ERROR_IDLE_THREAD_STACK_TOO_SMALL (45)
|
||||||
|
The task stack size of an IDLE task would have been less than the
|
||||||
|
configured stack size for IDLE tasks, see
|
||||||
|
:ref:`CONFIGURE_IDLE_TASK_STACK_SIZE <CONFIGURE_IDLE_TASK_STACK_SIZE>`.
|
||||||
|
This fatal error may occur during system initialization. It is an
|
||||||
|
application configuration error.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user