diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-01-03 14:33:37 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-01-03 14:33:37 +0000 |
commit | 1cbf7b6019cc8e06e40fba55ad2d7c81fdd1bb3c (patch) | |
tree | 159cd92cc4d2984785c4dcde698a19ce49b1802b /testhal/STM32/STM32F1xx | |
parent | be8e0803869805868286913d3354c8a76635872b (diff) | |
download | ChibiOS-1cbf7b6019cc8e06e40fba55ad2d7c81fdd1bb3c.tar.gz ChibiOS-1cbf7b6019cc8e06e40fba55ad2d7c81fdd1bb3c.tar.bz2 ChibiOS-1cbf7b6019cc8e06e40fba55ad2d7c81fdd1bb3c.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8680 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F1xx')
-rw-r--r-- | testhal/STM32/STM32F1xx/ADC/halconf.h | 1 | ||||
-rw-r--r-- | testhal/STM32/STM32F1xx/CAN/halconf.h | 1 | ||||
-rw-r--r-- | testhal/STM32/STM32F1xx/EXT/halconf.h | 1 | ||||
-rw-r--r-- | testhal/STM32/STM32F1xx/I2C/halconf.h | 1 | ||||
-rw-r--r-- | testhal/STM32/STM32F1xx/IRQ_STORM/halconf.h | 1 | ||||
-rw-r--r-- | testhal/STM32/STM32F1xx/PWM-ICU/halconf.h | 1 | ||||
-rw-r--r-- | testhal/STM32/STM32F1xx/RTC/halconf.h | 1 | ||||
-rw-r--r-- | testhal/STM32/STM32F1xx/SPI/halconf.h | 1 | ||||
-rw-r--r-- | testhal/STM32/STM32F1xx/UART/halconf.h | 1 | ||||
-rw-r--r-- | testhal/STM32/STM32F1xx/USB_CDC/halconf.h | 1 | ||||
-rw-r--r-- | testhal/STM32/STM32F1xx/USB_CDC_F107/halconf.h | 1 |
11 files changed, 11 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F1xx/ADC/halconf.h b/testhal/STM32/STM32F1xx/ADC/halconf.h index cf3d9b81e..f8b4e8c77 100644 --- a/testhal/STM32/STM32F1xx/ADC/halconf.h +++ b/testhal/STM32/STM32F1xx/ADC/halconf.h @@ -322,6 +322,7 @@ */
#if !defined(SERIAL_USB_BUFFERS_NUMBER) || defined(__DOXYGEN__)
#define SERIAL_USB_BUFFERS_NUMBER 2
+#endif
/*===========================================================================*/
/* SPI driver related settings. */
diff --git a/testhal/STM32/STM32F1xx/CAN/halconf.h b/testhal/STM32/STM32F1xx/CAN/halconf.h index 1b1b02851..2f2b659e8 100644 --- a/testhal/STM32/STM32F1xx/CAN/halconf.h +++ b/testhal/STM32/STM32F1xx/CAN/halconf.h @@ -322,6 +322,7 @@ */
#if !defined(SERIAL_USB_BUFFERS_NUMBER) || defined(__DOXYGEN__)
#define SERIAL_USB_BUFFERS_NUMBER 2
+#endif
/*===========================================================================*/
/* SPI driver related settings. */
diff --git a/testhal/STM32/STM32F1xx/EXT/halconf.h b/testhal/STM32/STM32F1xx/EXT/halconf.h index a813cb250..80ff7455a 100644 --- a/testhal/STM32/STM32F1xx/EXT/halconf.h +++ b/testhal/STM32/STM32F1xx/EXT/halconf.h @@ -322,6 +322,7 @@ */
#if !defined(SERIAL_USB_BUFFERS_NUMBER) || defined(__DOXYGEN__)
#define SERIAL_USB_BUFFERS_NUMBER 2
+#endif
/*===========================================================================*/
/* SPI driver related settings. */
diff --git a/testhal/STM32/STM32F1xx/I2C/halconf.h b/testhal/STM32/STM32F1xx/I2C/halconf.h index d5da526da..6430fb283 100644 --- a/testhal/STM32/STM32F1xx/I2C/halconf.h +++ b/testhal/STM32/STM32F1xx/I2C/halconf.h @@ -322,6 +322,7 @@ */
#if !defined(SERIAL_USB_BUFFERS_NUMBER) || defined(__DOXYGEN__)
#define SERIAL_USB_BUFFERS_NUMBER 2
+#endif
/*===========================================================================*/
/* SPI driver related settings. */
diff --git a/testhal/STM32/STM32F1xx/IRQ_STORM/halconf.h b/testhal/STM32/STM32F1xx/IRQ_STORM/halconf.h index d02b92e5b..5bd391078 100644 --- a/testhal/STM32/STM32F1xx/IRQ_STORM/halconf.h +++ b/testhal/STM32/STM32F1xx/IRQ_STORM/halconf.h @@ -322,6 +322,7 @@ */
#if !defined(SERIAL_USB_BUFFERS_NUMBER) || defined(__DOXYGEN__)
#define SERIAL_USB_BUFFERS_NUMBER 2
+#endif
/*===========================================================================*/
/* SPI driver related settings. */
diff --git a/testhal/STM32/STM32F1xx/PWM-ICU/halconf.h b/testhal/STM32/STM32F1xx/PWM-ICU/halconf.h index f876b9d4a..1fd4d0f0e 100644 --- a/testhal/STM32/STM32F1xx/PWM-ICU/halconf.h +++ b/testhal/STM32/STM32F1xx/PWM-ICU/halconf.h @@ -322,6 +322,7 @@ */
#if !defined(SERIAL_USB_BUFFERS_NUMBER) || defined(__DOXYGEN__)
#define SERIAL_USB_BUFFERS_NUMBER 2
+#endif
/*===========================================================================*/
/* SPI driver related settings. */
diff --git a/testhal/STM32/STM32F1xx/RTC/halconf.h b/testhal/STM32/STM32F1xx/RTC/halconf.h index d00089de3..b69d4e1c7 100644 --- a/testhal/STM32/STM32F1xx/RTC/halconf.h +++ b/testhal/STM32/STM32F1xx/RTC/halconf.h @@ -322,6 +322,7 @@ */ #if !defined(SERIAL_USB_BUFFERS_NUMBER) || defined(__DOXYGEN__) #define SERIAL_USB_BUFFERS_NUMBER 2 +#endif /*===========================================================================*/ /* SPI driver related settings. */ diff --git a/testhal/STM32/STM32F1xx/SPI/halconf.h b/testhal/STM32/STM32F1xx/SPI/halconf.h index 98c99e9a6..b5f0e74a3 100644 --- a/testhal/STM32/STM32F1xx/SPI/halconf.h +++ b/testhal/STM32/STM32F1xx/SPI/halconf.h @@ -321,6 +321,7 @@ */
#if !defined(SERIAL_USB_BUFFERS_NUMBER) || defined(__DOXYGEN__)
#define SERIAL_USB_BUFFERS_NUMBER 2
+#endif
/*===========================================================================*/
/* SPI driver related settings. */
diff --git a/testhal/STM32/STM32F1xx/UART/halconf.h b/testhal/STM32/STM32F1xx/UART/halconf.h index 19ea70d0a..eb719b8e7 100644 --- a/testhal/STM32/STM32F1xx/UART/halconf.h +++ b/testhal/STM32/STM32F1xx/UART/halconf.h @@ -322,6 +322,7 @@ */
#if !defined(SERIAL_USB_BUFFERS_NUMBER) || defined(__DOXYGEN__)
#define SERIAL_USB_BUFFERS_NUMBER 2
+#endif
/*===========================================================================*/
/* SPI driver related settings. */
diff --git a/testhal/STM32/STM32F1xx/USB_CDC/halconf.h b/testhal/STM32/STM32F1xx/USB_CDC/halconf.h index 9349c6dfb..6ebcb2107 100644 --- a/testhal/STM32/STM32F1xx/USB_CDC/halconf.h +++ b/testhal/STM32/STM32F1xx/USB_CDC/halconf.h @@ -322,6 +322,7 @@ */
#if !defined(SERIAL_USB_BUFFERS_NUMBER) || defined(__DOXYGEN__)
#define SERIAL_USB_BUFFERS_NUMBER 2
+#endif
/*===========================================================================*/
/* SPI driver related settings. */
diff --git a/testhal/STM32/STM32F1xx/USB_CDC_F107/halconf.h b/testhal/STM32/STM32F1xx/USB_CDC_F107/halconf.h index 9349c6dfb..6ebcb2107 100644 --- a/testhal/STM32/STM32F1xx/USB_CDC_F107/halconf.h +++ b/testhal/STM32/STM32F1xx/USB_CDC_F107/halconf.h @@ -322,6 +322,7 @@ */
#if !defined(SERIAL_USB_BUFFERS_NUMBER) || defined(__DOXYGEN__)
#define SERIAL_USB_BUFFERS_NUMBER 2
+#endif
/*===========================================================================*/
/* SPI driver related settings. */
|