]> begriffs open source - cmsis-driver-validation/commit
Add SPI_Server and USART_Server applications for STM32F429I-DISC1 board
authorMilorad Cvjetkovic <milorad.cvjetkovic@arm.com>
Thu, 14 Jul 2022 09:11:09 +0000 (11:11 +0200)
committerMilorad Cvjetkovic <milorad.cvjetkovic@arm.com>
Thu, 14 Jul 2022 09:11:09 +0000 (11:11 +0200)
commit9de3a7f36defd6793ac2d57313e1764f90160ef8
tree2cade843ce2ec5a9fb5be8574e891b7e63305693
parentb48bd2cfe9f09a20f38a1ee90b5f6cbd717c1293
Add SPI_Server and USART_Server applications for STM32F429I-DISC1 board

+ minor correction of the Abstract.txt in USART_Server application for MCBSTM32F400 board
35 files changed:
ARM.CMSIS-Driver_Validation.pdsc
Doxygen/CMSIS_DV.dxy
Doxygen/DV_SPI.txt
Doxygen/DV_USART.txt
Doxygen/DriverValidation.txt
Tools/SPI_Server/Board/STM32F429I-DISC1/Abstract.txt [new file with mode: 0644]
Tools/SPI_Server/Board/STM32F429I-DISC1/Config/SPI_Server_Config.h [new file with mode: 0644]
Tools/SPI_Server/Board/STM32F429I-DISC1/RTE/CMSIS/RTX_Config.c [new file with mode: 0644]
Tools/SPI_Server/Board/STM32F429I-DISC1/RTE/CMSIS/RTX_Config.h [new file with mode: 0644]
Tools/SPI_Server/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/RTE_Device.h [new file with mode: 0644]
Tools/SPI_Server/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/startup_stm32f429xx.s [new file with mode: 0644]
Tools/SPI_Server/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/stm32f4xx_hal_conf.h [new file with mode: 0644]
Tools/SPI_Server/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/system_stm32f4xx.c [new file with mode: 0644]
Tools/SPI_Server/Board/STM32F429I-DISC1/SPI_Server.uvguix [new file with mode: 0644]
Tools/SPI_Server/Board/STM32F429I-DISC1/SPI_Server.uvoptx [new file with mode: 0644]
Tools/SPI_Server/Board/STM32F429I-DISC1/SPI_Server.uvprojx [new file with mode: 0644]
Tools/SPI_Server/Board/STM32F429I-DISC1/main.c [new file with mode: 0644]
Tools/SPI_Server/Board/STM32F429I-DISC1/main.h [new file with mode: 0644]
Tools/SPI_Server/Board/STM32F429I-DISC1/vio_STM32F429I.c [new file with mode: 0644]
Tools/USART_Server/Board/MCBSTM32F400/Abstract.txt
Tools/USART_Server/Board/STM32F429I-DISC1/Abstract.txt [new file with mode: 0644]
Tools/USART_Server/Board/STM32F429I-DISC1/Config/USART_Server_Config.h [new file with mode: 0644]
Tools/USART_Server/Board/STM32F429I-DISC1/Config/USART_Server_HW.c [new file with mode: 0644]
Tools/USART_Server/Board/STM32F429I-DISC1/RTE/CMSIS/RTX_Config.c [new file with mode: 0644]
Tools/USART_Server/Board/STM32F429I-DISC1/RTE/CMSIS/RTX_Config.h [new file with mode: 0644]
Tools/USART_Server/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/RTE_Device.h [new file with mode: 0644]
Tools/USART_Server/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/startup_stm32f429xx.s [new file with mode: 0644]
Tools/USART_Server/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/stm32f4xx_hal_conf.h [new file with mode: 0644]
Tools/USART_Server/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/system_stm32f4xx.c [new file with mode: 0644]
Tools/USART_Server/Board/STM32F429I-DISC1/USART_Server.uvguix [new file with mode: 0644]
Tools/USART_Server/Board/STM32F429I-DISC1/USART_Server.uvoptx [new file with mode: 0644]
Tools/USART_Server/Board/STM32F429I-DISC1/USART_Server.uvprojx [new file with mode: 0644]
Tools/USART_Server/Board/STM32F429I-DISC1/main.c [new file with mode: 0644]
Tools/USART_Server/Board/STM32F429I-DISC1/main.h [new file with mode: 0644]
Tools/USART_Server/Board/STM32F429I-DISC1/vio_STM32F429I.c [new file with mode: 0644]