aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-01-16 09:31:17 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-01-16 09:31:17 +0000
commit3cd20fa5c748e449974207eb9c139df34a34e10a (patch)
treecd5a9eac2dc398c01b071512cab8e6976b667dcd /readme.txt
parentc8a29d8802f436115664cc640faa8389cb4beb19 (diff)
downloadChibiOS-3cd20fa5c748e449974207eb9c139df34a34e10a.tar.gz
ChibiOS-3cd20fa5c748e449974207eb9c139df34a34e10a.tar.bz2
ChibiOS-3cd20fa5c748e449974207eb9c139df34a34e10a.zip
Fixed bug #910.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11291 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 7cefce13c..3f5b737f4 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.
+- 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
disabled (bug #909)(backported to 17.6.4).
- HAL: Fixed compile error HAL UART without WAIT (bug #908)(backported to