aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-03-13 11:17:34 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-03-13 11:17:34 +0000
commit8464f9100e1a7da211e00868d7219f83c3e66b49 (patch)
tree45e28440bfa7f5c8b9680d4522780f1277c67140 /readme.txt
parent991de13cad02f1b4121aa172ea3788cc6c900edf (diff)
downloadChibiOS-8464f9100e1a7da211e00868d7219f83c3e66b49.tar.gz
ChibiOS-8464f9100e1a7da211e00868d7219f83c3e66b49.tar.bz2
ChibiOS-8464f9100e1a7da211e00868d7219f83c3e66b49.zip
Fixed bug #724.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9086 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 733de0ebd..3cffd8211 100644
--- a/readme.txt
+++ b/readme.txt
@@ -96,6 +96,8 @@
- RT: Merged RT4.
- NIL: Merged NIL2.
- NIL: Added STM32F7 demo.
+- HAL: Fixed missing DAC section in STM32F072 mcuconf.h files (bug #724)
+ (backported to 16.1.5).
- VAR: Fixed palSetMode glitching outputs (bug #723)(backported to 3.0.6
and 16.1.4).
- VAR: Fixed error in STM32 PWM driver regarding channels 4 and 5 (bug #722)