aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-09-21 13:22:46 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-09-21 13:22:46 +0000
commit4e1a7dc365ecaca142de2a845a216d169be582b5 (patch)
treee421f88130c3e54f0183ee673d0fd6d117d43662 /doc
parent5cf8b8dadc1309960e5f0dfa5bd8cac176547416 (diff)
downloadChibiOS-4e1a7dc365ecaca142de2a845a216d169be582b5.tar.gz
ChibiOS-4e1a7dc365ecaca142de2a845a216d169be582b5.tar.bz2
ChibiOS-4e1a7dc365ecaca142de2a845a216d169be582b5.zip
More e200 reports.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10657 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'doc')
-rw-r--r--doc/rt/reports/SPC563M-80-GCC.txt180
-rw-r--r--doc/rt/reports/SPC56EC-120-CW.txt204
-rw-r--r--doc/rt/reports/SPC56EC-120-GCC.txt174
3 files changed, 367 insertions, 191 deletions
diff --git a/doc/rt/reports/SPC563M-80-GCC.txt b/doc/rt/reports/SPC563M-80-GCC.txt
index 58fffa21f..af9c2842c 100644
--- a/doc/rt/reports/SPC563M-80-GCC.txt
+++ b/doc/rt/reports/SPC563M-80-GCC.txt
@@ -1,179 +1,229 @@
*** ChibiOS/RT Test Suite
***
-*** Compiled: Mar 17 2017 - 12:14:52
+*** Compiled: Sep 21 2017 - 14:02:25
*** Platform: SPC563Mxx Powertrain
*** Test Board: EVB with SPC563Mxx Mini Module
+*** Compiler: GCC 4.9.2 20141030 (Wed Jun 8 08:37:55 MSK 2016 build.sh rev= ELvle)
+*** Architecture: Power Architecture
+*** Core Variant: e200z3
+*** Port Info: VLE mode
----------------------------------------------------------------------------
---- Test Case 1.1 (System integrity functionality)
+--- Test Case 1.1 (Kernel Info)
+--- Product: ChibiOS/RT
+--- Stable Flag: 1
+--- Version String: 4.0.1
+--- Major Number: 4
+--- Minor Number: 0
+--- Patch Number: 1
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 1.2 (Critical zones functionality)
+--- Test Case 1.2 (Kernel Settings)
+--- CH_CFG_ST_RESOLUTION: 32
+--- CH_CFG_ST_FREQUENCY: 1000
+--- CH_CFG_ST_TIMEDELTA: 0
+--- CH_CFG_TIME_QUANTUM: 0
+--- CH_CFG_MEMCORE_SIZE: 0
+--- CH_CFG_NO_IDLE_THREAD: 0
+--- CH_CFG_OPTIMIZE_SPEED: 1
+--- CH_CFG_USE_TM: 0
+--- CH_CFG_USE_REGISTRY: 1
+--- CH_CFG_USE_WAITEXIT: 1
+--- CH_CFG_USE_SEMAPHORES: 1
+--- CH_CFG_USE_SEMAPHORES_PRI: 0
+--- CH_CFG_USE_MUTEXES: 1
+--- CH_CFG_USE_MUTEXES_RECURS: 0
+--- CH_CFG_USE_CONDVARS: 1
+--- CH_CFG_USE_CONDVARS_TIMEO: 1
+--- CH_CFG_USE_EVENTS: 1
+--- CH_CFG_USE_EVENTS_TIMEOUT: 1
+--- CH_CFG_USE_MESSAGES: 1
+--- CH_CFG_USE_MESSAGES_PRI: 0
+--- CH_CFG_USE_MAILBOXES: 1
+--- CH_CFG_USE_MEMCORE: 1
+--- CH_CFG_USE_HEAP: 1
+--- CH_CFG_USE_MEMPOOLS: 1
+--- CH_CFG_USE_DYNAMIC: 1
+--- CH_DBG_STATISTICS: 0
+--- CH_DBG_SYSTEM_STATE_CHECK: 0
+--- CH_DBG_ENABLE_CHECKS: 0
+--- CH_DBG_ENABLE_ASSERTS: 0
+--- CH_DBG_TRACE_MASK: 255
+--- CH_DBG_TRACE_BUFFER_SIZE: 128
+--- CH_DBG_ENABLE_STACK_CHECK: 0
+--- CH_DBG_FILL_THREADS: 0
+--- CH_DBG_THREADS_PROFILING: 1
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 1.3 (Interrupts handling functionality)
+--- Test Case 2.1 (System integrity functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 1.4 (System Tick Counter functionality)
+--- Test Case 2.2 (Critical zones functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 2.1 (Thread Sleep functionality)
+--- Test Case 2.3 (Interrupts handling functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 2.2 (Ready List functionality, threads priority order)
+--- Test Case 2.4 (System Tick Counter functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 2.3 (Priority change test)
+--- Test Case 3.1 (Thread Sleep functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 2.4 (Priority change test with Priority Inheritance)
+--- Test Case 3.2 (Ready List functionality, threads priority order)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 3.1 (Suspend and Resume functionality)
+--- Test Case 3.3 (Priority change test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 4.1 (Semaphore primitives, no state change)
+--- Test Case 3.4 (Priority change test with Priority Inheritance)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 4.2 (Semaphore enqueuing test)
+--- Test Case 4.1 (Suspend and Resume functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 4.3 (Semaphore timeout test)
+--- Test Case 5.1 (Semaphore primitives, no state change)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 4.4 (Testing chSemAddCounterI() functionality)
+--- Test Case 5.2 (Semaphore enqueuing test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 4.5 (Testing chSemWaitSignal() functionality)
+--- Test Case 5.3 (Semaphore timeout test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 4.6 (Testing Binary Semaphores special case)
+--- Test Case 5.4 (Testing chSemAddCounterI() functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 5.1 (Priority enqueuing test)
+--- Test Case 5.5 (Testing chSemWaitSignal() functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 5.2 (Priority inheritance, simple case)
+--- Test Case 5.6 (Testing Binary Semaphores special case)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 5.3 (Priority inheritance, complex case)
+--- Test Case 6.1 (Priority enqueuing test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 5.4 (Priority return verification)
+--- Test Case 6.2 (Priority inheritance, simple case)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 5.5 (Repeated locks, non recursive scenario)
+--- Test Case 6.3 (Priority inheritance, complex case)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 5.6 (Condition Variable signal test)
+--- Test Case 6.4 (Priority return verification)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 5.7 (Condition Variable broadcast test)
+--- Test Case 6.5 (Repeated locks, non recursive scenario)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 5.8 (Condition Variable priority boost test)
+--- Test Case 6.6 (Condition Variable signal test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 6.1 (Messages Server loop)
+--- Test Case 6.7 (Condition Variable broadcast test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 7.1 (Events registration)
+--- Test Case 6.8 (Condition Variable priority boost test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 7.2 (Event Flags dispatching)
+--- Test Case 7.1 (Messages Server loop)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 7.3 (Events Flags wait using chEvtWaitOne())
+--- Test Case 8.1 (Events registration)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 7.4 (Events Flags wait using chEvtWaitAny())
+--- Test Case 8.2 (Event Flags dispatching)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 7.5 (Events Flags wait using chEvtWaitAll())
+--- Test Case 8.3 (Events Flags wait using chEvtWaitOne())
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 7.6 (Events Flags wait timeouts)
+--- Test Case 8.4 (Events Flags wait using chEvtWaitAny())
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 7.7 (Broadcasting using chEvtBroadcast())
+--- Test Case 8.5 (Events Flags wait using chEvtWaitAll())
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 8.1 (Mailbox normal API, non-blocking tests)
+--- Test Case 8.6 (Events Flags wait timeouts)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 8.2 (Mailbox I-Class API, non-blocking tests)
+--- Test Case 8.7 (Broadcasting using chEvtBroadcast())
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 8.3 (Mailbox timeouts)
+--- Test Case 9.1 (Mailbox normal API, non-blocking tests)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 9.1 (Loading and emptying a memory pool)
+--- Test Case 9.2 (Mailbox I-Class API, non-blocking tests)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 9.2 (Loading and emptying a guarded memory pool without waiting)
+--- Test Case 9.3 (Mailbox timeouts)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 9.3 (Guarded Memory Pools timeout)
+--- Test Case 10.1 (Loading and emptying a memory pool)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 10.1 (Allocation and fragmentation)
+--- Test Case 10.2 (Loading and emptying a guarded memory pool without waiting)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 10.2 (Default Heap)
+--- Test Case 10.3 (Guarded Memory Pools timeout)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 11.1 (Threads creation from Memory Heap)
+--- Test Case 11.1 (Allocation and fragmentation)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 11.2 (Threads creation from Memory Pool)
+--- Test Case 11.2 (Default Heap)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.1 (Messages performance #1)
---- Score : 268932 msgs/S, 537864 ctxswc/S
+--- Test Case 12.1 (Threads creation from Memory Heap)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.2 (Messages performance #2)
---- Score : 221260 msgs/S, 442520 ctxswc/S
+--- Test Case 12.2 (Threads creation from Memory Pool)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.3 (Messages performance #3)
---- Score : 221260 msgs/S, 442520 ctxswc/S
+--- Test Case 13.1 (Messages performance #1)
+--- Score : 277285 msgs/S, 554570 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.4 (Context Switch performance)
---- Score : 902520 ctxswc/S
+--- Test Case 13.2 (Messages performance #2)
+--- Score : 226249 msgs/S, 452498 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.5 (Threads performance, full cycle)
---- Score : 176319 threads/S
+--- Test Case 13.3 (Messages performance #3)
+--- Score : 226249 msgs/S, 452498 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.6 (Threads performance, create/exit only)
---- Score : 226921 threads/S
+--- Test Case 13.4 (Context Switch performance)
+--- Score : 938168 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.7 (Mass reschedule performance)
---- Score : 74923 reschedules/S, 449538 ctxswc/S
+--- Test Case 13.5 (Threads performance, full cycle)
+--- Score : 179858 threads/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.8 (Round-Robin voluntary reschedule)
---- Score : 602268 ctxswc/S
+--- Test Case 13.6 (Threads performance, create/exit only)
+--- Score : 229495 threads/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.9 (Virtual Timers set/reset performance)
---- Score : 1116442 timers/S
+--- Test Case 13.7 (Mass reschedule performance)
+--- Score : 79222 reschedules/S, 475332 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.10 (Semaphores wait/signal performance)
---- Score : 945324 wait+signal/S
+--- Test Case 13.8 (Round-Robin voluntary reschedule)
+--- Score : 606280 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.11 (Mutexes lock/unlock performance)
---- Score : 795428 lock+unlock/S
+--- Test Case 13.9 (Virtual Timers set/reset performance)
+--- Score : 1026342 timers/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.12 (RAM Footprint)
+--- Test Case 13.10 (Semaphores wait/signal performance)
+--- Score : 1196384 wait+signal/S
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 13.11 (Mutexes lock/unlock performance)
+--- Score : 765452 lock+unlock/S
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 13.12 (RAM Footprint)
--- System: 120 bytes
--- Thread: 72 bytes
--- Timer : 20 bytes
diff --git a/doc/rt/reports/SPC56EC-120-CW.txt b/doc/rt/reports/SPC56EC-120-CW.txt
index 5da5e41ef..329619e02 100644
--- a/doc/rt/reports/SPC56EC-120-CW.txt
+++ b/doc/rt/reports/SPC56EC-120-CW.txt
@@ -1,161 +1,237 @@
-*** ChibiOS/RT test suite
+*** ChibiOS/RT Test Suite
***
-*** Kernel: 3.1.0
-*** Compiled: Nov 26 2015 - 10:23:43
+*** Compiled: Sep 21 2017 - 15:12:32
+*** Platform: SPC56ECxx Gateway
+*** Test Board: EVB with SPC56ECxx Mini Module
*** Compiler: CW
*** Architecture: Power Architecture
*** Core Variant: e200z4
*** Port Info: VLE mode
-*** Platform: SPC56ECxx Gateway
-*** Test Board: EVB with SPC56ECxx Mini Module
----------------------------------------------------------------------------
---- Test Case 1.1 (System, critical zones)
+--- Test Case 1.1 (Kernel Info)
+--- Product: ChibiOS/RT
+--- Stable Flag: 1
+--- Version String: 4.0.1
+--- Major Number: 4
+--- Minor Number: 0
+--- Patch Number: 1
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 1.2 (Kernel Settings)
+--- CH_CFG_ST_RESOLUTION: 32
+--- CH_CFG_ST_FREQUENCY: 1000
+--- CH_CFG_ST_TIMEDELTA: 0
+--- CH_CFG_TIME_QUANTUM: 0
+--- CH_CFG_MEMCORE_SIZE: 0
+--- CH_CFG_NO_IDLE_THREAD: 0
+--- CH_CFG_OPTIMIZE_SPEED: 1
+--- CH_CFG_USE_TM: 0
+--- CH_CFG_USE_REGISTRY: 1
+--- CH_CFG_USE_WAITEXIT: 1
+--- CH_CFG_USE_SEMAPHORES: 1
+--- CH_CFG_USE_SEMAPHORES_PRI: 0
+--- CH_CFG_USE_MUTEXES: 1
+--- CH_CFG_USE_MUTEXES_RECURS: 0
+--- CH_CFG_USE_CONDVARS: 1
+--- CH_CFG_USE_CONDVARS_TIMEO: 1
+--- CH_CFG_USE_EVENTS: 1
+--- CH_CFG_USE_EVENTS_TIMEOUT: 1
+--- CH_CFG_USE_MESSAGES: 1
+--- CH_CFG_USE_MESSAGES_PRI: 0
+--- CH_CFG_USE_MAILBOXES: 1
+--- CH_CFG_USE_MEMCORE: 1
+--- CH_CFG_USE_HEAP: 1
+--- CH_CFG_USE_MEMPOOLS: 1
+--- CH_CFG_USE_DYNAMIC: 1
+--- CH_DBG_STATISTICS: 0
+--- CH_DBG_SYSTEM_STATE_CHECK: 0
+--- CH_DBG_ENABLE_CHECKS: 0
+--- CH_DBG_ENABLE_ASSERTS: 0
+--- CH_DBG_TRACE_MASK: 255
+--- CH_DBG_TRACE_BUFFER_SIZE: 128
+--- CH_DBG_ENABLE_STACK_CHECK: 0
+--- CH_DBG_FILL_THREADS: 0
+--- CH_DBG_THREADS_PROFILING: 1
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 2.1 (System integrity functionality)
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 2.2 (Critical zones functionality)
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 2.3 (Interrupts handling functionality)
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 2.4 (System Tick Counter functionality)
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 3.1 (Thread Sleep functionality)
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 3.2 (Ready List functionality, threads priority order)
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 3.3 (Priority change test)
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 3.4 (Priority change test with Priority Inheritance)
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 4.1 (Suspend and Resume functionality)
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 5.1 (Semaphore primitives, no state change)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 1.2 (System, interrupts handling)
+--- Test Case 5.2 (Semaphore enqueuing test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 1.3 (System, integrity)
+--- Test Case 5.3 (Semaphore timeout test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 2.1 (Threads, enqueuing test #1)
+--- Test Case 5.4 (Testing chSemAddCounterI() functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 2.2 (Threads, enqueuing test #2)
+--- Test Case 5.5 (Testing chSemWaitSignal() functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 2.3 (Threads, priority change)
+--- Test Case 5.6 (Testing Binary Semaphores special case)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 2.4 (Threads, delays)
+--- Test Case 6.1 (Priority enqueuing test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 3.1 (Semaphores, enqueuing)
+--- Test Case 6.2 (Priority inheritance, simple case)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 3.2 (Semaphores, timeout)
+--- Test Case 6.3 (Priority inheritance, complex case)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 3.3 (Semaphores, atomic signal-wait)
+--- Test Case 6.4 (Priority return verification)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 3.4 (Binary Semaphores, functionality)
+--- Test Case 6.5 (Repeated locks, non recursive scenario)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 4.1 (Mutexes, priority enqueuing test)
+--- Test Case 6.6 (Condition Variable signal test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 4.2 (Mutexes, priority return)
+--- Test Case 6.7 (Condition Variable broadcast test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 4.3 (Mutexes, status)
+--- Test Case 6.8 (Condition Variable priority boost test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 4.4 (CondVar, signal test)
+--- Test Case 7.1 (Messages Server loop)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 4.5 (CondVar, broadcast test)
+--- Test Case 8.1 (Events registration)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 4.6 (CondVar, boost test)
+--- Test Case 8.2 (Event Flags dispatching)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 5.1 (Messages, loop)
+--- Test Case 8.3 (Events Flags wait using chEvtWaitOne())
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 6.1 (Mailboxes, queuing and timeouts)
+--- Test Case 8.4 (Events Flags wait using chEvtWaitAny())
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 7.1 (Events, registration and dispatch)
+--- Test Case 8.5 (Events Flags wait using chEvtWaitAll())
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 7.2 (Events, wait and broadcast)
+--- Test Case 8.6 (Events Flags wait timeouts)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 7.3 (Events, timeouts)
+--- Test Case 8.7 (Broadcasting using chEvtBroadcast())
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 8.1 (Heap, allocation and fragmentation test)
+--- Test Case 9.1 (Mailbox normal API, non-blocking tests)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 9.1 (Memory Pools, queue/dequeue)
+--- Test Case 9.2 (Mailbox I-Class API, non-blocking tests)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 10.1 (Dynamic APIs, threads creation from heap)
+--- Test Case 9.3 (Mailbox timeouts)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 10.2 (Dynamic APIs, threads creation from memory pool)
+--- Test Case 10.1 (Loading and emptying a memory pool)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 10.3 (Dynamic APIs, registry and references)
+--- Test Case 10.2 (Loading and emptying a guarded memory pool without waiting)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 11.1 (Queues, input queues)
+--- Test Case 10.3 (Guarded Memory Pools timeout)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 11.2 (Queues, output queues)
+--- Test Case 11.1 (Allocation and fragmentation)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.1 (Benchmark, messages #1)
---- Score : 329243 msgs/S, 658486 ctxswc/S
+--- Test Case 11.2 (Default Heap)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.2 (Benchmark, messages #2)
---- Score : 290181 msgs/S, 580362 ctxswc/S
+--- Test Case 12.1 (Threads creation from Memory Heap)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.3 (Benchmark, messages #3)
---- Score : 290180 msgs/S, 580360 ctxswc/S
+--- Test Case 12.2 (Threads creation from Memory Pool)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.4 (Benchmark, context switch)
---- Score : 1048952 ctxswc/S
+--- Test Case 13.1 (Messages performance #1)
+--- Score : 324749 msgs/S, 649498 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.5 (Benchmark, threads, full cycle)
---- Score : 238257 threads/S
+--- Test Case 13.2 (Messages performance #2)
+--- Score : 287404 msgs/S, 574808 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.6 (Benchmark, threads, create only)
---- Score : 332900 threads/S
+--- Test Case 13.3 (Messages performance #3)
+--- Score : 287413 msgs/S, 574826 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.7 (Benchmark, mass reschedule, 5 threads)
---- Score : 90040 reschedules/S, 540240 ctxswc/S
+--- Test Case 13.4 (Context Switch performance)
+--- Score : 1053008 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.8 (Benchmark, round robin context switching)
---- Score : 572860 ctxswc/S
+--- Test Case 13.5 (Threads performance, full cycle)
+--- Score : 233138 threads/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.9 (Benchmark, I/O Queues throughput)
---- Score : 963572 bytes/S
+--- Test Case 13.6 (Threads performance, create/exit only)
+--- Score : 292190 threads/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.10 (Benchmark, virtual timers set/reset)
---- Score : 1182066 timers/S
+--- Test Case 13.7 (Mass reschedule performance)
+--- Score : 88905 reschedules/S, 533430 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.11 (Benchmark, semaphores wait/signal)
---- Score : 1606860 wait+signal/S
+--- Test Case 13.8 (Round-Robin voluntary reschedule)
+--- Score : 584400 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.12 (Benchmark, mutexes lock/unlock)
---- Score : 1245140 lock+unlock/S
+--- Test Case 13.9 (Virtual Timers set/reset performance)
+--- Score : 1323796 timers/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.13 (Benchmark, RAM footprint)
---- System: 640 bytes
---- Thread: 68 bytes
+--- Test Case 13.10 (Semaphores wait/signal performance)
+--- Score : 1628768 wait+signal/S
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 13.11 (Mutexes lock/unlock performance)
+--- Score : 1229228 lock+unlock/S
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 13.12 (RAM Footprint)
+--- System: 120 bytes
+--- Thread: 72 bytes
--- Timer : 20 bytes
--- Semaph: 12 bytes
---- EventS: 4 bytes
---- EventL: 20 bytes
--- Mutex : 16 bytes
--- CondV.: 8 bytes
---- Queue : 36 bytes
+--- EventS: 4 bytes
+--- EventL: 20 bytes
--- MailB.: 40 bytes
--- Result: SUCCESS
----------------------------------------------------------------------------
diff --git a/doc/rt/reports/SPC56EC-120-GCC.txt b/doc/rt/reports/SPC56EC-120-GCC.txt
index 4bb890497..ca015b336 100644
--- a/doc/rt/reports/SPC56EC-120-GCC.txt
+++ b/doc/rt/reports/SPC56EC-120-GCC.txt
@@ -1,179 +1,229 @@
*** ChibiOS/RT Test Suite
***
-*** Compiled: Mar 17 2017 - 14:08:50
+*** Compiled: Sep 21 2017 - 14:35:46
*** Platform: SPC56ECxx Gateway
*** Test Board: EVB with SPC56ECxx Mini Module
+*** Compiler: GCC 4.6.3 build on 2013-01-07
+*** Architecture: Power Architecture
+*** Core Variant: e200z4
+*** Port Info: VLE mode
----------------------------------------------------------------------------
---- Test Case 1.1 (System integrity functionality)
+--- Test Case 1.1 (Kernel Info)
+--- Product: ChibiOS/RT
+--- Stable Flag: 1
+--- Version String: 4.0.1
+--- Major Number: 4
+--- Minor Number: 0
+--- Patch Number: 1
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 1.2 (Critical zones functionality)
+--- Test Case 1.2 (Kernel Settings)
+--- CH_CFG_ST_RESOLUTION: 32
+--- CH_CFG_ST_FREQUENCY: 1000
+--- CH_CFG_ST_TIMEDELTA: 0
+--- CH_CFG_TIME_QUANTUM: 0
+--- CH_CFG_MEMCORE_SIZE: 0
+--- CH_CFG_NO_IDLE_THREAD: 0
+--- CH_CFG_OPTIMIZE_SPEED: 1
+--- CH_CFG_USE_TM: 0
+--- CH_CFG_USE_REGISTRY: 1
+--- CH_CFG_USE_WAITEXIT: 1
+--- CH_CFG_USE_SEMAPHORES: 1
+--- CH_CFG_USE_SEMAPHORES_PRI: 0
+--- CH_CFG_USE_MUTEXES: 1
+--- CH_CFG_USE_MUTEXES_RECURS: 0
+--- CH_CFG_USE_CONDVARS: 1
+--- CH_CFG_USE_CONDVARS_TIMEO: 1
+--- CH_CFG_USE_EVENTS: 1
+--- CH_CFG_USE_EVENTS_TIMEOUT: 1
+--- CH_CFG_USE_MESSAGES: 1
+--- CH_CFG_USE_MESSAGES_PRI: 0
+--- CH_CFG_USE_MAILBOXES: 1
+--- CH_CFG_USE_MEMCORE: 1
+--- CH_CFG_USE_HEAP: 1
+--- CH_CFG_USE_MEMPOOLS: 1
+--- CH_CFG_USE_DYNAMIC: 1
+--- CH_DBG_STATISTICS: 0
+--- CH_DBG_SYSTEM_STATE_CHECK: 0
+--- CH_DBG_ENABLE_CHECKS: 0
+--- CH_DBG_ENABLE_ASSERTS: 0
+--- CH_DBG_TRACE_MASK: 255
+--- CH_DBG_TRACE_BUFFER_SIZE: 128
+--- CH_DBG_ENABLE_STACK_CHECK: 0
+--- CH_DBG_FILL_THREADS: 0
+--- CH_DBG_THREADS_PROFILING: 1
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 1.3 (Interrupts handling functionality)
+--- Test Case 2.1 (System integrity functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 1.4 (System Tick Counter functionality)
+--- Test Case 2.2 (Critical zones functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 2.1 (Thread Sleep functionality)
+--- Test Case 2.3 (Interrupts handling functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 2.2 (Ready List functionality, threads priority order)
+--- Test Case 2.4 (System Tick Counter functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 2.3 (Priority change test)
+--- Test Case 3.1 (Thread Sleep functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 2.4 (Priority change test with Priority Inheritance)
+--- Test Case 3.2 (Ready List functionality, threads priority order)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 3.1 (Suspend and Resume functionality)
+--- Test Case 3.3 (Priority change test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 4.1 (Semaphore primitives, no state change)
+--- Test Case 3.4 (Priority change test with Priority Inheritance)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 4.2 (Semaphore enqueuing test)
+--- Test Case 4.1 (Suspend and Resume functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 4.3 (Semaphore timeout test)
+--- Test Case 5.1 (Semaphore primitives, no state change)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 4.4 (Testing chSemAddCounterI() functionality)
+--- Test Case 5.2 (Semaphore enqueuing test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 4.5 (Testing chSemWaitSignal() functionality)
+--- Test Case 5.3 (Semaphore timeout test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 4.6 (Testing Binary Semaphores special case)
+--- Test Case 5.4 (Testing chSemAddCounterI() functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 5.1 (Priority enqueuing test)
+--- Test Case 5.5 (Testing chSemWaitSignal() functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 5.2 (Priority inheritance, simple case)
+--- Test Case 5.6 (Testing Binary Semaphores special case)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 5.3 (Priority inheritance, complex case)
+--- Test Case 6.1 (Priority enqueuing test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 5.4 (Priority return verification)
+--- Test Case 6.2 (Priority inheritance, simple case)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 5.5 (Repeated locks, non recursive scenario)
+--- Test Case 6.3 (Priority inheritance, complex case)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 5.6 (Condition Variable signal test)
+--- Test Case 6.4 (Priority return verification)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 5.7 (Condition Variable broadcast test)
+--- Test Case 6.5 (Repeated locks, non recursive scenario)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 5.8 (Condition Variable priority boost test)
+--- Test Case 6.6 (Condition Variable signal test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 6.1 (Messages Server loop)
+--- Test Case 6.7 (Condition Variable broadcast test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 7.1 (Events registration)
+--- Test Case 6.8 (Condition Variable priority boost test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 7.2 (Event Flags dispatching)
+--- Test Case 7.1 (Messages Server loop)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 7.3 (Events Flags wait using chEvtWaitOne())
+--- Test Case 8.1 (Events registration)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 7.4 (Events Flags wait using chEvtWaitAny())
+--- Test Case 8.2 (Event Flags dispatching)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 7.5 (Events Flags wait using chEvtWaitAll())
+--- Test Case 8.3 (Events Flags wait using chEvtWaitOne())
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 7.6 (Events Flags wait timeouts)
+--- Test Case 8.4 (Events Flags wait using chEvtWaitAny())
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 7.7 (Broadcasting using chEvtBroadcast())
+--- Test Case 8.5 (Events Flags wait using chEvtWaitAll())
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 8.1 (Mailbox normal API, non-blocking tests)
+--- Test Case 8.6 (Events Flags wait timeouts)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 8.2 (Mailbox I-Class API, non-blocking tests)
+--- Test Case 8.7 (Broadcasting using chEvtBroadcast())
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 8.3 (Mailbox timeouts)
+--- Test Case 9.1 (Mailbox normal API, non-blocking tests)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 9.1 (Loading and emptying a memory pool)
+--- Test Case 9.2 (Mailbox I-Class API, non-blocking tests)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 9.2 (Loading and emptying a guarded memory pool without waiting)
+--- Test Case 9.3 (Mailbox timeouts)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 9.3 (Guarded Memory Pools timeout)
+--- Test Case 10.1 (Loading and emptying a memory pool)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 10.1 (Allocation and fragmentation)
+--- Test Case 10.2 (Loading and emptying a guarded memory pool without waiting)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 10.2 (Default Heap)
+--- Test Case 10.3 (Guarded Memory Pools timeout)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 11.1 (Threads creation from Memory Heap)
+--- Test Case 11.1 (Allocation and fragmentation)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 11.2 (Threads creation from Memory Pool)
+--- Test Case 11.2 (Default Heap)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.1 (Messages performance #1)
---- Score : 368749 msgs/S, 737498 ctxswc/S
+--- Test Case 12.1 (Threads creation from Memory Heap)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.2 (Messages performance #2)
---- Score : 305739 msgs/S, 611478 ctxswc/S
+--- Test Case 12.2 (Threads creation from Memory Pool)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.3 (Messages performance #3)
---- Score : 305739 msgs/S, 611478 ctxswc/S
+--- Test Case 13.1 (Messages performance #1)
+--- Score : 369887 msgs/S, 739774 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.4 (Context Switch performance)
---- Score : 1090792 ctxswc/S
+--- Test Case 13.2 (Messages performance #2)
+--- Score : 306524 msgs/S, 613048 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.5 (Threads performance, full cycle)
---- Score : 246593 threads/S
+--- Test Case 13.3 (Messages performance #3)
+--- Score : 306524 msgs/S, 613048 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.6 (Threads performance, create/exit only)
+--- Test Case 13.4 (Context Switch performance)
+--- Score : 1090800 ctxswc/S
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 13.5 (Threads performance, full cycle)
+--- Score : 246590 threads/S
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 13.6 (Threads performance, create/exit only)
--- Score : 317908 threads/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.7 (Mass reschedule performance)
---- Score : 92652 reschedules/S, 555912 ctxswc/S
+--- Test Case 13.7 (Mass reschedule performance)
+--- Score : 94147 reschedules/S, 564882 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.8 (Round-Robin voluntary reschedule)
+--- Test Case 13.8 (Round-Robin voluntary reschedule)
--- Score : 680140 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.9 (Virtual Timers set/reset performance)
+--- Test Case 13.9 (Virtual Timers set/reset performance)
--- Score : 1675388 timers/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.10 (Semaphores wait/signal performance)
---- Score : 1749644 wait+signal/S
+--- Test Case 13.10 (Semaphores wait/signal performance)
+--- Score : 1749624 wait+signal/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.11 (Mutexes lock/unlock performance)
---- Score : 1318240 lock+unlock/S
+--- Test Case 13.11 (Mutexes lock/unlock performance)
+--- Score : 1318224 lock+unlock/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.12 (RAM Footprint)
+--- Test Case 13.12 (RAM Footprint)
--- System: 120 bytes
--- Thread: 72 bytes
--- Timer : 20 bytes