libtests/devfs: Inc max dev to support more BSPs

This commit is contained in:
Sebastian Huber
2016-01-19 08:36:18 +01:00
parent 2e8c4ad642
commit bb291a4a87
2 changed files with 6 additions and 1 deletions
+3
View File
@@ -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
+3 -1
View File
@@ -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