summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/getapiconfig.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtems: Canonicalize Doxygen @file commentsSebastian Huber2020-12-021-0/+9
| | | | | | Use common phrases for the file brief descriptions. Update #3706.
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
| | | | | | | | Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
* config: Bring back RTEMS 4.11 configuration tableSebastian Huber2020-02-251-0/+18
| | | | | This improves API backward compatibility of RTEMS 5.1 to previous versions.
* config: Simplify initialization task configSebastian Huber2020-02-251-0/+46
With the removal of the CONFIGURE_HAS_OWN_INIT_TASK_TABLE configuration option at most one Classic API user initialization task can be configured. Provide an RTEMS API configuration table for backward compatibility. Update #3873.