|
|
@@ -463,27 +463,38 @@ The following CMSIS-Drivers can be tested with the current release:
|
|
|
- \ref usart_interface_gr : with loop back test of communication.
|
|
|
- \ref usbd_interface_gr : only API and setup; does not test data transfer.
|
|
|
- \ref usbh_interface_gr : only API and setup; does not test data transfer.
|
|
|
+ - \ref wifi_interface_gr : extensive tests for WiFi Driver.
|
|
|
|
|
|
-The Driver Validation output can printed to a console, output via ITM printf, or output to a memory buffer.
|
|
|
+The Driver Validation output can be printed to a console or saved in an XML file, via standard output (usually ITM).
|
|
|
|
|
|
\section test_output Sample Test Output
|
|
|
\verbatim
|
|
|
-CMSIS-Driver Test Aug 24 2015 15:15:14
|
|
|
-
|
|
|
-TEST 01: SPI_GetCapabilities PASSED
|
|
|
-TEST 02: SPI_Initialization
|
|
|
- DV_SPI.c(142) - Failed
|
|
|
-TEST 03: SPI_PowerControl NOT EXECUTED
|
|
|
- :
|
|
|
- :
|
|
|
-TEST 23: USART_Send
|
|
|
- DV_USART.c(335) - Fail to send 1024 bytes
|
|
|
- DV_USART.c(335) - Fail to send 2048 bytes
|
|
|
- DV_USART.c(341) - Fail to send without callback 2048 bytes
|
|
|
- :
|
|
|
- :
|
|
|
-Test Summary: 52 Tests: 42 Executed, 22 Failed.
|
|
|
- 653 Test Cases: 56 Errors(s), 12 Warning(s).
|
|
|
+CMSIS-Driver USART Test Report Dec 6 2019 11:44:30
|
|
|
+
|
|
|
+TEST 01: USART_GetCapabilities PASSED
|
|
|
+TEST 02: USART_Initialization PASSED
|
|
|
+TEST 03: USART_PowerControl
|
|
|
+ DV_USART.c (301): [WARNING] Low power is not supported
|
|
|
+ PASSED
|
|
|
+TEST 04: USART_Config_PolarityPhase PASSED
|
|
|
+TEST 05: USART_Config_DataBits
|
|
|
+ DV_USART.c (387): [WARNING] Data Bits = 9 are not supported
|
|
|
+ PASSED
|
|
|
+TEST 06: USART_Config_StopBits
|
|
|
+ DV_USART.c (425): [WARNING] Stop Bits = 1.5 are not supported
|
|
|
+ DV_USART.c (429): [WARNING] Stop Bits = 0.5 are not supported
|
|
|
+ PASSED
|
|
|
+TEST 07: USART_Config_Parity PASSED
|
|
|
+TEST 08: USART_Config_Baudrate PASSED
|
|
|
+TEST 09: USART_Config_CommonParams PASSED
|
|
|
+TEST 10: USART_Send PASSED
|
|
|
+TEST 11: USART_AsynchronousReceive PASSED
|
|
|
+TEST 12: USART_Loopback_CheckBaudrate PASSED
|
|
|
+TEST 13: USART_Loopback_Transfer PASSED
|
|
|
+TEST 14: USART_CheckInvalidInit PASSED
|
|
|
+
|
|
|
+Test Summary: 14 Tests, 14 Passed, 0 Failed.
|
|
|
+Test Result: PASSED
|
|
|
\endverbatim
|
|
|
|
|
|
\section loop_back_setup Setup for Loop Back Communication
|