From 3d22ee98c839d75179518fd66d03706f48771a8b Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 19 Sep 2017 09:28:04 +0000 Subject: NIL reports. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10638 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- doc/nil/reports/STM32F051-48-GCC.txt | 84 +++++++++++++++++++++++++++++++++++ doc/nil/reports/STM32F303-72-GCC.txt | 68 ++++++++++++++++++++++++---- doc/nil/reports/STM32F746-216-GCC.txt | 68 ++++++++++++++++++++++++---- 3 files changed, 204 insertions(+), 16 deletions(-) create mode 100644 doc/nil/reports/STM32F051-48-GCC.txt (limited to 'doc') diff --git a/doc/nil/reports/STM32F051-48-GCC.txt b/doc/nil/reports/STM32F051-48-GCC.txt new file mode 100644 index 000000000..8abc1161c --- /dev/null +++ b/doc/nil/reports/STM32F051-48-GCC.txt @@ -0,0 +1,84 @@ + +*** ChibiOS/NIL Test Suite +*** +*** Compiled: Sep 19 2017 - 11:11:04 +*** Platform: STM32F051x8 Entry Level Access Line devices +*** Test Board: ST STM32F0-Discovery + +---------------------------------------------------------------------------- +--- Test Case 1.1 (Kernel Info) +--- Product: ChibiOS/NIL +--- Stable Flag: 1 +--- Version String: 2.0.1 +--- Major Number: 2 +--- Minor Number: 0 +--- Patch Number: 1 +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 1.2 (Kernel Settings) +--- CH_CFG_NUM_THREADS: 4 +--- CH_CFG_ST_RESOLUTION: 32 +--- CH_CFG_ST_FREQUENCY: 1000 +--- CH_CFG_ST_TIMEDELTA: 2 +--- CH_CFG_USE_SEMAPHORES: 1 +--- CH_CFG_USE_MUTEXES: 0 +--- CH_CFG_USE_EVENTS: 1 +--- CH_CFG_USE_MAILBOXES: 1 +--- CH_CFG_USE_MEMCORE: 1 +--- CH_CFG_USE_HEAP: 1 +--- CH_CFG_USE_MEMPOOLS: 1 +--- CH_DBG_STATISTICS: 0 +--- CH_DBG_SYSTEM_STATE_CHECK: 0 +--- CH_DBG_ENABLE_CHECKS: 0 +--- CH_DBG_ENABLE_ASSERTS: 0 +--- CH_DBG_ENABLE_STACK_CHECK: 0 +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 2.1 (System Tick Counter functionality) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 2.2 (Thread Sleep functionality) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 3.1 (Semaphore primitives, no state change) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 3.2 (Semaphore primitives, with state change) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 3.3 (Semaphores timeout) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 4.1 (Suspend and Resume functionality) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 4.2 (Events Flags functionality) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 5.1 (Mailbox normal API, non-blocking tests) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 5.2 (Mailbox I-Class API, non-blocking tests) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 5.3 (Mailbox timeouts) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 6.1 (Loading and emptying a memory pool) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 6.2 (Loading and emptying a guarded memory pool without waiting) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 6.3 (Guarded Memory Pools timeout) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 7.1 (Allocation and fragmentation) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 7.2 (Default Heap) +--- Result: SUCCESS +---------------------------------------------------------------------------- + +Final result: SUCCESS + diff --git a/doc/nil/reports/STM32F303-72-GCC.txt b/doc/nil/reports/STM32F303-72-GCC.txt index dae45b689..fdba3d40d 100644 --- a/doc/nil/reports/STM32F303-72-GCC.txt +++ b/doc/nil/reports/STM32F303-72-GCC.txt @@ -1,30 +1,82 @@ *** ChibiOS/NIL Test Suite *** -*** Compiled: Jul 9 2015 - 10:52:02 +*** Compiled: Sep 19 2017 - 10:25:17 *** Platform: STM32F303xC Analog & DSP *** Test Board: STMicroelectronics STM32F3-Discovery ---------------------------------------------------------------------------- ---- Test Case 1.1 (System Tick Counter functionality) +--- Test Case 1.1 (Kernel Info) +--- Product: ChibiOS/NIL +--- Stable Flag: 1 +--- Version String: 2.0.1 +--- Major Number: 2 +--- Minor Number: 0 +--- Patch Number: 1 --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 1.2 (Thread Sleep functionality) +--- Test Case 1.2 (Kernel Settings) +--- CH_CFG_NUM_THREADS: 4 +--- CH_CFG_ST_RESOLUTION: 32 +--- CH_CFG_ST_FREQUENCY: 2000 +--- CH_CFG_ST_TIMEDELTA: 2 +--- CH_CFG_USE_SEMAPHORES: 1 +--- CH_CFG_USE_MUTEXES: 0 +--- CH_CFG_USE_EVENTS: 1 +--- CH_CFG_USE_MAILBOXES: 1 +--- CH_CFG_USE_MEMCORE: 1 +--- CH_CFG_USE_HEAP: 1 +--- CH_CFG_USE_MEMPOOLS: 1 +--- CH_DBG_STATISTICS: 0 +--- CH_DBG_SYSTEM_STATE_CHECK: 0 +--- CH_DBG_ENABLE_CHECKS: 0 +--- CH_DBG_ENABLE_ASSERTS: 0 +--- CH_DBG_ENABLE_STACK_CHECK: 0 --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 2.1 (semaphore primitives, no state change) +--- Test Case 2.1 (System Tick Counter functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 2.2 (semaphore primitives, with state change) +--- Test Case 2.2 (Thread Sleep functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 2.3 (semaphores timeout) +--- Test Case 3.1 (Semaphore primitives, no state change) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 2.4 (suspend and resume functionality) +--- Test Case 3.2 (Semaphore primitives, with state change) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 2.5 (events functionality) +--- Test Case 3.3 (Semaphores timeout) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 4.1 (Suspend and Resume functionality) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 4.2 (Events Flags functionality) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 5.1 (Mailbox normal API, non-blocking tests) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 5.2 (Mailbox I-Class API, non-blocking tests) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 5.3 (Mailbox timeouts) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 6.1 (Loading and emptying a memory pool) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 6.2 (Loading and emptying a guarded memory pool without waiting) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 6.3 (Guarded Memory Pools timeout) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 7.1 (Allocation and fragmentation) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 7.2 (Default Heap) --- Result: SUCCESS ---------------------------------------------------------------------------- diff --git a/doc/nil/reports/STM32F746-216-GCC.txt b/doc/nil/reports/STM32F746-216-GCC.txt index f85567b0a..2ac3856be 100644 --- a/doc/nil/reports/STM32F746-216-GCC.txt +++ b/doc/nil/reports/STM32F746-216-GCC.txt @@ -1,30 +1,82 @@ *** ChibiOS/NIL Test Suite *** -*** Compiled: Feb 16 2016 - 11:33:28 +*** Compiled: Sep 19 2017 - 11:23:47 *** Platform: STM32F746 Very High Performance with DSP and FPU *** Test Board: STMicroelectronics STM32F746G-Discovery ---------------------------------------------------------------------------- ---- Test Case 1.1 (System Tick Counter functionality) +--- Test Case 1.1 (Kernel Info) +--- Product: ChibiOS/NIL +--- Stable Flag: 1 +--- Version String: 2.0.1 +--- Major Number: 2 +--- Minor Number: 0 +--- Patch Number: 1 --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 1.2 (Thread Sleep functionality) +--- Test Case 1.2 (Kernel Settings) +--- CH_CFG_NUM_THREADS: 3 +--- CH_CFG_ST_RESOLUTION: 32 +--- CH_CFG_ST_FREQUENCY: 5000 +--- CH_CFG_ST_TIMEDELTA: 2 +--- CH_CFG_USE_SEMAPHORES: 1 +--- CH_CFG_USE_MUTEXES: 0 +--- CH_CFG_USE_EVENTS: 1 +--- CH_CFG_USE_MAILBOXES: 1 +--- CH_CFG_USE_MEMCORE: 1 +--- CH_CFG_USE_HEAP: 1 +--- CH_CFG_USE_MEMPOOLS: 1 +--- CH_DBG_STATISTICS: 0 +--- CH_DBG_SYSTEM_STATE_CHECK: 1 +--- CH_DBG_ENABLE_CHECKS: 1 +--- CH_DBG_ENABLE_ASSERTS: 1 +--- CH_DBG_ENABLE_STACK_CHECK: 1 --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 2.1 (semaphore primitives, no state change) +--- Test Case 2.1 (System Tick Counter functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 2.2 (semaphore primitives, with state change) +--- Test Case 2.2 (Thread Sleep functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 2.3 (semaphores timeout) +--- Test Case 3.1 (Semaphore primitives, no state change) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 2.4 (suspend and resume functionality) +--- Test Case 3.2 (Semaphore primitives, with state change) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 2.5 (events functionality) +--- Test Case 3.3 (Semaphores timeout) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 4.1 (Suspend and Resume functionality) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 4.2 (Events Flags functionality) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 5.1 (Mailbox normal API, non-blocking tests) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 5.2 (Mailbox I-Class API, non-blocking tests) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 5.3 (Mailbox timeouts) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 6.1 (Loading and emptying a memory pool) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 6.2 (Loading and emptying a guarded memory pool without waiting) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 6.3 (Guarded Memory Pools timeout) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 7.1 (Allocation and fragmentation) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 7.2 (Default Heap) --- Result: SUCCESS ---------------------------------------------------------------------------- -- cgit v1.2.3