summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/validation/fatal-idle-thread-stack-too-small.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2022-10-14score: INTERNAL_ERROR_IDLE_THREAD_STACK_TOO_SMALLSebastian Huber1-3/+3
Ensure that the IDLE storage allocator did allocate a suffiently large area. Update #3835. Update #4524.
2022-10-14score: INTERNAL_ERROR_IDLE_THREAD_CREATE_FAILEDSebastian Huber1-2/+3
Add the INTERNAL_ERROR_IDLE_THREAD_CREATE_FAILED fatal error in case the creation of an idle thread fails. This may happen due to a failing create extension provided by the application.
2022-02-21kern_ntptime.c: Port to RTEMSSebastian Huber1-3/+3
Remove previous adjtime() implementation. Update #2348.
2020-09-14build: Alternative build system based on wafSebastian Huber1-0/+19
Update #3818.