aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
};