diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-08-24 12:49:43 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-08-24 12:49:43 +0000 |
commit | 5c969f63735eae2c813969bf41ee062c47b1da1b (patch) | |
tree | 214213605db9c2a0326527ec05e3d8e420890868 /readme.txt | |
parent | 1512038d266bd1a11dfac892eeedc91261ff9bcc (diff) | |
download | ChibiOS-5c969f63735eae2c813969bf41ee062c47b1da1b.tar.gz ChibiOS-5c969f63735eae2c813969bf41ee062c47b1da1b.tar.bz2 ChibiOS-5c969f63735eae2c813969bf41ee062c47b1da1b.zip |
Fixed Bug #769.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9739 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 f3b5dd7d0..eed9540d3 100644 --- a/readme.txt +++ b/readme.txt @@ -123,6 +123,8 @@ - RT: Merged RT4.
- NIL: Merged NIL2.
- NIL: Added STM32F7 demo.
+- HAL: Fixed wrong bit mask in STM32L0xx port (bug #769) (backported to 16.1.6)
+ (bug #768)(backported to 16.1.6).
- HAL: Fixed potential wait states problem in STM32L4 initialization code
(bug #768)(backported to 16.1.6).
- HAL: Fixed SDIO driver not compiling on STM32F446 devices (bug #767)
|