aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-04-25 13:46:38 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-04-25 13:46:38 +0000
commitf67bac27d3e4c9d04ef2da19c5a011617abf5bca (patch)
treeaacb4918bfb88402f3ac683ee3d79da697851f06 /readme.txt
parentf404a49fc306982cea8d6b4339edc05eed11d7be (diff)
downloadChibiOS-f67bac27d3e4c9d04ef2da19c5a011617abf5bca.tar.gz
ChibiOS-f67bac27d3e4c9d04ef2da19c5a011617abf5bca.tar.bz2
ChibiOS-f67bac27d3e4c9d04ef2da19c5a011617abf5bca.zip
Fixed bug #734.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9363 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt
index e889a14e8..825e54b07 100644
--- a/readme.txt
+++ b/readme.txt
@@ -110,9 +110,11 @@
- NIL: Merged NIL2.
- NIL: Added STM32F7 demo.
- HAL: Fixed missing SDC initialization in RT-STM32F103-OLIMEX_STM32_P103 demo
- (bug #735)(backported to 16.1.4).
+ (bug #735)(backported to 16.1.5).
+- HAL: Fixed STM32 dac bug when using only channel 2 in direct mode (bug #734)
+ (backported to 3.0.6 and 16.1.5).
- HAL: Fixed PAL lines support not working for STM32 GPIOv1 (bug #730)
- (backported to 16.1.4).
+ (backported to 16.1.5).
- RT: Fixed bug in chSchPreemption() function (bug #728)(backported to 2.6.10,
3.0.6 and 16.1.5).
- HAL: Fixed prescaler not initialized in STM32 ADCv1 (bug #725)