aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-03-15 17:52:20 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-03-15 17:52:20 +0000
commit422c66c7941cbdf9eba33c7113e07b737e0b61be (patch)
treeb34390d178201d86bf8ff713d1287469276ed63f /readme.txt
parent5003cb8350bbb4a7e5a5a2d82d6c2165e1821e41 (diff)
downloadChibiOS-422c66c7941cbdf9eba33c7113e07b737e0b61be.tar.gz
ChibiOS-422c66c7941cbdf9eba33c7113e07b737e0b61be.tar.bz2
ChibiOS-422c66c7941cbdf9eba33c7113e07b737e0b61be.zip
Fixed bug #468.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6771 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 6a110ef26..f888d25f6 100644
--- a/readme.txt
+++ b/readme.txt
@@ -89,6 +89,8 @@
*****************************************************************************
*** 2.7.0 ***
+- FIX: Fixed simulated IO message is corrupted in simulator (bug #468)
+ (backported to 2.6.4).
- FIX: Fixed TM32 SDC driver clock activation issue (bug #464)(backported to
2.6.3).
- FIX: Fixed can_lld.c referencing unknown type (bug #463).