diff options
| author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-01-07 07:19:46 +0000 |
|---|---|---|
| committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-01-07 07:19:46 +0000 |
| commit | c355f186d743bc95989f447c29adcbe7c6a81dd3 (patch) | |
| tree | bc0e01d39d245f0c09cd5dabb24e6737423968ec /testhal/STM32F1xx/I2C | |
| parent | 618b341a054bb067c81fbf94343c28c021ae9665 (diff) | |
| download | ChibiOS-c355f186d743bc95989f447c29adcbe7c6a81dd3.tar.gz ChibiOS-c355f186d743bc95989f447c29adcbe7c6a81dd3.tar.bz2 ChibiOS-c355f186d743bc95989f447c29adcbe7c6a81dd3.zip | |
Removed obsolete halconf.h files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3754 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F1xx/I2C')
| -rw-r--r-- | testhal/STM32F1xx/I2C/halconf.h | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/testhal/STM32F1xx/I2C/halconf.h b/testhal/STM32F1xx/I2C/halconf.h index 54a69c2f7..3f73e9cd9 100644 --- a/testhal/STM32F1xx/I2C/halconf.h +++ b/testhal/STM32F1xx/I2C/halconf.h @@ -1,5 +1,6 @@ /*
- ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
+ 2011 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
@@ -188,14 +189,6 @@ /*===========================================================================*/
/**
- * @brief Enables synchronous APIs.
- * @note Disabling this option saves both code and data space.
- */
-#if !defined(I2C_USE_WAIT) || defined(__DOXYGEN__)
-#define I2C_USE_WAIT TRUE
-#endif
-
-/**
* @brief Enables the mutual exclusion APIs on the I2C bus.
*/
#if !defined(I2C_USE_MUTUAL_EXCLUSION) || defined(__DOXYGEN__)
@@ -303,7 +296,7 @@ * default configuration.
*/
#if !defined(SERIAL_DEFAULT_BITRATE) || defined(__DOXYGEN__)
-#define SERIAL_DEFAULT_BITRATE 57600
+#define SERIAL_DEFAULT_BITRATE 38400
#endif
/**
@@ -314,7 +307,7 @@ * buffers.
*/
#if !defined(SERIAL_BUFFERS_SIZE) || defined(__DOXYGEN__)
-#define SERIAL_BUFFERS_SIZE 256
+#define SERIAL_BUFFERS_SIZE 16
#endif
/*===========================================================================*/
|
