Fix more serial driver configurations.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 20 Apr 2009 10:37:07 +0000 (10:37 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 20 Apr 2009 10:37:07 +0000 (10:37 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2571 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cfg/cfg_ser.h
examples/at91sam7s/cfg/cfg_ser.h
examples/randpool/appconfig.h
examples/triface/boot/cfg/cfg_ser.h
examples/triface/cfg/cfg_ser.h

index 2adb55eaa382e182f1d06dc738539344e657c9c4..4fc85e37530a830641beb617b6dad00ed0617312 100644 (file)
  * Edit these define for your project.
  */
 
-/// [bytes] Size of the outbound FIFO buffer for port 0. $WIZ$ type = "int"
+/**
+ * Size of the outbound FIFO buffer for port 0 [bytes].
+ * $WIZ$ type = "int"
+ * $WIZ$ min = "2"
+ */
 #define CONFIG_UART0_TXBUFSIZE  32
 
-/// [bytes] Size of the inbound FIFO buffer for port 0. $WIZ$ type = "int"
+/**
+ * Size of the inbound FIFO buffer for port 0 [bytes].
+ * $WIZ$ type = "int"
+ * $WIZ$ min = "2"
+ */
 #define CONFIG_UART0_RXBUFSIZE  32
 
-/// [bytes] Size of the outbound FIFO buffer for port 1. $WIZ$ type = "int"
+/**
+ * Size of the outbound FIFO buffer for port 1 [bytes].
+ * $WIZ$ type = "int"
+ * $WIZ$ min = "2"
+ * $WIZ$ supports = "at91 and not atmega8 and not atmega168 and not atmega32"
+ */
 #define CONFIG_UART1_TXBUFSIZE  32
 
-/// [bytes] Size of the inbound FIFO buffer for port 1. $WIZ$ type = "int"
+/**
+ * Size of the inbound FIFO buffer for port 1 [bytes].
+ * $WIZ$ type = "int"
+ * $WIZ$ min = "2"
+ * $WIZ$ supports = "at91 and not atmega8 and not atmega168 and not atmega32"
+ */
 #define CONFIG_UART1_RXBUFSIZE  32
 
 
 /**
  * [bytes] Size of the outbound FIFO buffer for SPI port.
  * $WIZ$ type = "int"
+ * $WIZ$ min = "2"
  * $WIZ$ supports = "avr"
  */
 #define CONFIG_SPI_TXBUFSIZE    32
 /**
  * [bytes] Size of the inbound FIFO buffer for SPI port.
  * $WIZ$ type = "int"
+ * $WIZ$ min = "2"
  * $WIZ$ supports = "avr"
  */
 #define CONFIG_SPI_RXBUFSIZE    32
 
-/// [bytes] Size of the outbound FIFO buffer for SPI port 0. $WIZ$ type = "int"
+/**
+ * Size of the outbound FIFO buffer for SPI port 0 [bytes].
+ * $WIZ$ type = "int"
+ * $WIZ$ min = "2"
+ * $WIZ$ supports = "at91"
+ */
 #define CONFIG_SPI0_TXBUFSIZE  32
 
-/// [bytes] Size of the inbound FIFO buffer for SPI port 0. $WIZ$ type = "int"
+/**
+ * Size of the inbound FIFO buffer for SPI port 0 [bytes].
+ * $WIZ$ type = "int"
+ * $WIZ$ min = "2"
+ * $WIZ$ supports = "at91"
+ */
 #define CONFIG_SPI0_RXBUFSIZE  32
 
-/// [bytes] Size of the outbound FIFO buffer for SPI port 1. $WIZ$ type = "int"
+/**
+ * Size of the outbound FIFO buffer for SPI port 1 [bytes].
+ * $WIZ$ type = "int"
+ * $WIZ$ min = "2"
+ * $WIZ$ supports = "at91"
+ */
 #define CONFIG_SPI1_TXBUFSIZE  32
 
-/// [bytes] Size of the inbound FIFO buffer for SPI port 1. $WIZ$ type = "int"
+/**
+ * Size of the inbound FIFO buffer for SPI port 1 [bytes].
+ * $WIZ$ type = "int"
+ * $WIZ$ min = "2"
+ * $WIZ$ supports = "at91"
+ */
 #define CONFIG_SPI1_RXBUFSIZE  32
 
 /**
  */
 #define CONFIG_SPI_CLOCK_PHASE     SPI_SAMPLE_ON_FIRST_EDGE
 
-/// Default transmit timeout (ms). Set to -1 to disable timeout support. $WIZ$ type = "int"
+/**
+ * Default transmit timeout (ms). Set to -1 to disable timeout support.
+ * $WIZ$ type = "int"
+ * $WIZ$ min = "-1"
+ */
 #define CONFIG_SER_TXTIMEOUT    -1
 
-/// Default receive timeout (ms). Set to -1 to disable timeout support. $WIZ$ type = "int"
+/**
+ * Default receive timeout (ms). Set to -1 to disable timeout support.
+ * $WIZ$ type = "int"
+ * $WIZ$ min = "-1"
+ */
 #define CONFIG_SER_RXTIMEOUT    -1
 
 /// Use RTS/CTS handshake. $WIZ$ type = "boolean"
 #define CONFIG_SER_HWHANDSHAKE   0
 
-/// Default baud rate (set to 0 to disable). $WIZ$ type = "boolean"
-#define CONFIG_SER_DEFBAUDRATE   0
-
-/// Enable ser_gets() and ser_gets_echo(). $WIZ$ type = "boolean"
-#define CONFIG_SER_GETS          0
-
-/// Enable second serial port in emulator. $WIZ$ type = "boolean"
-#define CONFIG_EMUL_UART1        0
+/**
+ * Default baud rate for all serial ports (set to 0 to disable).
+ * $WIZ$ type = "int"
+ * $WIZ$ min = "0"
+ */
+#define CONFIG_SER_DEFBAUDRATE   0UL
 
-/// For serial debug. $WIZ$ type = "boolean"
+/// Enable strobe pin for serial debug. $WIZ$ type = "boolean"
 #define CONFIG_SER_STROBE        0
 
 #endif /* CFG_SER_H */
index b9820e85b71004e07ee17a11c6771aac8c5e4ee7..27b14c3efa23adeb2aa5ae0256082fd36e18a60d 100644 (file)
 /// 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
-
 /// For serial debug.
 #define CONFIG_SER_STROBE        0
 
index fa5024076799f13e1de54c4b60d54fc288d931ca..dab944d154b4ba2ebc201643e4c31d5db0ae8e0f 100644 (file)
        /** 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
-
        #define CONFIG_SER_STROBE        0
 /*\}*/
 
index 8951ad14fc30e7dc10f1fb5f4e720f4d1f11ab22..1f60c55aea6431eb2824c2cb587f8c0e7adaf5b7 100644 (file)
 /// Default baud rate (set to 0 to disable).
 #define CONFIG_SER_DEFBAUDRATE   0
 
-/// Enable second serial port in emulator.
-#define CONFIG_EMUL_UART1        0
-
 /// For serial debug.
 #define CONFIG_SER_STROBE        0
 
index cd8987c2bd6db87a98e676cdd827bb9b1694538e..d65e64aa871cd9c4f5c7ef93db3af8ac7267dc8b 100644 (file)
 /// Default baud rate (set to 0 to disable).
 #define CONFIG_SER_DEFBAUDRATE   0
 
-/// Enable second serial port in emulator.
-#define CONFIG_EMUL_UART1        0
-
 /// For serial debug.
 #define CONFIG_SER_STROBE        0