diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-02-27 09:38:41 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-02-27 09:38:41 +0000 |
commit | bdfdc5f47a507de9c44f28ca794e3b021135ab34 (patch) | |
tree | 8c319df1c8de876a9fab9bc6299de4e9f49e552b /docs | |
parent | 1cbd2e8e3d5bd0764be175cc07abe43ebf25479b (diff) | |
download | ChibiOS-bdfdc5f47a507de9c44f28ca794e3b021135ab34.tar.gz ChibiOS-bdfdc5f47a507de9c44f28ca794e3b021135ab34.tar.bz2 ChibiOS-bdfdc5f47a507de9c44f28ca794e3b021135ab34.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1683 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reports/STM32F103-72.txt | 13 | ||||
-rw-r--r-- | docs/reports/kernel.txt | 24 |
2 files changed, 32 insertions, 5 deletions
diff --git a/docs/reports/STM32F103-72.txt b/docs/reports/STM32F103-72.txt index f044cf410..cd09e95af 100644 --- a/docs/reports/STM32F103-72.txt +++ b/docs/reports/STM32F103-72.txt @@ -5,9 +5,12 @@ Settings: SYSCLK=72, ACR=0x12 (2 wait states) *** ChibiOS/RT test suite
***
-*** Kernel: 1.5.1unstable
-*** Architecture: ARM Cortex-M3
+*** Kernel: 1.5.2unstable
*** GCC Version: 4.4.2
+*** Architecture: ARM
+*** Core Variant: Cortex-M3
+*** Platform: STM32
+*** Test Board: Olimex STM32-P103
----------------------------------------------------------------------------
--- Test Case 1.1 (Threads, enqueuing test #1)
@@ -109,7 +112,7 @@ Settings: SYSCLK=72, ACR=0x12 (2 wait states) --- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 11.6 (Benchmark, threads, create only)
---- Score : 203029 threads/S
+--- Score : 203030 threads/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 11.7 (Benchmark, mass reschedulation, 5 threads)
@@ -117,7 +120,7 @@ Settings: SYSCLK=72, ACR=0x12 (2 wait states) --- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 11.8 (Benchmark, round robin context switching)
---- Score : 505288 reschedulations/S, 505288 ctxswc/S
+--- Score : 505284 reschedulations/S, 505284 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 11.9 (Benchmark, I/O Queues throughput)
@@ -125,7 +128,7 @@ Settings: SYSCLK=72, ACR=0x12 (2 wait states) --- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 11.10 (Benchmark, virtual timers set/reset)
---- Score : 647548 timers/S
+--- Score : 647640 timers/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 11.11 (Benchmark, semaphores wait/signal)
diff --git a/docs/reports/kernel.txt b/docs/reports/kernel.txt index ea3e28c5d..7772596ac 100644 --- a/docs/reports/kernel.txt +++ b/docs/reports/kernel.txt @@ -1,3 +1,27 @@ +Platform : PowerPC +OS Setup : Full kernel +Compiler : powerpc-eabi-gcc (Sourcery G++ Lite 4.4-79) 4.4.1 +Options : -O2 +Kernel Size = 11052 + +Platform : PowerPC +OS Setup : Minimal kernel +Compiler : powerpc-eabi-gcc (Sourcery G++ Lite 4.4-79) 4.4.1 +Options : -O2 +Kernel Size = 2532 + +Platform : PowerPC +OS Setup : Full kernel +Compiler : powerpc-eabi-gcc (Sourcery G++ Lite 4.4-79) 4.4.1 +Options : -Os +Kernel Size = 9704 + +Platform : PowerPC +OS Setup : Minimal kernel +Compiler : powerpc-eabi-gcc (Sourcery G++ Lite 4.4-79) 4.4.1 +Options : -Os +Kernel Size = 2508 + Platform : ARM Cortex-M3 OS Setup : Full kernel Compiler : arm-elf-gcc (GCC) 4.4.2 |