summaryrefslogtreecommitdiffstats
path: root/c-user
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-09-29 10:07:41 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-10-14 15:04:35 +0200
commit36ae26d6e63d3300bfa5963407d22f255bcf4738 (patch)
treec409ee7f2ae8f0ebf001b1b4a9c2922727086dc1 /c-user
parentc-user: Add CONFIGURE_IDLE_TASK_STORAGE_SIZE (diff)
downloadrtems-docs-36ae26d6e63d3300bfa5963407d22f255bcf4738.tar.bz2
c-user: INTERNAL_ERROR_IDLE_THREAD_CREATE_FAILED
Document this fatal error.
Diffstat (limited to 'c-user')
-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.