git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11292 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2018-01-16 09:56:14 +00:00
parent 3cd20fa5c7
commit 919e728acf
1 changed files with 1 additions and 0 deletions

View File

@ -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)