diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-01-16 15:19:45 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-01-16 15:19:45 +0000 |
commit | bae22c6d4ba9d0a23ad16159b105964ca8813f0d (patch) | |
tree | 5e983ad92d6860f10a3d7af39aaad2587fb0ff01 /readme.txt | |
parent | b685bbe51dde88c5a2654b378b156ae01e8da316 (diff) | |
download | ChibiOS-bae22c6d4ba9d0a23ad16159b105964ca8813f0d.tar.gz ChibiOS-bae22c6d4ba9d0a23ad16159b105964ca8813f0d.tar.bz2 ChibiOS-bae22c6d4ba9d0a23ad16159b105964ca8813f0d.zip |
Fixed bug #911.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11295 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 fa5e5b1fb..fa1a6cf1a 100644 --- a/readme.txt +++ b/readme.txt @@ -166,6 +166,8 @@ dependencies and configuration directories. This makes possible
to have multiple non-conflicting makefiles in the same project.
Updated the various platform.mk implementing "smart build" mode.
+- LIB: Fixed inner semaphore not updated in chGuardedPoolAllocI() function
+ (bug #911).
- HAL: Fixed chprintf float support for 0 precision (bug #910)(backported to
17.6.4 and 16.1.10).
- RT: Fixed compile error with assertions enabled and dynamic extensions
|