DEVFS04: make test work on LEON3-FT GR712RC

The LEON3 BSP have support for up to 8 termios consoles, the
LEON3-FT GR712RC uses 6 UARTs.

This does not take into account the BSP maximum devices instead
it is hardcoded to 6. This patch increases it the maximum
devices of DEVFS04 from 6 to 10.
This commit is contained in:
Daniel Hellstrom
2014-12-02 13:47:37 +01:00
parent 9e8d8b5ce3
commit e7e92da52e
+1 -1
View File
@@ -84,7 +84,7 @@ rtems_task Init(
/* include an extra slot for registering the termios one dynamically */
#define CONFIGURE_MAXIMUM_DRIVERS 3
#define CONFIGURE_MAXIMUM_DEVICES 6
#define CONFIGURE_MAXIMUM_DEVICES 10
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 5