diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-12-29 13:15:29 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-12-29 13:15:29 +0000 |
commit | dc403a00e86455bc65aabbd6c3d0fffe97b00ac4 (patch) | |
tree | ff317e8fc00accaa76bac2ab8493d4cef0dbb6f7 /readme.txt | |
parent | 26790f9fb067095c855498241ababa35ce17e555 (diff) | |
download | ChibiOS-dc403a00e86455bc65aabbd6c3d0fffe97b00ac4.tar.gz ChibiOS-dc403a00e86455bc65aabbd6c3d0fffe97b00ac4.tar.bz2 ChibiOS-dc403a00e86455bc65aabbd6c3d0fffe97b00ac4.zip |
Updated all platforms.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1480 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 5fb6f39ff..53d8b2347 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,11 @@ *****************************************************************************
*** 1.3.7 ***
+- FIX: Fixed duplicated definition of SPI_USE_MUTUAL_EXCLUSION (bug 2922495).
- FIX: Fixed coverage tool hanging during execution (bug 2921120).
- FIX: Fixed Linux simulator startup message (bug 2921012).
+- FIX: Fixed section separators comments into the HAL-related files. Now all
+ the files should use the same style.
*** 1.3.6 ***
- FIX: Fixed missing STM32 PWM low level driver error in platform.mk by
|