diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-05 10:30:44 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-05 10:30:44 +0000 |
commit | 125d7946bc695ca1c4b08dccdfae2bc6074cc082 (patch) | |
tree | aac9629347d21e69e55a11b325c5ac6c3f0d7006 /readme.txt | |
parent | 331803d0ee028b9b999bd651a71417d4731f01d2 (diff) | |
download | ChibiOS-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.txt | 2 |
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
|