Fix more serial driver configurations.
[bertos.git] / examples / at91sam7s / cfg / cfg_ser.h
index 719658b200080d5ba8a70d7821257ab860caa480..27b14c3efa23adeb2aa5ae0256082fd36e18a60d 100644 (file)
  * spi port.
  * Edit these define for your project.
  */
-/// Serial settings
-#define CONFIG_SER_PORT      0
-#define CONFIG_SER_BAUDRATE  115200
-
-/// Spi settings
-#define CONFIG_SPI_PORT      0
-#define CONFIG_SPI_BAUDRATE  5000000UL
-
 
 /// [bytes] Size of the outbound FIFO buffer for port 0.
 #define CONFIG_UART0_TXBUFSIZE  32
 /// Default baud rate (set to 0 to disable).
 #define CONFIG_SER_DEFBAUDRATE   0
 
-/// Enable ser_gets() and ser_gets_echo().
-#define CONFIG_SER_GETS          0
-
-/// Enable second serial port in emulator.
-#define CONFIG_EMUL_UART1        0
-
-/**
- * Transmit always something on serial port 0 TX
- * to avoid interference when sending burst of data,
- * using AVR multiprocessor serial mode
- */
-#define CONFIG_SER_TXFILL        0
-
 /// For serial debug.
 #define CONFIG_SER_STROBE        0