aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-10-08 13:05:00 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-10-08 13:05:00 +0000
commit13691d8e0c115e1cfe755067c51ca2305e26730d (patch)
tree27b24fd6edcc4cb33635eb7c4e7db951d0e27030 /readme.txt
parentf9209b444ed167dc23f114b95031c94318a58f5c (diff)
downloadChibiOS-13691d8e0c115e1cfe755067c51ca2305e26730d.tar.gz
ChibiOS-13691d8e0c115e1cfe755067c51ca2305e26730d.tar.bz2
ChibiOS-13691d8e0c115e1cfe755067c51ca2305e26730d.zip
Fixed bug #895.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10797 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 8aaf58b0a..d1a8d6830 100644
--- a/readme.txt
+++ b/readme.txt
@@ -134,6 +134,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.
+- RT: Fixed trace Buffer activation bits state reversed in chconf.h
+ (bug #895)(backported to 17.6.3).
- BLD: Fixed USE_OPT not passed to assembler in rules.mk (bug #892)(backported
to 17.6.3 and 16.1.10).
- HAL: Fixed IRQ sharing issue in STM32 DMAv1 driver (bug #891)(backported