git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5814 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2013-06-04 14:34:44 +00:00
parent e27a1bbc1c
commit 22445d8fd2
1 changed files with 4 additions and 2 deletions

View File

@ -88,9 +88,11 @@
*** Releases ***
*****************************************************************************
*** 2.7.0 ***
- FIX: Fixed MS2ST() and US2ST() macros error (bug #415)(backported to 2.6.0,
2.4.4, 2.2.10, NilRTOS).
*** 2.5.2 ***
- FIX: Fixed MS2ST() and US2ST() macros error (bug #415)(backported to 2.4.4,
2.2.10, NilRTOS).
- FIX: Fixed lwipthread.h should explicitly include lwip/opts.h (bug #414).
- FIX: Fixed STM32_PLLI2SCLKOUT miscalculated (bug #413)(backported to 2.4.4).
- FIX: Fixed wrong RTC vector name in STM32F1/F4/L1 EXT drivers (bug #412).