From 22445d8fd2152eaa3b07d6ad8c57b80af29bd088 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 4 Jun 2013 14:34:44 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5814 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index adf5773f2..865311f05 100644 --- a/readme.txt +++ b/readme.txt @@ -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).