aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-08-08 09:31:54 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-08-08 09:31:54 +0000
commit5d40605546682121c1220d8e676d4d9bc760b785 (patch)
tree81f8681c75afcb0e8a4123d913a23ef85781b3da
parent23ba778924b578161c5b9c8e9bd5d6beda1e9e08 (diff)
downloadChibiOS-5d40605546682121c1220d8e676d4d9bc760b785.tar.gz
ChibiOS-5d40605546682121c1220d8e676d4d9bc760b785.tar.bz2
ChibiOS-5d40605546682121c1220d8e676d4d9bc760b785.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@389 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt6
-rw-r--r--test/test.c1
2 files changed, 7 insertions, 0 deletions
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
};