aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-08-22 15:15:19 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-08-22 15:15:19 +0000
commit5a8f647d1557395a20c01db8b5f6704a1cf38c61 (patch)
tree2b8ae1cce178e8aee73fa97172a925213d2c1b79 /readme.txt
parent491c9ac55a0337cd248bb735466bd1dee638de51 (diff)
downloadChibiOS-5a8f647d1557395a20c01db8b5f6704a1cf38c61.tar.gz
ChibiOS-5a8f647d1557395a20c01db8b5f6704a1cf38c61.tar.bz2
ChibiOS-5a8f647d1557395a20c01db8b5f6704a1cf38c61.zip
Fixed bug #864.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10459 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index f34d5b2a6..b596b054f 100644
--- a/readme.txt
+++ b/readme.txt
@@ -111,6 +111,8 @@
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).
+- RT: Fixed event cast cleanup for compilation warnings (bug #864)(backported
+ to 17.6.1 and 16.1.9).
- HAL: Fixed STM32 USBv1 fails the state check when USB_USE_WAIT is TRUE
(bug #863)(backported to 17.6.1 and 16.1.9).
- HAL: Fixed incorrect OTG stepping in STM32F412 registry (bug #861)