From 5d40605546682121c1220d8e676d4d9bc760b785 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 8 Aug 2008 09:31:54 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@389 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 6 ++++++ test/test.c | 1 + 2 files changed, 7 insertions(+) diff --git a/readme.txt b/readme.txt index 4f50afa25..89f3f5ec5 100644 --- a/readme.txt +++ b/readme.txt @@ -74,6 +74,12 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, *** Releases *** ***************************************************************************** +*** 0.6.10 *** +- FIX: Fixed a case-sensitiveness error in lpc214x_ssp.c, it affected only + linux/unix users. +- FIX: Fixed a regression introduced in version 0.6.9, the queues benchmark + test case was missing from the tests list. + *** 0.6.9 *** - NEW: Added an option to exclude the support for the round robin scheduling, this can save some extra program space and makes the context switch a bit diff --git a/test/test.c b/test/test.c index 2c180ba4b..1a0b9a4ec 100644 --- a/test/test.c +++ b/test/test.c @@ -44,6 +44,7 @@ static const struct testcase *tests[] = { &testbmk4, &testbmk5, &testbmk6, + &testbmk7, NULL }; -- cgit v1.2.3