aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-11-08 14:49:52 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-11-08 14:49:52 +0000
commit8f814aba602e2e672b6a306e693cc6e3be178563 (patch)
tree55f6c9ed27070f5a2963bd4ff0dfdd2ce14ed2a0 /readme.txt
parent84683817cd0373780776b97c5f39bf5bdf716757 (diff)
downloadChibiOS-8f814aba602e2e672b6a306e693cc6e3be178563.tar.gz
ChibiOS-8f814aba602e2e672b6a306e693cc6e3be178563.tar.bz2
ChibiOS-8f814aba602e2e672b6a306e693cc6e3be178563.zip
Fixed bug #903.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10977 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 23b750abd..aab6e2c9b 100644
--- a/readme.txt
+++ b/readme.txt
@@ -152,6 +152,7 @@
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 ADC does not build on STM32F030 (bug #903)(backported to 17.6.4).
- 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)