summaryrefslogtreecommitdiffstats
path: root/c-user/fatal-error/background.rst
diff options
context:
space:
mode:
Diffstat (limited to 'c-user/fatal-error/background.rst')
-rw-r--r--c-user/fatal-error/background.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/c-user/fatal-error/background.rst b/c-user/fatal-error/background.rst
index 3bc170f..7c394c7 100644
--- a/c-user/fatal-error/background.rst
+++ b/c-user/fatal-error/background.rst
@@ -361,3 +361,8 @@ INTERNAL_ERROR_RTEMS_INIT_TASK_CONSTRUCT_FAILED (42)
The construction of the RTEMS initialization task failed. This fatal error
may occur during system initialization. It is an application configuration
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.