From 36ae26d6e63d3300bfa5963407d22f255bcf4738 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 29 Sep 2022 10:07:41 +0200 Subject: c-user: INTERNAL_ERROR_IDLE_THREAD_CREATE_FAILED Document this fatal error. --- c-user/fatal-error/background.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'c-user') 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. -- cgit v1.2.3