diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-05-28 13:15:23 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-05-28 13:15:23 +0000 |
commit | 6f500a998692ede3a5a6a8a007dfc5e885bdd48c (patch) | |
tree | 6c2a801ff11f052775da97e55b0820a23f6be0db | |
parent | e9c2b923593c2823ab61152fd4a2d23f7583aa1b (diff) | |
download | ChibiOS-6f500a998692ede3a5a6a8a007dfc5e885bdd48c.tar.gz ChibiOS-6f500a998692ede3a5a6a8a007dfc5e885bdd48c.tar.bz2 ChibiOS-6f500a998692ede3a5a6a8a007dfc5e885bdd48c.zip |
Fixed bug #836.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10210 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt index 68e86eed5..1b2a50eea 100644 --- a/readme.txt +++ b/readme.txt @@ -167,7 +167,8 @@ to 16.1.9).
- HAL: Fixed issue with not supported LIN on STM32F070xB (bug #837)(backported
to 16.1.9).
-- HAL: fixed missing DCKFG1 fields (bug #835).
+- HAL: Fixed missing SAI clock definitions (bug #836).
+- HAL: Fixed missing DCKFG1 fields (bug #835).
- HAL: Fixed STM32 OTGv1 number of endpoints (bug #833)(backported to 16.1.8).
- HAL: Fixed transaction end problem with STM32 OTGv1 driver (bug #832)
(backported to 16.1.8).
|