diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2017-07-26 16:49:32 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2017-07-26 16:49:32 +0000 |
commit | 4633e54ba996a03d63c3fa3efe7bfb222297a40e (patch) | |
tree | fd76c26b2538a868c3a739ff2207d1b8700341cd /readme.txt | |
parent | b263680b98fbb41e939ce62e55916254ece4acc7 (diff) | |
download | ChibiOS-4633e54ba996a03d63c3fa3efe7bfb222297a40e.tar.gz ChibiOS-4633e54ba996a03d63c3fa3efe7bfb222297a40e.tar.bz2 ChibiOS-4633e54ba996a03d63c3fa3efe7bfb222297a40e.zip |
Fixed Bug #866
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10341 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 64891650e..9b0165163 100644 --- a/readme.txt +++ b/readme.txt @@ -89,6 +89,8 @@ *****************************************************************************
*** Next ***
+- HAL: Fixed wrong bit mask in STM32L0 hal lld (bug #866)(backported to
+ 17.6.1 and 16.1.9).
- RT: Fixed misplaced assertion in semaphores code (bug #865)(backported to
17.6.1 and 16.1.9).
- HAL: Fixed STM32 USBv1 fails the state check when USB_USE_WAIT is TRUE
|