diff options
Diffstat (limited to 'ChibiOS_16.1.5/doc/nil/reports')
-rw-r--r-- | ChibiOS_16.1.5/doc/nil/reports/SPC560D-48-GCC.txt | 32 | ||||
-rw-r--r-- | ChibiOS_16.1.5/doc/nil/reports/STM32F303-72-GCC.txt | 32 | ||||
-rw-r--r-- | ChibiOS_16.1.5/doc/nil/reports/misra.txt | 12 |
3 files changed, 76 insertions, 0 deletions
diff --git a/ChibiOS_16.1.5/doc/nil/reports/SPC560D-48-GCC.txt b/ChibiOS_16.1.5/doc/nil/reports/SPC560D-48-GCC.txt new file mode 100644 index 0000000..8a4cdb2 --- /dev/null +++ b/ChibiOS_16.1.5/doc/nil/reports/SPC560D-48-GCC.txt @@ -0,0 +1,32 @@ +
+*** ChibiOS/NIL Test Suite
+***
+*** Compiled: Jul 9 2015 - 10:31:29
+*** Platform: SPC560Dxx Car Body and Convenience
+*** Test Board: EVB with SPC560Dxx Mini Module
+
+----------------------------------------------------------------------------
+--- 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
+
diff --git a/ChibiOS_16.1.5/doc/nil/reports/STM32F303-72-GCC.txt b/ChibiOS_16.1.5/doc/nil/reports/STM32F303-72-GCC.txt new file mode 100644 index 0000000..dae45b6 --- /dev/null +++ b/ChibiOS_16.1.5/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
+
diff --git a/ChibiOS_16.1.5/doc/nil/reports/misra.txt b/ChibiOS_16.1.5/doc/nil/reports/misra.txt new file mode 100644 index 0000000..c1555d1 --- /dev/null +++ b/ChibiOS_16.1.5/doc/nil/reports/misra.txt @@ -0,0 +1,12 @@ +
+--- Module: ..\..\..\os\common\ports\ARMCMx\compilers\GCC\crt1.c (C)
+
+--- Module: ..\..\..\os\common\ports\ARMCMx\compilers\GCC\vectors.c (C)
+
+--- Module: ..\..\..\os\nil\src\nil.c (C)
+
+--- Module: ..\..\..\os\nil\ports\ARMCMx\nilcore.c (C)
+
+--- Module: ..\..\..\os\nil\ports\ARMCMx\nilcore_v7m.c (C)
+
+--- Module: main.c (C)
|