6 Commits

Author SHA1 Message Date
Sebastian Huber
a6c426d863 c-user: INTERNAL_ERROR_IDLE_THREAD_STACK_TOO_SMALL
Document this fatal error.
2022-10-14 15:04:35 +02:00
Sebastian Huber
bb9c38dcfc c-user: INTERNAL_ERROR_NO_MEMORY_FOR_IDLE_TASK_STORAGE
Document this fatal error.
2022-10-14 15:04:35 +02:00
Sebastian Huber
36ae26d6e6 c-user: INTERNAL_ERROR_IDLE_THREAD_CREATE_FAILED
Document this fatal error.
2022-10-14 15:04:35 +02:00
Sebastian Huber
6ea95ab717 c-user: INTERNAL_ERROR_RTEMS_INIT_TASK_CONSTRUCT_FAILED
Document this fatal error.
2022-10-06 09:20:50 +02:00
Sebastian Huber
2ae3364b10 c-user: Generate task manager documentation
The documentation is a consolidation of the comments in Doxygen markup
and the documentation sources in Sphinx markup.  The documentation was
transfered to interface specification items.  The documentation source
files were generated from the items by a script.

Update #3993.
2021-04-28 09:03:49 +02:00
Sebastian Huber
62ca9c1bc3 c-user: Split up fatal error manager
This makes it easier to automatically generate parts of the module
documentation in the future.

Update #3993.
2021-04-21 09:35:58 +02:00