#3898 closed task (fixed)

Remove CONFIGURE_MAXIMUM_DEVICES

Reported by: Sebastian Huber Owned by: Sebastian Huber
Priority: normal Milestone: 5.1
Component: config Version: 5
Severity: normal Keywords: qualification
Cc: Blocked By: #3894
Blocking:

Description

This configuration option was only used by the device filesystem which will be replaced by a special configuration of the IMFS.

Change History (3)

comment:1 Changed on 03/09/20 at 18:00:14 by Sebastian Huber <sebastian.huber@…>

In 0161b93d/rtems:

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.

comment:2 Changed on 03/13/20 at 12:29:24 by Sebastian Huber <sebastian.huber@…>

Resolution: fixed
Status: assignedclosed

In 1ce24d3/rtems-docs:

c-user: Obsolete CONFIGURE_MAXIMUM_DEVICES

Close #3898.

comment:3 Changed on 06/23/21 at 07:07:55 by Sebastian Huber

Keywords: qualification added
Note: See TracTickets for help on using tickets.