Skip to content

Commit

Permalink
Configuration split per component and reworked SPI driver validation
Browse files Browse the repository at this point in the history
- Remove bundle
- Change configuration from single file to a file per component
- Rework SPI Driver testing (introduced SPI_Server)
- Add SPI_Server application for Keil MCBSTM32F400 evaluation board
- Update WiFi Driver tests (support for WiFi Driver API V1.1.0)
- Update all examples
- Deprecate CMSIS-RTOS1
  • Loading branch information
MiloradCvjetkovic committed May 18, 2020
1 parent f8a9c0a commit 24bef57
Show file tree
Hide file tree
Showing 193 changed files with 26,095 additions and 9,564 deletions.
106 changes: 54 additions & 52 deletions ARM.CMSIS-Driver_Validation.pdsc

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions Boards/Espressif/ESP32_Arduino/Abstract.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ The following targets are available:
- Compiler:Event Recorder: Disabled
- CMSIS:RTOS2:Keil RTX5: Library

Results and statistics are outputed via virtual COM port accessible on the same
Results and statistics are output via virtual COM port accessible on the same
J28 connector as CMSIS-DAP debugger.

Notes:
- Configure parameters in DV_Config.h under WiFi - Configuration to suit
- Configure parameters in DV_WiFi_Config.h under WiFi - Configuration to suit
your testing environment

- Hardware serial communication pins 0 (RX) and 1 (TX) on the Arduino shield are
used to communicate with the ESP32 WiFi SoC.
- Hardware serial communication pins 0 (RX) and 1 (TX) on the Arduino shield
are used to communicate with the ESP32 WiFi SoC.

- Module retarget_user.c is used to allow user retarget to work together
with Debug Console output. fsl_debug_console.c module is compiled with
"__MCUXPRESSO" define which is used to prevent Debug Console to override
putc and getc functions
fputc and fgetc functions
Loading

0 comments on commit 24bef57

Please sign in to comment.