From f3a702f1f67bd927fe711aa5433bb83339b5af9a Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 8 Jan 2012 17:42:53 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3767 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/reports/STM32F107-72-GCC.txt | 28 ++++++++++++++-------------- readme.txt | 2 ++ 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/docs/reports/STM32F107-72-GCC.txt b/docs/reports/STM32F107-72-GCC.txt index 0a1ec3e0e..29fb8d2e1 100644 --- a/docs/reports/STM32F107-72-GCC.txt +++ b/docs/reports/STM32F107-72-GCC.txt @@ -1,12 +1,12 @@ *************************************************************************** -Options: -O2 -fomit-frame-pointer -mabi=apcs-gnu -falign-functions=16 +Options: -O2 -fomit-frame-pointer -falign-functions=16 Settings: SYSCLK=72, ACR=0x12 (2 wait states) *************************************************************************** *** ChibiOS/RT test suite *** -*** Kernel: 2.3.4unstable -*** Compiled: Nov 23 2011 - 22:42:22 +*** Kernel: 2.3.5unstable +*** Compiled: Jan 8 2012 - 18:40:04 *** Compiler: GCC 4.6.2 *** Architecture: ARMv7-M *** Core Variant: Cortex-M3 @@ -104,47 +104,47 @@ Settings: SYSCLK=72, ACR=0x12 (2 wait states) --- Result: SUCCESS ---------------------------------------------------------------------------- --- Test Case 11.2 (Benchmark, messages #2) ---- Score : 213739 msgs/S, 427478 ctxswc/S +--- Score : 213748 msgs/S, 427496 ctxswc/S --- Result: SUCCESS ---------------------------------------------------------------------------- --- Test Case 11.3 (Benchmark, messages #3) ---- Score : 213739 msgs/S, 427478 ctxswc/S +--- Score : 213748 msgs/S, 427496 ctxswc/S --- Result: SUCCESS ---------------------------------------------------------------------------- --- Test Case 11.4 (Benchmark, context switch) ---- Score : 962400 ctxswc/S +--- Score : 962456 ctxswc/S --- Result: SUCCESS ---------------------------------------------------------------------------- --- Test Case 11.5 (Benchmark, threads, full cycle) ---- Score : 159245 threads/S +--- Score : 159254 threads/S --- Result: SUCCESS ---------------------------------------------------------------------------- --- Test Case 11.6 (Benchmark, threads, create only) ---- Score : 236248 threads/S +--- Score : 236261 threads/S --- Result: SUCCESS ---------------------------------------------------------------------------- --- Test Case 11.7 (Benchmark, mass reschedule, 5 threads) ---- Score : 64816 reschedules/S, 388896 ctxswc/S +--- Score : 64820 reschedules/S, 388920 ctxswc/S --- Result: SUCCESS ---------------------------------------------------------------------------- --- Test Case 11.8 (Benchmark, round robin context switching) ---- Score : 474824 ctxswc/S +--- Score : 474856 ctxswc/S --- Result: SUCCESS ---------------------------------------------------------------------------- --- Test Case 11.9 (Benchmark, I/O Queues throughput) ---- Score : 607996 bytes/S +--- Score : 608060 bytes/S --- Result: SUCCESS ---------------------------------------------------------------------------- --- Test Case 11.10 (Benchmark, virtual timers set/reset) ---- Score : 644128 timers/S +--- Score : 644190 timers/S --- Result: SUCCESS ---------------------------------------------------------------------------- --- Test Case 11.11 (Benchmark, semaphores wait/signal) ---- Score : 787068 wait+signal/S +--- Score : 787148 wait+signal/S --- Result: SUCCESS ---------------------------------------------------------------------------- --- Test Case 11.12 (Benchmark, mutexes lock/unlock) ---- Score : 595996 lock+unlock/S +--- Score : 596068 lock+unlock/S --- Result: SUCCESS ---------------------------------------------------------------------------- --- Test Case 11.13 (Benchmark, RAM footprint) diff --git a/readme.txt b/readme.txt index d14531dd8..ffcbea9ac 100644 --- a/readme.txt +++ b/readme.txt @@ -79,6 +79,8 @@ - FIX: Fixed SYSCFG clock not started in STM32L1/F4 HALs (bug 3449139). - FIX: Fixed wrong definitions in STM32L-Discovery board file (bug 3449076). - OPT: Improved the exception exit code in the GCC Cortex-Mx ports. +- NEW: Improved the STM32F1xx HAL driver, it now has the same features and + configuration options of the newer STM32s. - NEW: MMC over SPI driver improved to handle high capacity cards, by Matthias Blaicher. - NEW: Added PVD support to the HAL of all STM32s, by Barthess.