diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-08-27 12:01:51 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-08-27 12:01:51 +0000 |
commit | 40af275be262e19419af9d32bc68f811c8388e2b (patch) | |
tree | af814bb367cf302051e1b4e867d18cabcf0d81bd /readme.txt | |
parent | e4df1ff09dbf2f53accb9f93eacc4c9db15a4c6f (diff) | |
download | ChibiOS-40af275be262e19419af9d32bc68f811c8388e2b.tar.gz ChibiOS-40af275be262e19419af9d32bc68f811c8388e2b.tar.bz2 ChibiOS-40af275be262e19419af9d32bc68f811c8388e2b.zip |
Fixed bug #636.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8248 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt index 9bb82ef2a..bd34066f6 100644 --- a/readme.txt +++ b/readme.txt @@ -96,7 +96,9 @@ for STM32F030xC, STM32F070x6, STM32F070xB devices.
- HAL: Fixed wrong DMA assignment for I2C1 in STM32F302xC registry (bug #637)
(backported to 3.0.2).
-- VAR: Fixed CRT0_CALL_DESTRUCTORS not utilised in crt0_v7m.s (bug #635)
+- HAL: Fixed missing timers 5, 6, 7, 10 & 11 from STM32L1 HAL port (bug #636)
+ (backported to 3.0.2).
+- VAR: Fixed CRT0_CALL_DESTRUCTORS not utilized in crt0_v7m.s (bug #635)
(backported to 3.0.2).
- HAL: Fixed wrong ld file in STM32F072xB USB CDC demo (bug #634)(backported
to 3.0.2).
|