git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@389 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
23ba778924
commit
5d40605546
|
@ -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
|
||||
|
|
|
@ -44,6 +44,7 @@ static const struct testcase *tests[] = {
|
|||
&testbmk4,
|
||||
&testbmk5,
|
||||
&testbmk6,
|
||||
&testbmk7,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue