]> begriffs open source - cmsis-driver-validation/commit
- Added example for Inventek ISM43362 WiFi Driver testing on STMicroelectronics B...
authorMilorad Cvjetkovic <milorad.cvjetkovic@arm.com>
Mon, 14 Oct 2019 14:02:19 +0000 (16:02 +0200)
committerMilorad Cvjetkovic <milorad.cvjetkovic@arm.com>
Mon, 14 Oct 2019 14:02:19 +0000 (16:02 +0200)
commit44b59e575befaf04d91fda7b50bef4f11b49b129
tree7cc9b5f0ed211b8677ac9c9524e4d3dddf5f46d8
parenta678feb121781267023aa98ff91710bce2e00818
- Added example for Inventek ISM43362 WiFi Driver testing on STMicroelectronics B-L475E-IOT01A1 board
31 files changed:
ARM.CMSIS-Driver_Validation.pdsc
Boards/ST/B-L475E-IOT01A1/CMSIS_DV_API/Abstract.txt [new file with mode: 0644]
Boards/ST/B-L475E-IOT01A1/CMSIS_DV_API/CMSIS_DV_API.uvguix [new file with mode: 0644]
Boards/ST/B-L475E-IOT01A1/CMSIS_DV_API/CMSIS_DV_API.uvoptx [new file with mode: 0644]
Boards/ST/B-L475E-IOT01A1/CMSIS_DV_API/CMSIS_DV_API.uvprojx [new file with mode: 0644]
Boards/ST/B-L475E-IOT01A1/CMSIS_DV_API/EventRecorderStub.scvd [new file with mode: 0644]
Boards/ST/B-L475E-IOT01A1/CMSIS_DV_API/RTE/CMSIS/RTX_Config.c [new file with mode: 0644]
Boards/ST/B-L475E-IOT01A1/CMSIS_DV_API/RTE/CMSIS/RTX_Config.h [new file with mode: 0644]
Boards/ST/B-L475E-IOT01A1/CMSIS_DV_API/RTE/CMSIS_Driver/WiFi_ISM43362_Config.h [new file with mode: 0644]
Boards/ST/B-L475E-IOT01A1/CMSIS_DV_API/RTE/CMSIS_Driver/WiFi_ISM43362_HW.c [new file with mode: 0644]
Boards/ST/B-L475E-IOT01A1/CMSIS_DV_API/RTE/CMSIS_Driver_Validation/DV_Config.h [new file with mode: 0644]
Boards/ST/B-L475E-IOT01A1/CMSIS_DV_API/RTE/Compiler/EventRecorderConf.h [new file with mode: 0644]
Boards/ST/B-L475E-IOT01A1/CMSIS_DV_API/RTE/Device/STM32L475VGTx/FrameworkCubeMX.gpdsc [new file with mode: 0644]
Boards/ST/B-L475E-IOT01A1/CMSIS_DV_API/RTE/Device/STM32L475VGTx/MX_Device.h [new file with mode: 0644]
Boards/ST/B-L475E-IOT01A1/CMSIS_DV_API/RTE/Device/STM32L475VGTx/STCubeGenerated/Inc/main.h [new file with mode: 0644]
Boards/ST/B-L475E-IOT01A1/CMSIS_DV_API/RTE/Device/STM32L475VGTx/STCubeGenerated/Inc/stm32l4xx_hal_conf.h [new file with mode: 0644]
Boards/ST/B-L475E-IOT01A1/CMSIS_DV_API/RTE/Device/STM32L475VGTx/STCubeGenerated/Inc/stm32l4xx_it.h [new file with mode: 0644]
Boards/ST/B-L475E-IOT01A1/CMSIS_DV_API/RTE/Device/STM32L475VGTx/STCubeGenerated/STCubeGenerated.ioc [new file with mode: 0644]
Boards/ST/B-L475E-IOT01A1/CMSIS_DV_API/RTE/Device/STM32L475VGTx/STCubeGenerated/Src/main.c [new file with mode: 0644]
Boards/ST/B-L475E-IOT01A1/CMSIS_DV_API/RTE/Device/STM32L475VGTx/STCubeGenerated/Src/stm32l4xx_hal_msp.c [new file with mode: 0644]
Boards/ST/B-L475E-IOT01A1/CMSIS_DV_API/RTE/Device/STM32L475VGTx/STCubeGenerated/Src/stm32l4xx_it.c [new file with mode: 0644]
Boards/ST/B-L475E-IOT01A1/CMSIS_DV_API/RTE/Device/STM32L475VGTx/STCubeGenerated/Src/system_stm32l4xx.c [new file with mode: 0644]
Boards/ST/B-L475E-IOT01A1/CMSIS_DV_API/RTE/Device/STM32L475VGTx/startup_stm32l475xx.s [new file with mode: 0644]
Boards/ST/B-L475E-IOT01A1/CMSIS_DV_API/RTE/Device/STM32L475VGTx/system_stm32l4xx.c [new file with mode: 0644]
Boards/ST/B-L475E-IOT01A1/CMSIS_DV_API/RTE/Device/project.script [new file with mode: 0644]
Boards/ST/B-L475E-IOT01A1/CMSIS_DV_API/SaveXML.ini [new file with mode: 0644]
Boards/ST/B-L475E-IOT01A1/CMSIS_DV_API/TestReport/TR_Style.xsl [new file with mode: 0644]
Boards/ST/B-L475E-IOT01A1/CMSIS_DV_API/TestReport/TestReport.xml [new file with mode: 0644]
Doxygen/CMSIS_DV.dxy
Doxygen/DriverValidation.txt
Source/DV_WIFI.c