diff options
| author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-11-01 17:27:48 +0000 | 
|---|---|---|
| committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-11-01 17:27:48 +0000 | 
| commit | 8cbaf4d1ecea862b142b9e5125e79fa6767b92ce (patch) | |
| tree | 66478b27ff98513ea9a9e23267faeb272be353c3 /testhal/STM32/STM32F37x/SDADC | |
| parent | f1763b234b4139b5216ee87b5fed9d1325387478 (diff) | |
| download | ChibiOS-8cbaf4d1ecea862b142b9e5125e79fa6767b92ce.tar.gz ChibiOS-8cbaf4d1ecea862b142b9e5125e79fa6767b92ce.tar.bz2 ChibiOS-8cbaf4d1ecea862b142b9e5125e79fa6767b92ce.zip  | |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7451 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F37x/SDADC')
| -rw-r--r-- | testhal/STM32/STM32F37x/SDADC/halconf.h | 15 | 
1 files changed, 15 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F37x/SDADC/halconf.h b/testhal/STM32/STM32F37x/SDADC/halconf.h index 23d81defc..7370ba335 100644 --- a/testhal/STM32/STM32F37x/SDADC/halconf.h +++ b/testhal/STM32/STM32F37x/SDADC/halconf.h @@ -288,6 +288,21 @@  #endif
  /*===========================================================================*/
 +/* SERIAL_USB driver related setting.                                        */
 +/*===========================================================================*/
 +
 +/**
 + * @brief   Serial over USB buffers size.
 + * @details Configuration parameter, the buffer size must be a multiple of
 + *          the USB data endpoint maximum packet size.
 + * @note    The default is 64 bytes for both the transmission and receive
 + *          buffers.
 + */
 +#if !defined(SERIAL_USB_BUFFERS_SIZE) || defined(__DOXYGEN__)
 +#define SERIAL_USB_BUFFERS_SIZE     256
 +#endif
 +
 +/*===========================================================================*/
  /* SPI driver related settings.                                              */
  /*===========================================================================*/
  | 
