git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3009 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
afff65d703
commit
a3ec9940d0
|
@ -87,7 +87,7 @@
|
||||||
* @brief Enables the MMC_SPI subsystem.
|
* @brief Enables the MMC_SPI subsystem.
|
||||||
*/
|
*/
|
||||||
#if !defined(HAL_USE_MMC_SPI) || defined(__DOXYGEN__)
|
#if !defined(HAL_USE_MMC_SPI) || defined(__DOXYGEN__)
|
||||||
#define HAL_USE_MMC_SPI FALSE
|
#define HAL_USE_MMC_SPI TRUE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
Options: -O2 -fomit-frame-pointer -mabi=apcs-gnu
|
Options: -O2 -fomit-frame-pointer
|
||||||
Settings: CLK=48, (2 wait states)
|
Settings: CLK=48, (2 wait states)
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
*** ChibiOS/RT test suite
|
*** ChibiOS/RT test suite
|
||||||
***
|
***
|
||||||
*** Kernel: 2.3.0unstable
|
*** Kernel: 2.3.4unstable
|
||||||
*** GCC Version: 4.3.3
|
*** Compiler: GCC 4.3.3
|
||||||
*** Architecture: ARMv6-M
|
*** Architecture: ARMv6-M
|
||||||
*** Core Variant: Cortex-M0
|
*** Core Variant: Cortex-M0
|
||||||
*** Platform: LPC11xx
|
*** Platform: LPC11xx
|
||||||
|
@ -114,7 +114,7 @@ Settings: CLK=48, (2 wait states)
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
--- Test Case 11.5 (Benchmark, threads, full cycle)
|
--- Test Case 11.5 (Benchmark, threads, full cycle)
|
||||||
--- Score : 78359 threads/S
|
--- Score : 78360 threads/S
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
--- Test Case 11.6 (Benchmark, threads, create only)
|
--- Test Case 11.6 (Benchmark, threads, create only)
|
||||||
|
@ -130,7 +130,7 @@ Settings: CLK=48, (2 wait states)
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
--- Test Case 11.9 (Benchmark, I/O Queues throughput)
|
--- Test Case 11.9 (Benchmark, I/O Queues throughput)
|
||||||
--- Score : 296256 bytes/S
|
--- Score : 384968 bytes/S
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
--- Test Case 11.10 (Benchmark, virtual timers set/reset)
|
--- Test Case 11.10 (Benchmark, virtual timers set/reset)
|
||||||
|
@ -146,7 +146,7 @@ Settings: CLK=48, (2 wait states)
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
--- Test Case 11.13 (Benchmark, RAM footprint)
|
--- Test Case 11.13 (Benchmark, RAM footprint)
|
||||||
--- System: 360 bytes
|
--- System: 368 bytes
|
||||||
--- Thread: 68 bytes
|
--- Thread: 68 bytes
|
||||||
--- Timer : 20 bytes
|
--- Timer : 20 bytes
|
||||||
--- Semaph: 12 bytes
|
--- Semaph: 12 bytes
|
||||||
|
|
Loading…
Reference in New Issue