Fixed bug 3484947.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3936 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2012-02-07 19:02:37 +00:00
parent e3f3b4cd2c
commit b9f9993b78
1 changed files with 3 additions and 2 deletions

View File

@ -79,8 +79,9 @@
*****************************************************************************
*** 2.5.0 ***
- FIX: Fixed various minor documentation errors and fixed ADC maximum
frequency limit in STM32F2/F4 ADC drivers (bug 3484942)(backported
- FIX: Fixed ADC maximum frequency limit in STM32F2/F4 ADC drivers (bug
3484947)(backported to 2.4.1).
- FIX: Fixed various minor documentation errors (bug 3484942)(backported
to 2.4.1).
- NEW: Updated debug plugin 1.0.8 (backported to 2.4.0).
- NEW: Added more accurate UBRR calculation in AVR serial driver (backported