diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-03-23 10:28:44 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-03-23 10:28:44 +0000 |
commit | 775ab02a91ab162685b34018357e6b3b9480b5c2 (patch) | |
tree | feb1683266538765e31e1abe6151db6b81c6a249 /doc | |
parent | ac82171cfe9a05f6f8902bb77341cff94fd2450a (diff) | |
download | ChibiOS-775ab02a91ab162685b34018357e6b3b9480b5c2.tar.gz ChibiOS-775ab02a91ab162685b34018357e6b3b9480b5c2.tar.bz2 ChibiOS-775ab02a91ab162685b34018357e6b3b9480b5c2.zip |
Tentative fix for tickless mode.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7797 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rt/reports/STM32F407-168-GCC.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/rt/reports/STM32F407-168-GCC.txt b/doc/rt/reports/STM32F407-168-GCC.txt index f814e3f86..7e38f9edc 100644 --- a/doc/rt/reports/STM32F407-168-GCC.txt +++ b/doc/rt/reports/STM32F407-168-GCC.txt @@ -6,8 +6,8 @@ Settings: SYSCLK=168, ACR=0x705 (5 wait states) *** ChibiOS/RT test suite
***
*** Kernel: 3.0.0dev
-*** Compiled: Dec 11 2014 - 16:38:49
-*** Compiler: GCC 4.7.3 20130312 (release) [ARM/embedded-4_7-branch revision 196615]
+*** Compiled: Mar 23 2015 - 11:26:02
+*** Compiler: GCC 4.7.4 20140401 (release) [ARM/embedded-4_7-branch revision 209195]
*** Architecture: ARMv7-ME
*** Core Variant: Cortex-M4
*** Port Info: Advanced kernel mode
@@ -130,7 +130,7 @@ Settings: SYSCLK=168, ACR=0x705 (5 wait states) --- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 11.10 (Benchmark, virtual timers set/reset)
---- Score : 1322832 timers/S
+--- Score : 1322828 timers/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 11.11 (Benchmark, semaphores wait/signal)
@@ -156,4 +156,3 @@ Settings: SYSCLK=168, ACR=0x705 (5 wait states) ----------------------------------------------------------------------------
Final result: SUCCESS
-
|