summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/confdefs/obsolete.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* config: Canonicalize @defgroup and @file commentsSebastian Huber2020-12-021-2/+3
| | | | | | | Adjust group identifier and names to be in line with a common pattern. Use common phrases for the group and file brief descriptions. Update #3706.
* config: Fix typoSebastian Huber2020-04-141-1/+1
| | | | Update #3875.
* imfs: Replace devfs with an IMFS specializationSebastian Huber2020-03-091-0/+4
| | | | | | | | | | | | | | | | Add a simplified path evaluation function IMFS_eval_path_devfs() for a device only IMFS configuration. The code size can be further reduced by the application if it disables the support for legacy IO drivers via: #define CONFIGURE_IMFS_DISABLE_MKNOD #define CONFIGURE_IMFS_DISABLE_MKNOD_DEVICE Obsolete CONFIGURE_MAXIMUM_DEVICES. Remove BSP_MAXIMUM_DEVICES. Update #3894. Update #3898.
* config: Add <rtems/confdefs/obsolete.h>Sebastian Huber2020-02-251-0/+234
Unify handling of obsolete configuration options. Remove comments and copyrightable content from the moved content. Use BSD-2-Clause license for new file. Update #3053. Update #3875.