summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/ts-validation-acfg-1.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-4/+3
| | | | | | | Use the item UID converted to CamelCase for Doxygen group names and testsuite names. Update #3716.
* config: Add CONFIGURE_IDLE_TASK_STORAGE_SIZESebastian Huber2022-10-141-0/+2
| | | | | | | | | | | | By default, allocate the IDLE task storage areas from the RTEMS Workspace. This avoids having to estimate the thread-local storage size in the default configuration. Add the application configuration option CONFIGURE_IDLE_TASK_STORAGE_SIZE to request a static allocation of the task storage area for IDLE tasks. Update #3835. Update #4524.
* validation: Test application configurationSebastian Huber2022-03-241-0/+111
The test source code is generated from specification items by the "./spec2modules.py" script contained in the git://git.rtems.org/rtems-central.git Git repository. Please read the "How-To" section in the "Software Requirements Engineering" chapter of the RTEMS Software Engineering manual to get more information about the process. Update #3716.