Changeset 0161b93d in rtems for cpukit/include/rtems/imfs.h

Timestamp:
03/03/20 18:23:53 (4 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
16ed7f64
Parents:
103a371
git-author:
Sebastian Huber <sebastian.huber@…> (03/03/20 18:23:53)
git-committer:
Sebastian Huber <sebastian.huber@…> (03/09/20 16:26:54)
Message:

imfs: Replace devfs with an IMFS specialization

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.

(No files)

Note: See TracChangeset for help on using the changeset viewer.