diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2015-07-09 08:58:26 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2015-07-09 08:58:26 +0000 |
commit | 10eb87357c901d0209a05168b5cafd0c8262b812 (patch) | |
tree | 78a0a5cf3a746d04cea95471fcb16f09046e0e4c /doc/nil/reports | |
parent | a566fb49fa92386747554460043937509c12fa2a (diff) | |
download | ChibiOS-10eb87357c901d0209a05168b5cafd0c8262b812.tar.gz ChibiOS-10eb87357c901d0209a05168b5cafd0c8262b812.tar.bz2 ChibiOS-10eb87357c901d0209a05168b5cafd0c8262b812.zip |
NIL report on STM32F3xx.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8072 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'doc/nil/reports')
-rw-r--r-- | doc/nil/reports/STM32F303-72-GCC.txt | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/nil/reports/STM32F303-72-GCC.txt b/doc/nil/reports/STM32F303-72-GCC.txt new file mode 100644 index 000000000..dae45b689 --- /dev/null +++ b/doc/nil/reports/STM32F303-72-GCC.txt @@ -0,0 +1,32 @@ +
+*** ChibiOS/NIL Test Suite
+***
+*** Compiled: Jul 9 2015 - 10:52:02
+*** Platform: STM32F303xC Analog & DSP
+*** Test Board: STMicroelectronics STM32F3-Discovery
+
+----------------------------------------------------------------------------
+--- Test Case 1.1 (System Tick Counter functionality)
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 1.2 (Thread Sleep functionality)
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 2.1 (semaphore primitives, no state change)
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 2.2 (semaphore primitives, with state change)
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 2.3 (semaphores timeout)
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 2.4 (suspend and resume functionality)
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+--- Test Case 2.5 (events functionality)
+--- Result: SUCCESS
+----------------------------------------------------------------------------
+
+Final result: SUCCESS
+
|