diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-09-25 06:24:39 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-09-25 06:24:39 +0000 |
commit | 5fddfe1f86160ff8e7d6202dc852aaaf37ca8712 (patch) | |
tree | fffa680354be3514d7773cb846e7eca6dfc11426 /readme.txt | |
parent | 136c97ada2eba986a4a47fbc047ff91a32ede614 (diff) | |
download | ChibiOS-5fddfe1f86160ff8e7d6202dc852aaaf37ca8712.tar.gz ChibiOS-5fddfe1f86160ff8e7d6202dc852aaaf37ca8712.tar.bz2 ChibiOS-5fddfe1f86160ff8e7d6202dc852aaaf37ca8712.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2196 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt index 6cde748a4..999eda421 100644 --- a/readme.txt +++ b/readme.txt @@ -62,7 +62,8 @@ *****************************************************************************
*** 2.1.2 ***
-- FIX: Incorrect AT91SAM7X initialization (bug 3075354)(backported to 2.0.5).
+- FIX: Incorrect AT91SAM7X initialization, thanks Leszek (bug 3075354)
+ (backported to 2.0.5).
- FIX: Fixed race condition in function chSchGoSleepTimeoutS, thanks Balázs
(bug 3074984)(backported to 2.0.5).
- FIX: Fixed race condition in threads creation (bug 3069854)(backported
|