summaryrefslogtreecommitdiffstats
path: root/c-user
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-09-29 10:10:11 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-10-14 15:04:35 +0200
commita6c426d863fa40e72a93eb1eac516c710b9b0350 (patch)
treea6e5b291ca02d9ab4d014a2385153a1167d77e2f /c-user
parentc-user: INTERNAL_ERROR_NO_MEMORY_FOR_IDLE_TASK_STORAGE (diff)
downloadrtems-docs-a6c426d863fa40e72a93eb1eac516c710b9b0350.tar.bz2
c-user: INTERNAL_ERROR_IDLE_THREAD_STACK_TOO_SMALL
Document this fatal error.
Diffstat (limited to 'c-user')
-rw-r--r--c-user/fatal-error/background.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/c-user/fatal-error/background.rst b/c-user/fatal-error/background.rst
index cc1be30..e3d7320 100644
--- a/c-user/fatal-error/background.rst
+++ b/c-user/fatal-error/background.rst
@@ -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
fatal error may occur during system initialization. It is an application
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.