aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-10-21 17:28:29 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-10-21 17:28:29 +0000
commitfb76a6da61a63ce24ec8d2a5efc6128421e487cf (patch)
tree7dc7eaf2f57bc2dd54f3c27a602bc66c8a6a8a53
parent2c073b312cad472dfb6036b241eda0e7e3702374 (diff)
downloadChibiOS-fb76a6da61a63ce24ec8d2a5efc6128421e487cf.tar.gz
ChibiOS-fb76a6da61a63ce24ec8d2a5efc6128421e487cf.tar.bz2
ChibiOS-fb76a6da61a63ce24ec8d2a5efc6128421e487cf.zip
Fixed bug 3578944.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4770 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 7c45db6e4..d158be90e 100644
--- a/readme.txt
+++ b/readme.txt
@@ -83,6 +83,8 @@
*****************************************************************************
*** 2.5.1 ***
+- FIX: Fixed various typos and wrong limits in the STM32F4/F2 HAL driver
+ (bug 3578944)(backported to 2.4.3).
- FIX: Fixed ARM CMx crt0.c fails at low optimization levels (bug 3578927)
(backported to 2.4.3).
- FIX: Fixed compilation issue in chregistry.c (bug 3576776).