aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-01-16 09:56:14 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-01-16 09:56:14 +0000
commit919e728acfc9f10a3e44067da66fe15ca33b5ba9 (patch)
tree7fb518f1c93b482c22093e62b434ac9984d557fd /readme.txt
parent3cd20fa5c748e449974207eb9c139df34a34e10a (diff)
downloadChibiOS-919e728acfc9f10a3e44067da66fe15ca33b5ba9.tar.gz
ChibiOS-919e728acfc9f10a3e44067da66fe15ca33b5ba9.tar.bz2
ChibiOS-919e728acfc9f10a3e44067da66fe15ca33b5ba9.zip
Fixed bug #862.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11292 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 3f5b737f4..7e8bef6a8 100644
--- a/readme.txt
+++ b/readme.txt
@@ -244,6 +244,7 @@
to 17.6.1 and 16.1.9).
- HAL: Fixed STM32 USBv1 fails the state check when USB_USE_WAIT is TRUE
(bug #863)(backported to 17.6.1 and 16.1.9).
+- HAL: Fixed HSI48 clock support is missing in HAL for STM32L4x2 (bug #862).
- HAL: Fixed incorrect OTG stepping in STM32F412 registry (bug #861)
(backported to 17.6.1).
- HAL: Fixed missing DMA I2C3 streams in STM32F411 registry (bug #860)