From f999f32da39c1fbb46e73d74ea27ef9118e50c4f Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 9 Apr 2009 18:56:07 +0000 Subject: [PATCH] Updated readme. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@884 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.txt b/readme.txt index d1c3f5dc2..d650d04ab 100644 --- a/readme.txt +++ b/readme.txt @@ -73,6 +73,12 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, *** Releases *** ***************************************************************************** +*** 1.3.0 *** +- FIX: Fixed regression in MinGW demo (bug 2745153)(backported in stable + branch). +- NEW: Added "debug" and "gcov" targets to the MinGW demo Makefile. The new + targets allow to calculate the code coverage. + *** 1.2.0 *** - Added license exception text to the 1.2.0 branch. - FIX: Fixed serious AVR regression (bug 2731578).