Changeset 53b6484 in rtems for testsuites


Ignore:
Timestamp:
02/05/18 08:57:45 (6 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
0f4a7391
Parents:
4ac5ffbb
Message:

termios: Remove obsolete configuration options

Update #2843.

Location:
testsuites
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • testsuites/libtests/mouse01/init.c

    r4ac5ffbb r53b6484  
    161161    SERIAL_MOUSE_DRIVER_TABLE_ENTRY
    162162
    163 /* one for the console and one for the test port */
    164 #define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 2
    165 
    166163/* we need to be able to open the test device and mouse */
    167164#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 5
  • testsuites/libtests/termios01/init.c

    r4ac5ffbb r53b6484  
    10141014#define CONFIGURE_MAXIMUM_DRIVERS 4
    10151015
    1016 /* one for the console and one for the test port */
    1017 #define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 3
    1018 
    10191016/* we need to be able to open the test device */
    10201017#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 4
  • testsuites/libtests/termios03/init.c

    r4ac5ffbb r53b6484  
    166166#define CONFIGURE_MAXIMUM_DRIVERS 3
    167167
    168 /* one for the console and one for the test port */
    169 #define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 3
    170 
    171168/* we need to be able to open the test device */
    172169#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 4
  • testsuites/libtests/termios04/init.c

    r4ac5ffbb r53b6484  
    145145#define CONFIGURE_MAXIMUM_DRIVERS 3
    146146
    147 /* one for the console and one for the test port */
    148 #define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 3
    149 
    150147/* we need to be able to open the test device */
    151148#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 4
  • testsuites/libtests/termios05/init.c

    r4ac5ffbb r53b6484  
    156156#define CONFIGURE_MAXIMUM_DRIVERS 3
    157157
    158 /* one for the console and one for the test port */
    159 #define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 3
    160 
    161158/* we need to be able to open the test device */
    162159#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 4
  • testsuites/libtests/termios06/init.c

    r4ac5ffbb r53b6484  
    212212#define CONFIGURE_APPLICATION_EXTRA_DRIVERS TERMIOS_TEST_DRIVER_TABLE_ENTRY
    213213
    214 /* one for the console and one for the test port */
    215 #define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 3
    216 
    217214/* we need to be able to open the test device */
    218215#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 4
  • testsuites/libtests/termios07/init.c

    r4ac5ffbb r53b6484  
    172172#define CONFIGURE_MAXIMUM_DRIVERS 3
    173173
    174 /* one for the console and one for the test port */
    175 #define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 3
    176 
    177174/* we need to be able to open the test device */
    178175#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 4
  • testsuites/libtests/termios08/init.c

    r4ac5ffbb r53b6484  
    155155#define CONFIGURE_APPLICATION_EXTRA_DRIVERS TERMIOS_TEST_DRIVER_TABLE_ENTRY
    156156
    157 /* one for the console and one for the test port */
    158 #define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 3
    159 
    160157/* we need to be able to open the test device */
    161158#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 4
  • testsuites/libtests/uid01/init.c

    r4ac5ffbb r53b6484  
    133133    SERIAL_MOUSE_DRIVER_TABLE_ENTRY
    134134
    135 /* one for the console and one for the test port */
    136 #define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 2
    137 
    138135/* we need to be able to open the test device and mouse */
    139136#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 5
  • testsuites/samples/minimum/init.c

    r4ac5ffbb r53b6484  
    5454
    5555/*
    56  *  This test does not need the console driver so there is no reason
    57  *  to configure termios.
    58  */
    59 #define CONFIGURE_TERMIOS_DISABLED
    60 
    61 /*
    6256 *  This test does not use any stdio.
    6357 */
Note: See TracChangeset for help on using the changeset viewer.