aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-08-05 10:30:44 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-08-05 10:30:44 +0000
commit125d7946bc695ca1c4b08dccdfae2bc6074cc082 (patch)
treeaac9629347d21e69e55a11b325c5ac6c3f0d7006 /readme.txt
parent331803d0ee028b9b999bd651a71417d4731f01d2 (diff)
downloadChibiOS-125d7946bc695ca1c4b08dccdfae2bc6074cc082.tar.gz
ChibiOS-125d7946bc695ca1c4b08dccdfae2bc6074cc082.tar.bz2
ChibiOS-125d7946bc695ca1c4b08dccdfae2bc6074cc082.zip
Fixed bug #426.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6080 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 b1ede2a92..71fc1cbe5 100644
--- a/readme.txt
+++ b/readme.txt
@@ -89,6 +89,8 @@
*****************************************************************************
*** 2.7.0 ***
+- FIX: Fixed UART4 and 5 marked as not present in STM32F30x devices (bug #426)
+ (backported to 2.6.1).
- FIX: Fixed conditional code error in STM32 PWM driver (bug #424)(backported
to 2.6.1).
- FIX: Fixed error in Guards of pwm_lld.h from STM32 (bug #423)(backported to