]> begriffs open source - cmsis-driver-validation/commit
Update ETH driver validation and related examples
authorFranc Urbanc <franc.urbanc@arm.com>
Mon, 29 May 2023 10:05:11 +0000 (12:05 +0200)
committerGitHub <noreply@github.com>
Mon, 29 May 2023 10:05:11 +0000 (12:05 +0200)
commit87a9d3a49bd6382271d8f672d893a311c8a8ce73
treeba61fd38a111c7c4cf59a571a9ce44e86f256442
parent1b665f3c662067f22fb6898aef74df9aa7c70c0b
Update ETH driver validation and related examples

Ethernet driver validation has been expanded, and more tests have been
added to test MAC address settings, multicast address filtering,
interrupt operation, and loopback tests.
46 files changed:
ARM.CMSIS-Driver_Validation.pdsc
Boards/Keil/MCBSTM32F200/CMSIS_DV.uvguix
Boards/Keil/MCBSTM32F200/CMSIS_DV.uvoptx
Boards/Keil/MCBSTM32F200/CMSIS_DV.uvprojx
Boards/Keil/MCBSTM32F200/RTE/CMSIS/RTX_Config.c
Boards/Keil/MCBSTM32F200/RTE/CMSIS/RTX_Config.h
Boards/Keil/MCBSTM32F200/RTE/CMSIS_Driver_Validation/DV_ETH_Config.h
Boards/Keil/MCBSTM32F200/RTE/CMSIS_Driver_Validation/DV_I2C_Config.h
Boards/Keil/MCBSTM32F200/RTE/CMSIS_Driver_Validation/DV_MCI_Config.h
Boards/Keil/MCBSTM32F200/RTE/CMSIS_Driver_Validation/DV_USBD_Config.h
Boards/Keil/MCBSTM32F200/RTE/Device/STM32F207IGHx/stm32f2xx_hal_conf.h
Boards/Keil/MCBSTM32F400/CMSIS_DV.uvguix
Boards/Keil/MCBSTM32F400/CMSIS_DV.uvoptx
Boards/Keil/MCBSTM32F400/CMSIS_DV.uvprojx
Boards/Keil/MCBSTM32F400/RTE/CMSIS/RTX_Config.c
Boards/Keil/MCBSTM32F400/RTE/CMSIS/RTX_Config.h
Boards/Keil/MCBSTM32F400/RTE/CMSIS_Driver_Validation/DV_ETH_Config.h
Boards/Keil/MCBSTM32F400/RTE/CMSIS_Driver_Validation/DV_I2C_Config.h
Boards/Keil/MCBSTM32F400/RTE/CMSIS_Driver_Validation/DV_MCI_Config.h
Boards/Keil/MCBSTM32F400/RTE/CMSIS_Driver_Validation/DV_USBD_Config.h
Boards/Keil/MCBSTM32F400/RTE/Device/STM32F407IGHx/startup_stm32f407xx.s
Boards/Keil/MCBSTM32F400/RTE/Device/STM32F407IGHx/stm32f4xx_hal_conf.h
Boards/Keil/MCBSTM32F400/RTE/Device/STM32F407IGHx/system_stm32f4xx.c
Boards/ST/STM32F746G-Discovery/Abstract.txt
Boards/ST/STM32F746G-Discovery/CMSIS_DV.uvguix
Boards/ST/STM32F746G-Discovery/CMSIS_DV.uvoptx
Boards/ST/STM32F746G-Discovery/CMSIS_DV.uvprojx
Boards/ST/STM32F746G-Discovery/RTE/CMSIS/RTX_Config.c
Boards/ST/STM32F746G-Discovery/RTE/CMSIS/RTX_Config.h
Boards/ST/STM32F746G-Discovery/RTE/CMSIS_Driver_Validation/DV_ETH_Config.h
Boards/ST/STM32F746G-Discovery/RTE/CMSIS_Driver_Validation/DV_I2C_Config.h
Boards/ST/STM32F746G-Discovery/RTE/CMSIS_Driver_Validation/DV_MCI_Config.h
Boards/ST/STM32F746G-Discovery/RTE/CMSIS_Driver_Validation/DV_SPI_Config.h [new file with mode: 0644]
Boards/ST/STM32F746G-Discovery/RTE/CMSIS_Driver_Validation/DV_USART_Config.h [new file with mode: 0644]
Boards/ST/STM32F746G-Discovery/RTE/CMSIS_Driver_Validation/DV_USBD_Config.h
Boards/ST/STM32F746G-Discovery/RTE/Device/STM32F746NGHx/RTE_Device.h
Boards/ST/STM32F746G-Discovery/RTE/Device/STM32F746NGHx/startup_stm32f746xx.s
Boards/ST/STM32F746G-Discovery/RTE/Device/STM32F746NGHx/stm32f7xx_hal_conf.h
Boards/ST/STM32F746G-Discovery/RTE/Device/STM32F746NGHx/system_stm32f7xx.c
Config/DV_ETH_Config.h
DoxyGen/src/DV_ETH.txt
DoxyGen/src/DriverValidation.txt
DoxyGen/src/images/dv_eth_config_h.png
Include/cmsis_dv.h
Source/DV_ETH.c
Source/cmsis_dv.c