diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-02-16 10:38:09 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-02-16 10:38:09 +0000 |
commit | b786bd2fbc2a1cb9e9945ba60b3ea2f6a7370fea (patch) | |
tree | 4ce911952a825919611d222c2b11d2750f425434 /doc/nil/reports | |
parent | dc5964f59f591bffdbe875cea33b419000cd3568 (diff) | |
download | ChibiOS-b786bd2fbc2a1cb9e9945ba60b3ea2f6a7370fea.tar.gz ChibiOS-b786bd2fbc2a1cb9e9945ba60b3ea2f6a7370fea.tar.bz2 ChibiOS-b786bd2fbc2a1cb9e9945ba60b3ea2f6a7370fea.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8902 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'doc/nil/reports')
-rw-r--r-- | doc/nil/reports/STM32F746-216-GCC.txt | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/nil/reports/STM32F746-216-GCC.txt b/doc/nil/reports/STM32F746-216-GCC.txt new file mode 100644 index 000000000..f85567b0a --- /dev/null +++ b/doc/nil/reports/STM32F746-216-GCC.txt @@ -0,0 +1,32 @@ +
+*** ChibiOS/NIL Test Suite
+***
+*** Compiled: Feb 16 2016 - 11:33:28
+*** Platform: STM32F746 Very High Performance with DSP and FPU
+*** Test Board: STMicroelectronics STM32F746G-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
+
|