git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3445 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
889cd1ace2
commit
42a8bf42a2
|
@ -995,7 +995,7 @@
|
|||
</option>
|
||||
<option>
|
||||
<name>OGLastSavedByProductVersion</name>
|
||||
<state>6.20.2.52635</state>
|
||||
<state>6.21.4.52945</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>GeneralEnableMisra</name>
|
||||
|
@ -2129,10 +2129,10 @@
|
|||
<name>$PROJ_DIR$\..\..\..\os\hal\platforms\STM32\spi_lld.h</name>
|
||||
</file>
|
||||
<file>
|
||||
<name>$PROJ_DIR$\..\..\..\os\hal\platforms\STM32\DMAv1\stm32_dma.c</name>
|
||||
<name>$PROJ_DIR$\..\..\..\os\hal\platforms\STM32F1xx\stm32_dma.c</name>
|
||||
</file>
|
||||
<file>
|
||||
<name>$PROJ_DIR$\..\..\..\os\hal\platforms\STM32\DMAv1\stm32_dma.h</name>
|
||||
<name>$PROJ_DIR$\..\..\..\os\hal\platforms\STM32F1xx\stm32_dma.h</name>
|
||||
</file>
|
||||
<file>
|
||||
<name>$PROJ_DIR$\..\..\..\os\hal\platforms\STM32F1xx\stm32_rcc.h</name>
|
||||
|
|
|
@ -1,14 +1,17 @@
|
|||
***************************************************************************
|
||||
Options: -Ohs
|
||||
Settings: SYSCLK=24, ACR=0x10 (no wait states)
|
||||
Compiler: IAR C/C++ Compiler for ARM 6.10.1.32143
|
||||
Compiler: IAR C/C++ Compiler for ARM 6.21.4.2946
|
||||
***************************************************************************
|
||||
|
||||
*** ChibiOS/RT test suite
|
||||
***
|
||||
*** Kernel: 2.1.7unstable
|
||||
*** Kernel: 2.3.4unstable
|
||||
*** Compiled: Oct 15 2011 - 13:08:19
|
||||
*** Compiler: IAR
|
||||
*** Architecture: ARMv7-M
|
||||
*** Core Variant: Cortex-M3
|
||||
*** Port Info: Advanced kernel mode
|
||||
*** Platform: STM32 Value Line Medium Density
|
||||
*** Test Board: ST STM32VL-Discovery
|
||||
|
||||
|
@ -98,56 +101,56 @@ Compiler: IAR C/C++ Compiler for ARM 6.10.1.32143
|
|||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.1 (Benchmark, messages #1)
|
||||
--- Score : 97050 msgs/S, 194100 ctxswc/S
|
||||
--- Score : 99360 msgs/S, 198720 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.2 (Benchmark, messages #2)
|
||||
--- Score : 84666 msgs/S, 169332 ctxswc/S
|
||||
--- Score : 86400 msgs/S, 172800 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.3 (Benchmark, messages #3)
|
||||
--- Score : 84666 msgs/S, 169332 ctxswc/S
|
||||
--- Score : 86400 msgs/S, 172800 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.4 (Benchmark, context switch)
|
||||
--- Score : 336864 ctxswc/S
|
||||
--- Score : 336464 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.5 (Benchmark, threads, full cycle)
|
||||
--- Score : 60909 threads/S
|
||||
--- Score : 60682 threads/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.6 (Benchmark, threads, create only)
|
||||
--- Score : 88760 threads/S
|
||||
--- Score : 88655 threads/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.7 (Benchmark, mass reschedule, 5 threads)
|
||||
--- Score : 28086 reschedules/S, 168516 ctxswc/S
|
||||
--- Score : 28558 reschedules/S, 171348 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.8 (Benchmark, round robin context switching)
|
||||
--- Score : 183660 ctxswc/S
|
||||
--- Score : 183440 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.9 (Benchmark, I/O Queues throughput)
|
||||
--- Score : 214132 bytes/S
|
||||
--- Score : 264044 bytes/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.10 (Benchmark, virtual timers set/reset)
|
||||
--- Score : 310062 timers/S
|
||||
--- Score : 309700 timers/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.11 (Benchmark, semaphores wait/signal)
|
||||
--- Score : 463584 wait+signal/S
|
||||
--- Score : 472232 wait+signal/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.12 (Benchmark, mutexes lock/unlock)
|
||||
--- Score : 271312 lock+unlock/S
|
||||
--- Score : 274112 lock+unlock/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.13 (Benchmark, RAM footprint)
|
||||
--- System: 360 bytes
|
||||
--- Thread: 68 bytes
|
||||
--- System: 376 bytes
|
||||
--- Thread: 72 bytes
|
||||
--- Timer : 20 bytes
|
||||
--- Semaph: 12 bytes
|
||||
--- EventS: 4 bytes
|
||||
|
|
Loading…
Reference in New Issue