1 CMSIS-Driver Validation Example Project for NXP MIMXRT1064-EVK board and
2 an Arduino compatible WiFi shield WizFi360-EVB.
5 This uVision project is preconfigured to test the CMSIS-Driver WiFi
6 implementation for WizFi360 connected via USART against the driver specification.
8 The following targets are available:
11 - Code: External QSPI Flash NOR
14 - Compiler: ARM Compiler 6, optimization: -O0 (no optimization)
15 - Compiler:Event Recorder: Enabled
16 - CMSIS:RTOS2:Keil RTX5: Source
19 - Code: External QSPI Flash NOR
22 - Compiler: ARM Compiler 6, optimization: -Oz (image size)
23 - Compiler:Event Recorder: Disabled
24 - CMSIS:RTOS2:Keil RTX5: Library
26 Results and statistics are output via virtual COM port accessible on the same
27 J28 connector as CMSIS-DAP debugger.
30 - Configure parameters in DV_WiFi_Config.h under WiFi - Configuration to suit
31 your testing environment
33 - Hardware serial communication pins 0 (RX) and 1 (TX) on the Arduino shield
34 are used to communicate with the WizFi360 WiFi SoC.
36 - Module retarget_user.c is used to allow user retarget to work together
37 with Debug Console output. fsl_debug_console.c module is compiled with
38 "__MCUXPRESSO" define which is used to prevent Debug Console to override
39 fputc and fgetc functions