diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-04-22 08:53:13 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-04-22 08:53:13 +0000 |
commit | 6f08d653f6359af9583415fe8ac175dfe5170123 (patch) | |
tree | 3834486e9b79b841f50d764eec79b9d4ffdb4f13 /readme.txt | |
parent | 640874e0764aee15d2c7d00d88ece23b32d5ff2a (diff) | |
download | ChibiOS-6f08d653f6359af9583415fe8ac175dfe5170123.tar.gz ChibiOS-6f08d653f6359af9583415fe8ac175dfe5170123.tar.bz2 ChibiOS-6f08d653f6359af9583415fe8ac175dfe5170123.zip |
Fixed bug #486.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6874 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 448031888..e486f007f 100644 --- a/readme.txt +++ b/readme.txt @@ -89,6 +89,8 @@ *****************************************************************************
*** 2.7.0 ***
+- FIX: Fixed wrong STM32 TIM9 clock source in PWM and ICU drivers (bug #486)
+ (backported to 2.6.4).
- FIX: Fixed MMC_SPI driver block_addresses is not initialized after
reconnection (bug #485)(backported to 2.6.4).
- FIX: Fixed STM32L1 Plus Compilation Problems (bug #484)(backported to 2.6.4).
|