aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-03-17 13:47:53 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-03-17 13:47:53 +0000
commit271bb513e690318d8440ebccff268afbf3e81259 (patch)
tree968dc21604f807f8aa95023d86cd74e8ff911d44 /doc
parenta8ee89c442b2b6f3bb386cb91ace0a8681153c20 (diff)
downloadChibiOS-271bb513e690318d8440ebccff268afbf3e81259.tar.gz
ChibiOS-271bb513e690318d8440ebccff268afbf3e81259.tar.bz2
ChibiOS-271bb513e690318d8440ebccff268afbf3e81259.zip
e200z-GCC final reports.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10125 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'doc')
-rw-r--r--doc/rt/reports/SPC560D-48-GCC.txt159
-rw-r--r--doc/rt/reports/SPC560P-64-GCC.txt164
-rw-r--r--doc/rt/reports/SPC563M-80-GCC.txt159
-rw-r--r--doc/rt/reports/SPC56EC-120-GCC.txt158
-rw-r--r--doc/rt/reports/SPC56EL-120-GCC.txt164
5 files changed, 276 insertions, 528 deletions
diff --git a/doc/rt/reports/SPC560D-48-GCC.txt b/doc/rt/reports/SPC560D-48-GCC.txt
index 2167efcc1..08ebaff1a 100644
--- a/doc/rt/reports/SPC560D-48-GCC.txt
+++ b/doc/rt/reports/SPC560D-48-GCC.txt
@@ -1,164 +1,189 @@
-*** ChibiOS/RT test suite
+*** ChibiOS/RT Test Suite
***
-*** Kernel: 3.1.0
-*** Compiled: Jan 4 2016 - 12:12:53
-*** Compiler: GCC 4.6.3 build on 2013-01-07
-*** Architecture: Power Architecture
-*** Core Variant: e200z0
-*** Port Info: VLE mode
+*** Compiled: Mar 17 2017 - 14:24:50
*** Platform: SPC560Dxx Car Body and Convenience
*** Test Board: EVB with SPC560Dxx Mini Module
----------------------------------------------------------------------------
---- Test Case 1.1 (System, critical zones)
+--- Test Case 1.1 (System integrity functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 1.2 (System, interrupts handling)
+--- Test Case 1.2 (Critical zones functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 1.3 (System, integrity)
+--- Test Case 1.3 (Interrupts handling functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 2.1 (Threads, enqueuing test #1)
+--- Test Case 1.4 (System Tick Counter functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 2.2 (Threads, enqueuing test #2)
+--- Test Case 2.1 (Thread Sleep functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 2.3 (Threads, priority change)
+--- Test Case 2.2 (Ready List functionality, threads priority order)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 2.4 (Threads, delays)
+--- Test Case 2.3 (Priority change test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 3.1 (Semaphores, enqueuing)
+--- Test Case 2.4 (Priority change test with Priority Inheritance)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 3.2 (Semaphores, timeout)
+--- Test Case 3.1 (Suspend and Resume functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 3.3 (Semaphores, atomic signal-wait)
+--- Test Case 4.1 (Semaphore primitives, no state change)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 3.4 (Binary Semaphores, functionality)
+--- Test Case 4.2 (Semaphore enqueuing test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 4.1 (Mutexes, priority enqueuing test)
+--- Test Case 4.3 (Semaphore timeout test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 4.2 (Mutexes, priority return)
+--- Test Case 4.4 (Testing chSemAddCounterI() functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 4.3 (Mutexes, status)
+--- Test Case 4.5 (Testing chSemWaitSignal() functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 4.4 (CondVar, signal test)
+--- Test Case 4.6 (Testing Binary Semaphores special case)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 4.5 (CondVar, broadcast test)
+--- Test Case 5.1 (Priority enqueuing test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 4.6 (CondVar, boost test)
+--- Test Case 5.2 (Priority inheritance, simple case)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 5.1 (Messages, loop)
+--- Test Case 5.3 (Priority inheritance, complex case)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 6.1 (Mailboxes, queuing and timeouts)
+--- Test Case 5.4 (Priority return verification)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 7.1 (Events, registration and dispatch)
+--- Test Case 5.5 (Repeated locks, non recursive scenario)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 7.2 (Events, wait and broadcast)
+--- Test Case 5.6 (Condition Variable signal test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 7.3 (Events, timeouts)
+--- Test Case 5.7 (Condition Variable broadcast test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 8.1 (Heap, allocation and fragmentation test)
+--- Test Case 5.8 (Condition Variable priority boost test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 9.1 (Memory Pools, queue/dequeue)
+--- Test Case 6.1 (Messages Server loop)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 10.1 (Dynamic APIs, threads creation from heap)
+--- Test Case 7.1 (Events registration)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 10.2 (Dynamic APIs, threads creation from memory pool)
+--- Test Case 7.2 (Event Flags dispatching)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 10.3 (Dynamic APIs, registry and references)
+--- Test Case 7.3 (Events Flags wait using chEvtWaitOne())
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 11.1 (Queues, input queues)
+--- Test Case 7.4 (Events Flags wait using chEvtWaitAny())
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 11.2 (Queues, output queues)
+--- Test Case 7.5 (Events Flags wait using chEvtWaitAll())
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.1 (Benchmark, messages #1)
---- Score : 152782 msgs/S, 305564 ctxswc/S
+--- Test Case 7.6 (Events Flags wait timeouts)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.2 (Benchmark, messages #2)
---- Score : 128898 msgs/S, 257796 ctxswc/S
+--- Test Case 7.7 (Broadcasting using chEvtBroadcast())
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.3 (Benchmark, messages #3)
---- Score : 128898 msgs/S, 257796 ctxswc/S
+--- Test Case 8.1 (Mailbox normal API, non-blocking tests)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.4 (Benchmark, context switch)
---- Score : 452768 ctxswc/S
+--- Test Case 8.2 (Mailbox I-Class API, non-blocking tests)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.5 (Benchmark, threads, full cycle)
---- Score : 102403 threads/S
+--- Test Case 8.3 (Mailbox timeouts)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.6 (Benchmark, threads, create only)
---- Score : 145797 threads/S
+--- Test Case 9.1 (Loading and emptying a memory pool)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.7 (Benchmark, mass reschedule, 5 threads)
---- Score : 40187 reschedules/S, 241122 ctxswc/S
+--- Test Case 9.2 (Loading and emptying a guarded memory pool without waiting)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.8 (Benchmark, round robin context switching)
---- Score : 315140 ctxswc/S
+--- Test Case 9.3 (Guarded Memory Pools timeout)
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 10.1 (Allocation and fragmentation)
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 10.2 (Default Heap)
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 11.1 (Threads creation from Memory Heap)
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 11.2 (Threads creation from Memory Pool)
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 12.1 (Messages performance #1)
+--- Score : 152294 msgs/S, 304588 ctxswc/S
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 12.2 (Messages performance #2)
+--- Score : 128222 msgs/S, 256444 ctxswc/S
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 12.3 (Messages performance #3)
+--- Score : 128222 msgs/S, 256444 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.9 (Benchmark, I/O Queues throughput)
---- Score : 389600 bytes/S
+--- Test Case 12.4 (Context Switch performance)
+--- Score : 453856 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.10 (Benchmark, virtual timers set/reset)
---- Score : 644036 timers/S
+--- Test Case 12.5 (Threads performance, full cycle)
+--- Score : 100677 threads/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.11 (Benchmark, semaphores wait/signal)
---- Score : 637644 wait+signal/S
+--- Test Case 12.6 (Threads performance, create/exit only)
+--- Score : 126860 threads/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.12 (Benchmark, mutexes lock/unlock)
---- Score : 503400 lock+unlock/S
+--- Test Case 12.7 (Mass reschedule performance)
+--- Score : 40189 reschedules/S, 241134 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.13 (Benchmark, RAM footprint)
---- System: 640 bytes
---- Thread: 68 bytes
+--- Test Case 12.8 (Round-Robin voluntary reschedule)
+--- Score : 315140 ctxswc/S
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 12.9 (Virtual Timers set/reset performance)
+--- Score : 683098 timers/S
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 12.10 (Semaphores wait/signal performance)
+--- Score : 629304 wait+signal/S
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 12.11 (Mutexes lock/unlock performance)
+--- Score : 488000 lock+unlock/S
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 12.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
----------------------------------------------------------------------------
Final result: SUCCESS
-
diff --git a/doc/rt/reports/SPC560P-64-GCC.txt b/doc/rt/reports/SPC560P-64-GCC.txt
deleted file mode 100644
index 65d51d3dd..000000000
--- a/doc/rt/reports/SPC560P-64-GCC.txt
+++ /dev/null
@@ -1,164 +0,0 @@
-
-*** ChibiOS/RT test suite
-***
-*** Kernel: 3.1.0
-*** Compiled: Jan 4 2016 - 12:19:15
-*** Compiler: GCC 4.6.3 build on 2013-01-07
-*** Architecture: Power Architecture
-*** Core Variant: e200z0
-*** Port Info: VLE mode
-*** Platform: SPC560Pxx Chassis and Safety
-*** Test Board: EVB with SPC560Pxx Mini Module
-
-----------------------------------------------------------------------------
---- Test Case 1.1 (System, critical zones)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 1.2 (System, interrupts handling)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 1.3 (System, integrity)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 2.1 (Threads, enqueuing test #1)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 2.2 (Threads, enqueuing test #2)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 2.3 (Threads, priority change)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 2.4 (Threads, delays)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 3.1 (Semaphores, enqueuing)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 3.2 (Semaphores, timeout)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 3.3 (Semaphores, atomic signal-wait)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 3.4 (Binary Semaphores, functionality)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 4.1 (Mutexes, priority enqueuing test)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 4.2 (Mutexes, priority return)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 4.3 (Mutexes, status)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 4.4 (CondVar, signal test)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 4.5 (CondVar, broadcast test)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 4.6 (CondVar, boost test)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 5.1 (Messages, loop)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 6.1 (Mailboxes, queuing and timeouts)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 7.1 (Events, registration and dispatch)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 7.2 (Events, wait and broadcast)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 7.3 (Events, timeouts)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 8.1 (Heap, allocation and fragmentation test)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 9.1 (Memory Pools, queue/dequeue)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 10.1 (Dynamic APIs, threads creation from heap)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 10.2 (Dynamic APIs, threads creation from memory pool)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 10.3 (Dynamic APIs, registry and references)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 11.1 (Queues, input queues)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 11.2 (Queues, output queues)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 12.1 (Benchmark, messages #1)
---- Score : 203904 msgs/S, 407808 ctxswc/S
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 12.2 (Benchmark, messages #2)
---- Score : 172027 msgs/S, 344054 ctxswc/S
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 12.3 (Benchmark, messages #3)
---- Score : 172028 msgs/S, 344056 ctxswc/S
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 12.4 (Benchmark, context switch)
---- Score : 604248 ctxswc/S
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 12.5 (Benchmark, threads, full cycle)
---- Score : 136665 threads/S
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 12.6 (Benchmark, threads, create only)
---- Score : 194575 threads/S
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 12.7 (Benchmark, mass reschedule, 5 threads)
---- Score : 53632 reschedules/S, 321792 ctxswc/S
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 12.8 (Benchmark, round robin context switching)
---- Score : 420560 ctxswc/S
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 12.9 (Benchmark, I/O Queues throughput)
---- Score : 519944 bytes/S
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 12.10 (Benchmark, virtual timers set/reset)
---- Score : 857878 timers/S
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 12.11 (Benchmark, semaphores wait/signal)
---- Score : 850996 wait+signal/S
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 12.12 (Benchmark, mutexes lock/unlock)
---- Score : 671816 lock+unlock/S
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 12.13 (Benchmark, RAM footprint)
---- System: 640 bytes
---- Thread: 68 bytes
---- Timer : 20 bytes
---- Semaph: 12 bytes
---- EventS: 4 bytes
---- EventL: 20 bytes
---- Mutex : 16 bytes
---- CondV.: 8 bytes
---- Queue : 36 bytes
---- MailB.: 40 bytes
---- Result: SUCCESS
-----------------------------------------------------------------------------
-
-Final result: SUCCESS
-
diff --git a/doc/rt/reports/SPC563M-80-GCC.txt b/doc/rt/reports/SPC563M-80-GCC.txt
index 69d3b30ea..58fffa21f 100644
--- a/doc/rt/reports/SPC563M-80-GCC.txt
+++ b/doc/rt/reports/SPC563M-80-GCC.txt
@@ -1,164 +1,189 @@
-*** ChibiOS/RT test suite
+*** ChibiOS/RT Test Suite
***
-*** Kernel: 3.1.0
-*** Compiled: Jan 4 2016 - 12:24:32
-*** Compiler: GCC 4.6.3 build on 2013-01-07
-*** Architecture: Power Architecture
-*** Core Variant: e200z3
-*** Port Info: VLE mode
+*** Compiled: Mar 17 2017 - 12:14:52
*** Platform: SPC563Mxx Powertrain
*** Test Board: EVB with SPC563Mxx Mini Module
----------------------------------------------------------------------------
---- Test Case 1.1 (System, critical zones)
+--- Test Case 1.1 (System integrity functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 1.2 (System, interrupts handling)
+--- Test Case 1.2 (Critical zones functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 1.3 (System, integrity)
+--- Test Case 1.3 (Interrupts handling functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 2.1 (Threads, enqueuing test #1)
+--- Test Case 1.4 (System Tick Counter functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 2.2 (Threads, enqueuing test #2)
+--- Test Case 2.1 (Thread Sleep functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 2.3 (Threads, priority change)
+--- Test Case 2.2 (Ready List functionality, threads priority order)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 2.4 (Threads, delays)
+--- Test Case 2.3 (Priority change test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 3.1 (Semaphores, enqueuing)
+--- Test Case 2.4 (Priority change test with Priority Inheritance)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 3.2 (Semaphores, timeout)
+--- Test Case 3.1 (Suspend and Resume functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 3.3 (Semaphores, atomic signal-wait)
+--- Test Case 4.1 (Semaphore primitives, no state change)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 3.4 (Binary Semaphores, functionality)
+--- Test Case 4.2 (Semaphore enqueuing test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 4.1 (Mutexes, priority enqueuing test)
+--- Test Case 4.3 (Semaphore timeout test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 4.2 (Mutexes, priority return)
+--- Test Case 4.4 (Testing chSemAddCounterI() functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 4.3 (Mutexes, status)
+--- Test Case 4.5 (Testing chSemWaitSignal() functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 4.4 (CondVar, signal test)
+--- Test Case 4.6 (Testing Binary Semaphores special case)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 4.5 (CondVar, broadcast test)
+--- Test Case 5.1 (Priority enqueuing test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 4.6 (CondVar, boost test)
+--- Test Case 5.2 (Priority inheritance, simple case)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 5.1 (Messages, loop)
+--- Test Case 5.3 (Priority inheritance, complex case)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 6.1 (Mailboxes, queuing and timeouts)
+--- Test Case 5.4 (Priority return verification)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 7.1 (Events, registration and dispatch)
+--- Test Case 5.5 (Repeated locks, non recursive scenario)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 7.2 (Events, wait and broadcast)
+--- Test Case 5.6 (Condition Variable signal test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 7.3 (Events, timeouts)
+--- Test Case 5.7 (Condition Variable broadcast test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 8.1 (Heap, allocation and fragmentation test)
+--- Test Case 5.8 (Condition Variable priority boost test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 9.1 (Memory Pools, queue/dequeue)
+--- Test Case 6.1 (Messages Server loop)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 10.1 (Dynamic APIs, threads creation from heap)
+--- Test Case 7.1 (Events registration)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 10.2 (Dynamic APIs, threads creation from memory pool)
+--- Test Case 7.2 (Event Flags dispatching)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 10.3 (Dynamic APIs, registry and references)
+--- Test Case 7.3 (Events Flags wait using chEvtWaitOne())
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 11.1 (Queues, input queues)
+--- Test Case 7.4 (Events Flags wait using chEvtWaitAny())
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 11.2 (Queues, output queues)
+--- Test Case 7.5 (Events Flags wait using chEvtWaitAll())
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.1 (Benchmark, messages #1)
---- Score : 268017 msgs/S, 536034 ctxswc/S
+--- Test Case 7.6 (Events Flags wait timeouts)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.2 (Benchmark, messages #2)
---- Score : 217039 msgs/S, 434078 ctxswc/S
+--- Test Case 7.7 (Broadcasting using chEvtBroadcast())
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.3 (Benchmark, messages #3)
---- Score : 217039 msgs/S, 434078 ctxswc/S
+--- Test Case 8.1 (Mailbox normal API, non-blocking tests)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.4 (Benchmark, context switch)
---- Score : 892448 ctxswc/S
+--- Test Case 8.2 (Mailbox I-Class API, non-blocking tests)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.5 (Benchmark, threads, full cycle)
---- Score : 176703 threads/S
+--- Test Case 8.3 (Mailbox timeouts)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.6 (Benchmark, threads, create only)
---- Score : 257645 threads/S
+--- Test Case 9.1 (Loading and emptying a memory pool)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.7 (Benchmark, mass reschedule, 5 threads)
---- Score : 74919 reschedules/S, 449514 ctxswc/S
+--- Test Case 9.2 (Loading and emptying a guarded memory pool without waiting)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.8 (Benchmark, round robin context switching)
---- Score : 602240 ctxswc/S
+--- Test Case 9.3 (Guarded Memory Pools timeout)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.9 (Benchmark, I/O Queues throughput)
---- Score : 649676 bytes/S
+--- Test Case 10.1 (Allocation and fragmentation)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.10 (Benchmark, virtual timers set/reset)
---- Score : 1086362 timers/S
+--- Test Case 10.2 (Default Heap)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.11 (Benchmark, semaphores wait/signal)
---- Score : 950076 wait+signal/S
+--- Test Case 11.1 (Threads creation from Memory Heap)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.12 (Benchmark, mutexes lock/unlock)
---- Score : 806080 lock+unlock/S
+--- Test Case 11.2 (Threads creation from Memory Pool)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.13 (Benchmark, RAM footprint)
---- System: 640 bytes
---- Thread: 68 bytes
+--- Test Case 12.1 (Messages performance #1)
+--- Score : 268932 msgs/S, 537864 ctxswc/S
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 12.2 (Messages performance #2)
+--- Score : 221260 msgs/S, 442520 ctxswc/S
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 12.3 (Messages performance #3)
+--- Score : 221260 msgs/S, 442520 ctxswc/S
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 12.4 (Context Switch performance)
+--- Score : 902520 ctxswc/S
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 12.5 (Threads performance, full cycle)
+--- Score : 176319 threads/S
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 12.6 (Threads performance, create/exit only)
+--- Score : 226921 threads/S
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 12.7 (Mass reschedule performance)
+--- Score : 74923 reschedules/S, 449538 ctxswc/S
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 12.8 (Round-Robin voluntary reschedule)
+--- Score : 602268 ctxswc/S
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 12.9 (Virtual Timers set/reset performance)
+--- Score : 1116442 timers/S
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 12.10 (Semaphores wait/signal performance)
+--- Score : 945324 wait+signal/S
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 12.11 (Mutexes lock/unlock performance)
+--- Score : 795428 lock+unlock/S
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 12.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
----------------------------------------------------------------------------
Final result: SUCCESS
-
diff --git a/doc/rt/reports/SPC56EC-120-GCC.txt b/doc/rt/reports/SPC56EC-120-GCC.txt
index 2d3a07214..4bb890497 100644
--- a/doc/rt/reports/SPC56EC-120-GCC.txt
+++ b/doc/rt/reports/SPC56EC-120-GCC.txt
@@ -1,161 +1,187 @@
-*** ChibiOS/RT test suite
+*** ChibiOS/RT Test Suite
***
-*** Kernel: 3.1.0
-*** Compiled: Nov 26 2015 - 10:12:00
-*** Compiler: GCC 4.6.3 build on 2013-01-07
-*** Architecture: Power Architecture
-*** Core Variant: e200z4
-*** Port Info: VLE mode
+*** Compiled: Mar 17 2017 - 14:08:50
*** Platform: SPC56ECxx Gateway
*** Test Board: EVB with SPC56ECxx Mini Module
----------------------------------------------------------------------------
---- Test Case 1.1 (System, critical zones)
+--- Test Case 1.1 (System integrity functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 1.2 (System, interrupts handling)
+--- Test Case 1.2 (Critical zones functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 1.3 (System, integrity)
+--- Test Case 1.3 (Interrupts handling functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 2.1 (Threads, enqueuing test #1)
+--- Test Case 1.4 (System Tick Counter functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 2.2 (Threads, enqueuing test #2)
+--- Test Case 2.1 (Thread Sleep functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 2.3 (Threads, priority change)
+--- Test Case 2.2 (Ready List functionality, threads priority order)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 2.4 (Threads, delays)
+--- Test Case 2.3 (Priority change test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 3.1 (Semaphores, enqueuing)
+--- Test Case 2.4 (Priority change test with Priority Inheritance)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 3.2 (Semaphores, timeout)
+--- Test Case 3.1 (Suspend and Resume functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 3.3 (Semaphores, atomic signal-wait)
+--- Test Case 4.1 (Semaphore primitives, no state change)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 3.4 (Binary Semaphores, functionality)
+--- Test Case 4.2 (Semaphore enqueuing test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 4.1 (Mutexes, priority enqueuing test)
+--- Test Case 4.3 (Semaphore timeout test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 4.2 (Mutexes, priority return)
+--- Test Case 4.4 (Testing chSemAddCounterI() functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 4.3 (Mutexes, status)
+--- Test Case 4.5 (Testing chSemWaitSignal() functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 4.4 (CondVar, signal test)
+--- Test Case 4.6 (Testing Binary Semaphores special case)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 4.5 (CondVar, broadcast test)
+--- Test Case 5.1 (Priority enqueuing test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 4.6 (CondVar, boost test)
+--- Test Case 5.2 (Priority inheritance, simple case)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 5.1 (Messages, loop)
+--- Test Case 5.3 (Priority inheritance, complex case)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 6.1 (Mailboxes, queuing and timeouts)
+--- Test Case 5.4 (Priority return verification)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 7.1 (Events, registration and dispatch)
+--- Test Case 5.5 (Repeated locks, non recursive scenario)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 7.2 (Events, wait and broadcast)
+--- Test Case 5.6 (Condition Variable signal test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 7.3 (Events, timeouts)
+--- Test Case 5.7 (Condition Variable broadcast test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 8.1 (Heap, allocation and fragmentation test)
+--- Test Case 5.8 (Condition Variable priority boost test)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 9.1 (Memory Pools, queue/dequeue)
+--- Test Case 6.1 (Messages Server loop)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 10.1 (Dynamic APIs, threads creation from heap)
+--- Test Case 7.1 (Events registration)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 10.2 (Dynamic APIs, threads creation from memory pool)
+--- Test Case 7.2 (Event Flags dispatching)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 10.3 (Dynamic APIs, registry and references)
+--- Test Case 7.3 (Events Flags wait using chEvtWaitOne())
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 11.1 (Queues, input queues)
+--- Test Case 7.4 (Events Flags wait using chEvtWaitAny())
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 11.2 (Queues, output queues)
+--- Test Case 7.5 (Events Flags wait using chEvtWaitAll())
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.1 (Benchmark, messages #1)
---- Score : 373370 msgs/S, 746740 ctxswc/S
+--- Test Case 7.6 (Events Flags wait timeouts)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.2 (Benchmark, messages #2)
---- Score : 308897 msgs/S, 617794 ctxswc/S
+--- Test Case 7.7 (Broadcasting using chEvtBroadcast())
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.3 (Benchmark, messages #3)
---- Score : 308901 msgs/S, 617802 ctxswc/S
+--- Test Case 8.1 (Mailbox normal API, non-blocking tests)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.4 (Benchmark, context switch)
---- Score : 1088344 ctxswc/S
+--- Test Case 8.2 (Mailbox I-Class API, non-blocking tests)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.5 (Benchmark, threads, full cycle)
---- Score : 248658 threads/S
+--- Test Case 8.3 (Mailbox timeouts)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.6 (Benchmark, threads, create only)
---- Score : 367648 threads/S
+--- Test Case 9.1 (Loading and emptying a memory pool)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.7 (Benchmark, mass reschedule, 5 threads)
---- Score : 94298 reschedules/S, 565788 ctxswc/S
+--- Test Case 9.2 (Loading and emptying a guarded memory pool without waiting)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.8 (Benchmark, round robin context switching)
---- Score : 680188 ctxswc/S
+--- Test Case 9.3 (Guarded Memory Pools timeout)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.9 (Benchmark, I/O Queues throughput)
---- Score : 985940 bytes/S
+--- Test Case 10.1 (Allocation and fragmentation)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.10 (Benchmark, virtual timers set/reset)
---- Score : 1477618 timers/S
+--- Test Case 10.2 (Default Heap)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.11 (Benchmark, semaphores wait/signal)
---- Score : 1762552 wait+signal/S
+--- Test Case 11.1 (Threads creation from Memory Heap)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.12 (Benchmark, mutexes lock/unlock)
---- Score : 1325572 lock+unlock/S
+--- Test Case 11.2 (Threads creation from Memory Pool)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.13 (Benchmark, RAM footprint)
---- System: 640 bytes
---- Thread: 68 bytes
+--- Test Case 12.1 (Messages performance #1)
+--- Score : 368749 msgs/S, 737498 ctxswc/S
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 12.2 (Messages performance #2)
+--- Score : 305739 msgs/S, 611478 ctxswc/S
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 12.3 (Messages performance #3)
+--- Score : 305739 msgs/S, 611478 ctxswc/S
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 12.4 (Context Switch performance)
+--- Score : 1090792 ctxswc/S
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 12.5 (Threads performance, full cycle)
+--- Score : 246593 threads/S
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 12.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
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 12.8 (Round-Robin voluntary reschedule)
+--- Score : 680140 ctxswc/S
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 12.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
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 12.11 (Mutexes lock/unlock performance)
+--- Score : 1318240 lock+unlock/S
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 12.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/SPC56EL-120-GCC.txt b/doc/rt/reports/SPC56EL-120-GCC.txt
deleted file mode 100644
index cf0133b74..000000000
--- a/doc/rt/reports/SPC56EL-120-GCC.txt
+++ /dev/null
@@ -1,164 +0,0 @@
-
-*** ChibiOS/RT test suite
-***
-*** Kernel: 3.1.0
-*** Compiled: Jan 4 2016 - 12:05:54
-*** Compiler: GCC 4.6.3 build on 2013-01-07
-*** Architecture: Power Architecture
-*** Core Variant: e200z4
-*** Port Info: VLE mode
-*** Platform: SPC56ELxx Chassis and Safety
-*** Test Board: EVB with SPC56ELxx Mini Module
-
-----------------------------------------------------------------------------
---- Test Case 1.1 (System, critical zones)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 1.2 (System, interrupts handling)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 1.3 (System, integrity)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 2.1 (Threads, enqueuing test #1)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 2.2 (Threads, enqueuing test #2)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 2.3 (Threads, priority change)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 2.4 (Threads, delays)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 3.1 (Semaphores, enqueuing)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 3.2 (Semaphores, timeout)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 3.3 (Semaphores, atomic signal-wait)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 3.4 (Binary Semaphores, functionality)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 4.1 (Mutexes, priority enqueuing test)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 4.2 (Mutexes, priority return)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 4.3 (Mutexes, status)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 4.4 (CondVar, signal test)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 4.5 (CondVar, broadcast test)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 4.6 (CondVar, boost test)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 5.1 (Messages, loop)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 6.1 (Mailboxes, queuing and timeouts)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 7.1 (Events, registration and dispatch)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 7.2 (Events, wait and broadcast)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 7.3 (Events, timeouts)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 8.1 (Heap, allocation and fragmentation test)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 9.1 (Memory Pools, queue/dequeue)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 10.1 (Dynamic APIs, threads creation from heap)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 10.2 (Dynamic APIs, threads creation from memory pool)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 10.3 (Dynamic APIs, registry and references)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 11.1 (Queues, input queues)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 11.2 (Queues, output queues)
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 12.1 (Benchmark, messages #1)
---- Score : 380488 msgs/S, 760976 ctxswc/S
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 12.2 (Benchmark, messages #2)
---- Score : 315402 msgs/S, 630804 ctxswc/S
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 12.3 (Benchmark, messages #3)
---- Score : 315402 msgs/S, 630804 ctxswc/S
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 12.4 (Benchmark, context switch)
---- Score : 1108472 ctxswc/S
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 12.5 (Benchmark, threads, full cycle)
---- Score : 253926 threads/S
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 12.6 (Benchmark, threads, create only)
---- Score : 375717 threads/S
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 12.7 (Benchmark, mass reschedule, 5 threads)
---- Score : 95576 reschedules/S, 573456 ctxswc/S
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 12.8 (Benchmark, round robin context switching)
---- Score : 688012 ctxswc/S
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 12.9 (Benchmark, I/O Queues throughput)
---- Score : 994116 bytes/S
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 12.10 (Benchmark, virtual timers set/reset)
---- Score : 1472694 timers/S
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 12.11 (Benchmark, semaphores wait/signal)
---- Score : 1762556 wait+signal/S
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 12.12 (Benchmark, mutexes lock/unlock)
---- Score : 1325572 lock+unlock/S
---- Result: SUCCESS
-----------------------------------------------------------------------------
---- Test Case 12.13 (Benchmark, RAM footprint)
---- System: 640 bytes
---- Thread: 68 bytes
---- Timer : 20 bytes
---- Semaph: 12 bytes
---- EventS: 4 bytes
---- EventL: 20 bytes
---- Mutex : 16 bytes
---- CondV.: 8 bytes
---- Queue : 36 bytes
---- MailB.: 40 bytes
---- Result: SUCCESS
-----------------------------------------------------------------------------
-
-Final result: SUCCESS
-