diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-01 15:04:56 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-01 15:04:56 +0000 |
commit | 72a1f3b4be1ea6e9871452e7dd18fa56bd22ad76 (patch) | |
tree | f4fa6a2c0712679904dd50c67ab6f1e926742023 /readme.txt | |
parent | 3bae1b202a8c631b1f04fe4e997ab1ea66a2e4a0 (diff) | |
download | ChibiOS-72a1f3b4be1ea6e9871452e7dd18fa56bd22ad76.tar.gz ChibiOS-72a1f3b4be1ea6e9871452e7dd18fa56bd22ad76.tar.bz2 ChibiOS-72a1f3b4be1ea6e9871452e7dd18fa56bd22ad76.zip |
Fixed bug #421.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6063 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt index 3f4f88620..73a5d47e7 100644 --- a/readme.txt +++ b/readme.txt @@ -91,8 +91,9 @@ *** 2.7.0 ***
- FIX: Fixed wrong RTC macro names in STM32L1xx HAL (bug #422)(backported to
2.6.1 and 2.4.5).
-- FIX: Fixed FSMC reset on STM32F4xx (bug #420)(backported to 2.6.1
- and 2.4.4).
+- FIX: Fixed CodeSourcery personal version fails to build with undefined
+ errno_r (bug #421)(backported to 2.6.1).
+- FIX: Fixed FSMC reset on STM32F4xx (bug #420)(backported to 2.6.1 and 2.4.4).
- FIX: Fixed invalid directory links in the demo files (bug #419)(backported
to 2.6.1).
- FIX: Fixed missing casts in time-conversion macros (bug #418)(backported
|