diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-07-06 16:44:00 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-07-06 16:44:00 +0000 |
commit | f6554b6135a1ca9cb4b2aa05b7cbc94f828ed996 (patch) | |
tree | 0ed13bd062d2ebe63c45dab675eb3b7b72acf265 /readme.txt | |
parent | ec747ff6fbf6c22b244fb25bea3aa17ae8b6f8e7 (diff) | |
download | ChibiOS-f6554b6135a1ca9cb4b2aa05b7cbc94f828ed996.tar.gz ChibiOS-f6554b6135a1ca9cb4b2aa05b7cbc94f828ed996.tar.bz2 ChibiOS-f6554b6135a1ca9cb4b2aa05b7cbc94f828ed996.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2061 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 fe07dc7a7..68eaa757a 100644 --- a/readme.txt +++ b/readme.txt @@ -59,6 +59,8 @@ *****************************************************************************
*** 2.1.1 ***
+- FIX: Fixed race condition in STM32 SPI driver (bug 3025854)(backported to
+ 2.0.2).
- FIX: Fixed H_LOCK and H_UNLOCK redefined with CH_USE_MALLOC_HEAP (bug
3025549)(backported to 2.0.2).
- FIX: Added option to enforce the stack alignment to 32 or 64 bits in the
|