]> begriffs open source - cmsis-driver-validation/blob - Boards/WIZnet/WizFi360-EVB/Abstract.txt
Update GitHub Actions runner to ubuntu-22.04 (#18)
[cmsis-driver-validation] / Boards / WIZnet / WizFi360-EVB / Abstract.txt
1 CMSIS-Driver Validation Example Project for NXP MIMXRT1064-EVK board and 
2 an Arduino compatible WiFi shield WizFi360-EVB.
3
4 Features:
5 This uVision project is preconfigured to test the CMSIS-Driver WiFi 
6 implementation for WizFi360 connected via USART against the driver specification.
7
8 The following targets are available:
9
10 - Debug:
11    - Code:                      External QSPI Flash NOR
12    - RW:                        Internal RAM
13    - Debugger:                  CMSIS-DAP
14    - Compiler:                  ARM Compiler 6, optimization: -O0 (no optimization)
15    - Compiler:Event Recorder:   Enabled
16    - CMSIS:RTOS2:Keil RTX5:     Source
17
18  - Release:
19    - Code:                      External QSPI Flash NOR
20    - RW:                        Internal RAM
21    - Debugger:                  CMSIS-DAP
22    - Compiler:                  ARM Compiler 6, optimization: -Oz (image size)
23    - Compiler:Event Recorder:   Disabled
24    - CMSIS:RTOS2:Keil RTX5:     Library
25
26 Results and statistics are output via virtual COM port accessible on the same
27 J28 connector as CMSIS-DAP debugger.
28
29 Notes:
30   - Configure parameters in DV_WiFi_Config.h under WiFi - Configuration to suit
31     your testing environment
32
33   - Hardware serial communication pins 0 (RX) and 1 (TX) on the Arduino shield 
34     are used to communicate with the WizFi360 WiFi SoC.
35
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