aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-11-06 12:09:18 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-11-06 12:09:18 +0000
commit9f996a93b0789ed9f7423b59b37de18b14016b3e (patch)
treedcd5dfdacd93843d04ebfcfd5becc3f2b77fc35e /readme.txt
parent8359e7be774c7286686042f0a5e86e862bfeef68 (diff)
downloadChibiOS-9f996a93b0789ed9f7423b59b37de18b14016b3e.tar.gz
ChibiOS-9f996a93b0789ed9f7423b59b37de18b14016b3e.tar.bz2
ChibiOS-9f996a93b0789ed9f7423b59b37de18b14016b3e.zip
Fixed bug #897.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10964 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 8f2e276a2..8d8f016ab 100644
--- a/readme.txt
+++ b/readme.txt
@@ -150,6 +150,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 typo for function evtStop (bug #897)(backported to 17.6.4
+ and 16.1.10).
- NIL: Fixed core and Heap allocators not functional in NIL (bug #902)
(backported to 17.6.3).
- HAL: Fixed function uartSendFullTimeout() failing on STM32 USARTv1 and