aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-05-23 16:01:05 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-05-23 16:01:05 +0000
commit055f0a587ad0f2a84ef53b500dff7b5e637a41aa (patch)
tree55646bc938c6bf386c3335482c2f969b44fdbb6f /readme.txt
parent4b7feac57b56e5ac49d5370388ce790ebc42a176 (diff)
downloadChibiOS-055f0a587ad0f2a84ef53b500dff7b5e637a41aa.tar.gz
ChibiOS-055f0a587ad0f2a84ef53b500dff7b5e637a41aa.tar.bz2
ChibiOS-055f0a587ad0f2a84ef53b500dff7b5e637a41aa.zip
Fixed Bug #741
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9502 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 4f675ffc9..11eded309 100644
--- a/readme.txt
+++ b/readme.txt
@@ -113,6 +113,8 @@
- RT: Merged RT4.
- NIL: Merged NIL2.
- NIL: Added STM32F7 demo.
+- HAL: Fixed Doxygen related macros in STM32F7xx, STM32L0xx and STM32L4xx
+ lld files (bug #741).
- HAL: Fixed bug in VREF enable/disable functions in ADCv3 driver
(bug #740)(backported to 16.1.5).
- HAL: Fixed DAC driver not enabled for STM32F4x7 and STM32F4x9 devices