diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-05-13 09:03:46 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-05-13 09:03:46 +0000 |
commit | 16feb88c2dc82420390b56226e8fe7cbc49aeb3b (patch) | |
tree | 372dc0ee71b9724c5de10e725e66877a92f24ebc /readme.txt | |
parent | 463a7d9bc131df78aca375e16921f58e7dbbebdf (diff) | |
download | ChibiOS-16feb88c2dc82420390b56226e8fe7cbc49aeb3b.tar.gz ChibiOS-16feb88c2dc82420390b56226e8fe7cbc49aeb3b.tar.bz2 ChibiOS-16feb88c2dc82420390b56226e8fe7cbc49aeb3b.zip |
Fixed STM8S SPI driver. Fixed STM32 DMA2 channels 4 and 5 sharing.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2949 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index bedf49b1f..956fe764e 100644 --- a/readme.txt +++ b/readme.txt @@ -79,6 +79,9 @@ to 2.2.4).
- FIX: Fixed wrong macro check for STM32 XL devices (bug 3291898)(backported
to 2.2.4).
+- FIX: Fixed SPI driver restart in STM32 SPI driver implementation, also
+ applied the same fix to the STM8S SPI driver (bug 3288758)(backported to
+ 2.2.4).
- FIX: Fixed missing state transition in ADC driver (bug 3288149)(backported
to 2.2.4).
- FIX: Fixed missing state transition in SPI driver (bug 3288112)(backported
|