Fixed bug 3607380.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5387 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2013-03-09 11:08:46 +00:00
parent 42dc58dcb2
commit 9992b23f94
10 changed files with 11 additions and 11 deletions

View File

@ -13,7 +13,6 @@
* HISTORY : Changes: typo fixed in PSR1 register:SCP -> CSP, MCR: PRESCALE->BITRATE (b16991)
* HISTORY : Changes: typo fixed in ME register MTC bit, SSCM fix, CMU changes(b16991)
* HISTORY : Changes to CTU Module: CR register (LC->FC), CLR changed to 24 bits (b16991)
* HISTORY : Modified to add reserved space in CTU (b16991)
* HISTORY : Modified to support ADC on Pictus cut 2 - do not distribute! (ttz778)
* HISTORY : Modified to support CRC on Pictus cut 2 - do not distribute! (r60321)

View File

@ -86,6 +86,7 @@
*****************************************************************************
*** 2.5.2 ***
- FIX: Fixed surprising non-CRLF lines in source (bug 3607380).
- FIX: Fixed misplaced brace in icu_lld.c (bug 3605832)(backported to 2.4.4).
- FIX: Fixed errors in MMC_SPI driver state machine (bug 3605794).
- FIX: Fixed deadlock in Serial_USB driver (bug 3605793).