mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 22:44:02 +08:00
libtests/devfs: Inc max dev to support more BSPs
This commit is contained in:
@@ -99,6 +99,9 @@ rtems_task Init(
|
||||
|
||||
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 5
|
||||
|
||||
/* Make sure that we have enough devices for all BSPs */
|
||||
#define CONFIGURE_MAXIMUM_DEVICES 64
|
||||
|
||||
#define CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM
|
||||
|
||||
#define CONFIGURE_INIT
|
||||
|
||||
@@ -84,7 +84,6 @@ rtems_task Init(
|
||||
|
||||
/* include an extra slot for registering the termios one dynamically */
|
||||
#define CONFIGURE_MAXIMUM_DRIVERS 3
|
||||
#define CONFIGURE_MAXIMUM_DEVICES 10
|
||||
|
||||
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 5
|
||||
|
||||
@@ -93,6 +92,9 @@ rtems_task Init(
|
||||
|
||||
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
||||
|
||||
/* Make sure that we have enough devices for all BSPs */
|
||||
#define CONFIGURE_MAXIMUM_DEVICES 64
|
||||
|
||||
#define CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM
|
||||
|
||||
#define CONFIGURE_INIT
|
||||
|
||||
Reference in New Issue
Block a user