mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 02:57:55 +08:00
c-user: INTERNAL_ERROR_IDLE_THREAD_CREATE_FAILED
Document this fatal error.
This commit is contained in:
parent
5eae93cbd1
commit
36ae26d6e6
@ -361,3 +361,8 @@ INTERNAL_ERROR_RTEMS_INIT_TASK_CONSTRUCT_FAILED (42)
|
|||||||
The construction of the RTEMS initialization task failed. This fatal error
|
The construction of the RTEMS initialization task failed. This fatal error
|
||||||
may occur during system initialization. It is an application configuration
|
may occur during system initialization. It is an application configuration
|
||||||
error.
|
error.
|
||||||
|
|
||||||
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user