git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2047 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
a2d796acef
commit
2e7bca6cc8
|
@ -127,7 +127,7 @@ Settings: SYSCLK=72, ACR=0x12 (2 wait states)
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
--- Test Case 11.9 (Benchmark, I/O Queues throughput)
|
--- Test Case 11.9 (Benchmark, I/O Queues throughput)
|
||||||
--- Score : 487684 bytes/S
|
--- Score : 491216 bytes/S
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
--- Test Case 11.10 (Benchmark, virtual timers set/reset)
|
--- Test Case 11.10 (Benchmark, virtual timers set/reset)
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
/*
|
/*
|
||||||
* Array of all the test patterns.
|
* Array of all the test patterns.
|
||||||
*/
|
*/
|
||||||
static ROMCONST struct testcase **patterns[] = {
|
static ROMCONST struct testcase * ROMCONST *patterns[] = {
|
||||||
patternthd,
|
patternthd,
|
||||||
patternsem,
|
patternsem,
|
||||||
patternmtx,
|
patternmtx,
|
||||||
|
|
Loading…
Reference in New Issue