summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/ts-fatal-idle-thread-stack-too-small.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* doxygen: Add groups for related test suitesSebastian Huber2023-03-141-1/+1
|
* validation: Derive names from item UIDsSebastian Huber2023-03-131-3/+3
| | | | | | | Use the item UID converted to CamelCase for Doxygen group names and testsuite names. Update #3716.
* score: INTERNAL_ERROR_IDLE_THREAD_STACK_TOO_SMALLSebastian Huber2022-10-141-0/+97
Ensure that the IDLE storage allocator did allocate a suffiently large area. Update #3835. Update #4524.