Fixed bug 3592817.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4925 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2012-12-16 10:24:36 +00:00
parent 9ba3205625
commit 9a58d1b6e3
1 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,8 @@
to 2.4.3).
- FIX: Fixed potential problem with RTC_CRL_RSF bit (bug 3593972)(backported
to 2.4.3).
- FIX: Fixed STM32F1x rtc_lld_init not functional (bug 3592817)(backported
to 2.4.3).
- FIX: Fixed DMA reconfiguration problem in STM32 SPI driver (bug 3592809)
(backported to 2.4.3).
- FIX: Fixed STM32 UART driver redundant initialization (bug 3592764)