diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-11-04 15:15:41 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-11-04 15:15:41 +0000 |
commit | 5756ea1498c92ea98551bdf8d661351869e680b0 (patch) | |
tree | d8976b02730324175979cf2140770b48d09cc97f /readme.txt | |
parent | 3ea461b0b1087f26d2c2b1cd251d05ed5968f341 (diff) | |
download | ChibiOS-5756ea1498c92ea98551bdf8d661351869e680b0.tar.gz ChibiOS-5756ea1498c92ea98551bdf8d661351869e680b0.tar.bz2 ChibiOS-5756ea1498c92ea98551bdf8d661351869e680b0.zip |
Fixed bug #432.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6419 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 49b5f4f1c..9437f7235 100644 --- a/readme.txt +++ b/readme.txt @@ -95,6 +95,8 @@ to 2.6.2).
- FIX: Fixed STM32L1 remove reset flag (bug #435)(backported to 2.6.2).
- FIX: Fixed add RTC to STM32L1 (bug #433)(backported to 2.6.2).
+- FIX: Fixed support 10-bit addresses in STM32 I2C driver (bug #432)
+ (backported to 2.6.2).
- FIX: Fixed possible unalignment in GCC Cortex-M scatter files (bug #430)
(backported to 2.6.2 and 2.4.6).
- FIX: Fixed PAL driver documentation error (bug #427)(backported to 2.6.1
|