├── .github ├── dependabot.yml └── workflows │ ├── gh-pages.yml │ └── pack.yml ├── .gitignore ├── ARM.CMSIS-Driver_Validation.pdsc ├── Config ├── DV_CAN_Config.h ├── DV_Config.h ├── DV_ETH_Config.h ├── DV_GPIO_Config.h ├── DV_I2C_Config.h ├── DV_MCI_Config.h ├── DV_SPI_Config.h ├── DV_USART_Config.h ├── DV_USBD_Config.h ├── DV_USBH_Config.h └── DV_WiFi_Config.h ├── Documentation ├── Doxygen │ ├── cmsis_dv.dxy.in │ ├── gen_doc.sh │ ├── linkchecker.rc │ ├── src │ │ ├── DV_CAN.txt │ │ ├── DV_ETH.txt │ │ ├── DV_GPIO.txt │ │ ├── DV_I2C.txt │ │ ├── DV_MCI.txt │ │ ├── DV_SPI.txt │ │ ├── DV_USART.txt │ │ ├── DV_USBD.txt │ │ ├── DV_USBH.txt │ │ ├── DV_WiFi.txt │ │ ├── DriverValidation.txt │ │ └── images │ │ │ ├── SockMonitor.png │ │ │ ├── SockServer.png │ │ │ ├── b-l475e-iot01a.png │ │ │ ├── cmsis_dv.png │ │ │ ├── driver_validation_build_type.png │ │ │ ├── driver_validation_new_sol_create.png │ │ │ ├── driver_validation_new_sol_layer.png │ │ │ ├── driver_validation_new_sol_template.png │ │ │ ├── dv_can_config_h.png │ │ │ ├── dv_eth_config_h.png │ │ │ ├── dv_gpio_config_h.png │ │ │ ├── dv_i2c_config_h.png │ │ │ ├── dv_mci_config_h.png │ │ │ ├── dv_spi_config_h.png │ │ │ ├── dv_usart_config_h.png │ │ │ ├── dv_usbd_config_h.png │ │ │ ├── dv_usbh_config_h.png │ │ │ ├── dv_wifi_config_h.png │ │ │ ├── esp32_wroom_sparkfun.png │ │ │ ├── esp8266_sparkfun.png │ │ │ ├── ethernet_loopback.png │ │ │ ├── gpio_loopback.png │ │ │ ├── image001.png │ │ │ ├── image002.png │ │ │ ├── image003.png │ │ │ ├── image004.png │ │ │ ├── image005.png │ │ │ ├── image006.png │ │ │ ├── lpcxpresso55s69.png │ │ │ ├── mcbstm32f400.png │ │ │ ├── mimxrt1064evk.png │ │ │ ├── server_new_sol_create.png │ │ │ ├── server_new_sol_layer.png │ │ │ ├── spi_bus_master_ss_hw_ctrl_out.png │ │ │ ├── spi_loopback_pin_connections.png │ │ │ ├── spi_server_config.png │ │ │ ├── spi_server_config_h.png │ │ │ ├── spi_server_new_sol_create.png │ │ │ ├── spi_server_new_sol_disc1_create.png │ │ │ ├── spi_server_new_sol_disc1_example.png │ │ │ ├── spi_server_new_sol_template.png │ │ │ ├── spi_server_pin_connections.png │ │ │ ├── src │ │ │ ├── DV.vsd │ │ │ ├── Driver Validation Suite.pptx │ │ │ ├── GPIO_pin_connection.pptx │ │ │ ├── SPI_pin_connection.pptx │ │ │ └── USART_pin_connection.pptx │ │ │ ├── stm32f746g-disco.png │ │ │ ├── target_dialog.png │ │ │ ├── usart_bus_async_send.png │ │ │ ├── usart_loopback_pin_connections.png │ │ │ ├── usart_server_config.png │ │ │ ├── usart_server_config_h.png │ │ │ ├── usart_server_new_sol_create.png │ │ │ ├── usart_server_new_sol_disc1_create.png │ │ │ ├── usart_server_new_sol_disc1_example.png │ │ │ ├── usart_server_new_sol_template.png │ │ │ ├── usart_server_pin_connections.png │ │ │ ├── usart_server_pin_connections_async.png │ │ │ ├── usart_server_pin_connections_single_wire.png │ │ │ ├── usbd_command_verifier.png │ │ │ ├── usbd_dev_location.png │ │ │ ├── usbd_dev_manager.png │ │ │ ├── usbd_select_device.png │ │ │ ├── wizfi360-evb.png │ │ │ └── xmc4500.png │ └── style_template │ │ ├── cmsis_logo_white_small.png │ │ ├── darkmode_toggle.js │ │ ├── dropdown.png │ │ ├── extra_navtree.css │ │ ├── extra_search.css │ │ ├── extra_stylesheet.css │ │ ├── extra_tabs.css │ │ ├── footer.html │ │ ├── footer.js.in │ │ ├── header.html │ │ ├── layout.xml │ │ ├── navtree.js │ │ ├── resize.js │ │ ├── search.css │ │ ├── search.js │ │ ├── tab_b.png │ │ ├── tab_topnav.png │ │ ├── tabs.js │ │ └── version.css ├── index.html └── version.js ├── Examples ├── Ethernet │ └── NUCLEO-H563ZI │ │ ├── .cmsis │ │ ├── CMSIS_DV+STM32H563ZITx.dbgconf │ │ └── CMSIS_DV+STM32H563ZITx.dbgconf.base@1.0.0 │ │ ├── Board │ │ └── NUCLEO-H563ZI │ │ │ ├── Board.clayer.yml │ │ │ ├── CubeMX │ │ │ ├── Board.cgen.yml │ │ │ ├── MX_Device │ │ │ │ └── MX_Device.h │ │ │ ├── STM32CubeMX │ │ │ │ ├── .mxproject │ │ │ │ ├── Drivers │ │ │ │ │ ├── CMSIS │ │ │ │ │ │ ├── Device │ │ │ │ │ │ │ └── ST │ │ │ │ │ │ │ │ └── STM32H5xx │ │ │ │ │ │ │ │ ├── Include │ │ │ │ │ │ │ │ ├── stm32h563xx.h │ │ │ │ │ │ │ │ ├── stm32h5xx.h │ │ │ │ │ │ │ │ └── system_stm32h5xx.h │ │ │ │ │ │ │ │ ├── LICENSE.md │ │ │ │ │ │ │ │ └── LICENSE.txt │ │ │ │ │ │ └── LICENSE.txt │ │ │ │ │ └── STM32H5xx_HAL_Driver │ │ │ │ │ │ ├── Inc │ │ │ │ │ │ ├── Legacy │ │ │ │ │ │ │ └── stm32_hal_legacy.h │ │ │ │ │ │ ├── stm32h5xx_hal.h │ │ │ │ │ │ ├── stm32h5xx_hal_cortex.h │ │ │ │ │ │ ├── stm32h5xx_hal_def.h │ │ │ │ │ │ ├── stm32h5xx_hal_dma.h │ │ │ │ │ │ ├── stm32h5xx_hal_dma_ex.h │ │ │ │ │ │ ├── stm32h5xx_hal_eth.h │ │ │ │ │ │ ├── stm32h5xx_hal_eth_ex.h │ │ │ │ │ │ ├── stm32h5xx_hal_exti.h │ │ │ │ │ │ ├── stm32h5xx_hal_flash.h │ │ │ │ │ │ ├── stm32h5xx_hal_flash_ex.h │ │ │ │ │ │ ├── stm32h5xx_hal_gpio.h │ │ │ │ │ │ ├── stm32h5xx_hal_gpio_ex.h │ │ │ │ │ │ ├── stm32h5xx_hal_i2c.h │ │ │ │ │ │ ├── stm32h5xx_hal_i2c_ex.h │ │ │ │ │ │ ├── stm32h5xx_hal_pcd.h │ │ │ │ │ │ ├── stm32h5xx_hal_pcd_ex.h │ │ │ │ │ │ ├── stm32h5xx_hal_pwr.h │ │ │ │ │ │ ├── stm32h5xx_hal_pwr_ex.h │ │ │ │ │ │ ├── stm32h5xx_hal_rcc.h │ │ │ │ │ │ ├── stm32h5xx_hal_rcc_ex.h │ │ │ │ │ │ ├── stm32h5xx_hal_spi.h │ │ │ │ │ │ ├── stm32h5xx_hal_spi_ex.h │ │ │ │ │ │ ├── stm32h5xx_hal_tim.h │ │ │ │ │ │ ├── stm32h5xx_hal_tim_ex.h │ │ │ │ │ │ ├── stm32h5xx_hal_uart.h │ │ │ │ │ │ ├── stm32h5xx_hal_uart_ex.h │ │ │ │ │ │ ├── stm32h5xx_ll_bus.h │ │ │ │ │ │ ├── stm32h5xx_ll_cortex.h │ │ │ │ │ │ ├── stm32h5xx_ll_crs.h │ │ │ │ │ │ ├── stm32h5xx_ll_dma.h │ │ │ │ │ │ ├── stm32h5xx_ll_exti.h │ │ │ │ │ │ ├── stm32h5xx_ll_gpio.h │ │ │ │ │ │ ├── stm32h5xx_ll_i2c.h │ │ │ │ │ │ ├── stm32h5xx_ll_lpuart.h │ │ │ │ │ │ ├── stm32h5xx_ll_pwr.h │ │ │ │ │ │ ├── stm32h5xx_ll_rcc.h │ │ │ │ │ │ ├── stm32h5xx_ll_spi.h │ │ │ │ │ │ ├── stm32h5xx_ll_system.h │ │ │ │ │ │ ├── stm32h5xx_ll_ucpd.h │ │ │ │ │ │ ├── stm32h5xx_ll_usart.h │ │ │ │ │ │ ├── stm32h5xx_ll_usb.h │ │ │ │ │ │ └── stm32h5xx_ll_utils.h │ │ │ │ │ │ ├── LICENSE.md │ │ │ │ │ │ ├── LICENSE.txt │ │ │ │ │ │ └── Src │ │ │ │ │ │ ├── stm32h5xx_hal.c │ │ │ │ │ │ ├── stm32h5xx_hal_cortex.c │ │ │ │ │ │ ├── stm32h5xx_hal_dma.c │ │ │ │ │ │ ├── stm32h5xx_hal_dma_ex.c │ │ │ │ │ │ ├── stm32h5xx_hal_eth.c │ │ │ │ │ │ ├── stm32h5xx_hal_eth_ex.c │ │ │ │ │ │ ├── stm32h5xx_hal_exti.c │ │ │ │ │ │ ├── stm32h5xx_hal_flash.c │ │ │ │ │ │ ├── stm32h5xx_hal_flash_ex.c │ │ │ │ │ │ ├── stm32h5xx_hal_gpio.c │ │ │ │ │ │ ├── stm32h5xx_hal_i2c.c │ │ │ │ │ │ ├── stm32h5xx_hal_i2c_ex.c │ │ │ │ │ │ ├── stm32h5xx_hal_pcd.c │ │ │ │ │ │ ├── stm32h5xx_hal_pcd_ex.c │ │ │ │ │ │ ├── stm32h5xx_hal_pwr.c │ │ │ │ │ │ ├── stm32h5xx_hal_pwr_ex.c │ │ │ │ │ │ ├── stm32h5xx_hal_rcc.c │ │ │ │ │ │ ├── stm32h5xx_hal_rcc_ex.c │ │ │ │ │ │ ├── stm32h5xx_hal_spi.c │ │ │ │ │ │ ├── stm32h5xx_hal_spi_ex.c │ │ │ │ │ │ ├── stm32h5xx_hal_tim.c │ │ │ │ │ │ ├── stm32h5xx_hal_tim_ex.c │ │ │ │ │ │ ├── stm32h5xx_hal_uart.c │ │ │ │ │ │ ├── stm32h5xx_hal_uart_ex.c │ │ │ │ │ │ ├── stm32h5xx_ll_dma.c │ │ │ │ │ │ ├── stm32h5xx_ll_exti.c │ │ │ │ │ │ ├── stm32h5xx_ll_gpio.c │ │ │ │ │ │ ├── stm32h5xx_ll_rcc.c │ │ │ │ │ │ ├── stm32h5xx_ll_ucpd.c │ │ │ │ │ │ ├── stm32h5xx_ll_usb.c │ │ │ │ │ │ └── stm32h5xx_ll_utils.c │ │ │ │ ├── Inc │ │ │ │ │ ├── main.h │ │ │ │ │ ├── stm32_assert.h │ │ │ │ │ ├── stm32h5xx_hal_conf.h │ │ │ │ │ └── stm32h5xx_it.h │ │ │ │ ├── MDK-ARM │ │ │ │ │ └── startup_stm32h563xx.s │ │ │ │ ├── STM32CubeMX.ioc │ │ │ │ └── Src │ │ │ │ │ ├── main.c │ │ │ │ │ ├── stm32h5xx_hal_msp.c │ │ │ │ │ ├── stm32h5xx_hal_timebase_tim.c │ │ │ │ │ ├── stm32h5xx_it.c │ │ │ │ │ └── system_stm32h5xx.c │ │ │ └── project.script │ │ │ ├── NUCLEO-H563ZI.h │ │ │ ├── README.md │ │ │ ├── RTE │ │ │ └── Device │ │ │ │ └── STM32H563ZITx │ │ │ │ ├── ac6_linker_script.sct.src │ │ │ │ └── regions_NUCLEO-H563ZI.h │ │ │ └── retarget_stdio.c │ │ ├── CMSIS_DV.cproject.yml │ │ ├── CMSIS_DV.csolution.yml │ │ ├── README.md │ │ ├── RTE │ │ ├── CMSIS │ │ │ ├── RTX_Config.c │ │ │ ├── RTX_Config.c.base@5.2.0 │ │ │ ├── RTX_Config.h │ │ │ └── RTX_Config.h.base@5.6.0 │ │ ├── CMSIS_Driver_Validation │ │ │ ├── DV_ETH_Config.h │ │ │ └── DV_ETH_Config.h.base@2.1.0 │ │ ├── Device │ │ │ └── STM32H563ZITx │ │ │ │ ├── ac6_linker_script.sct.src │ │ │ │ └── regions_NUCLEO-H563ZI.h │ │ └── _Ethernet_STM32H563ZITx │ │ │ └── RTE_Components.h │ │ ├── app_main.c │ │ └── app_main.h ├── GPIO │ └── B-U585I-IOT02A │ │ ├── .cmsis │ │ ├── CMSIS_DV+STM32U585AIIx.dbgconf │ │ └── CMSIS_DV+STM32U585AIIx.dbgconf.base@1.0.1 │ │ ├── Board │ │ └── B-U585I-IOT02A │ │ │ ├── B-U585I-IOT02A.h │ │ │ ├── Board.clayer.yml │ │ │ ├── CubeMX │ │ │ ├── Board.cgen.yml │ │ │ ├── MX_Device │ │ │ │ └── MX_Device.h │ │ │ ├── STM32CubeMX │ │ │ │ ├── .mxproject │ │ │ │ ├── Drivers │ │ │ │ │ ├── CMSIS │ │ │ │ │ │ ├── Device │ │ │ │ │ │ │ └── ST │ │ │ │ │ │ │ │ └── STM32U5xx │ │ │ │ │ │ │ │ ├── Include │ │ │ │ │ │ │ │ ├── stm32u585xx.h │ │ │ │ │ │ │ │ ├── stm32u5xx.h │ │ │ │ │ │ │ │ └── system_stm32u5xx.h │ │ │ │ │ │ │ │ ├── LICENSE.md │ │ │ │ │ │ │ │ └── LICENSE.txt │ │ │ │ │ │ └── LICENSE.txt │ │ │ │ │ └── STM32U5xx_HAL_Driver │ │ │ │ │ │ ├── Inc │ │ │ │ │ │ ├── Legacy │ │ │ │ │ │ │ └── stm32_hal_legacy.h │ │ │ │ │ │ ├── stm32u5xx_hal.h │ │ │ │ │ │ ├── stm32u5xx_hal_cortex.h │ │ │ │ │ │ ├── stm32u5xx_hal_def.h │ │ │ │ │ │ ├── stm32u5xx_hal_dma.h │ │ │ │ │ │ ├── stm32u5xx_hal_dma_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_exti.h │ │ │ │ │ │ ├── stm32u5xx_hal_flash.h │ │ │ │ │ │ ├── stm32u5xx_hal_flash_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_gpio.h │ │ │ │ │ │ ├── stm32u5xx_hal_gpio_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_gtzc.h │ │ │ │ │ │ ├── stm32u5xx_hal_i2c.h │ │ │ │ │ │ ├── stm32u5xx_hal_i2c_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_icache.h │ │ │ │ │ │ ├── stm32u5xx_hal_mdf.h │ │ │ │ │ │ ├── stm32u5xx_hal_ospi.h │ │ │ │ │ │ ├── stm32u5xx_hal_pcd.h │ │ │ │ │ │ ├── stm32u5xx_hal_pcd_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_pwr.h │ │ │ │ │ │ ├── stm32u5xx_hal_pwr_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_rcc.h │ │ │ │ │ │ ├── stm32u5xx_hal_rcc_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_spi.h │ │ │ │ │ │ ├── stm32u5xx_hal_spi_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_tim.h │ │ │ │ │ │ ├── stm32u5xx_hal_tim_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_uart.h │ │ │ │ │ │ ├── stm32u5xx_hal_uart_ex.h │ │ │ │ │ │ ├── stm32u5xx_ll_bus.h │ │ │ │ │ │ ├── stm32u5xx_ll_cortex.h │ │ │ │ │ │ ├── stm32u5xx_ll_crs.h │ │ │ │ │ │ ├── stm32u5xx_ll_dlyb.h │ │ │ │ │ │ ├── stm32u5xx_ll_dma.h │ │ │ │ │ │ ├── stm32u5xx_ll_exti.h │ │ │ │ │ │ ├── stm32u5xx_ll_gpio.h │ │ │ │ │ │ ├── stm32u5xx_ll_i2c.h │ │ │ │ │ │ ├── stm32u5xx_ll_icache.h │ │ │ │ │ │ ├── stm32u5xx_ll_lpgpio.h │ │ │ │ │ │ ├── stm32u5xx_ll_lpuart.h │ │ │ │ │ │ ├── stm32u5xx_ll_pwr.h │ │ │ │ │ │ ├── stm32u5xx_ll_rcc.h │ │ │ │ │ │ ├── stm32u5xx_ll_spi.h │ │ │ │ │ │ ├── stm32u5xx_ll_system.h │ │ │ │ │ │ ├── stm32u5xx_ll_ucpd.h │ │ │ │ │ │ ├── stm32u5xx_ll_usart.h │ │ │ │ │ │ ├── stm32u5xx_ll_usb.h │ │ │ │ │ │ └── stm32u5xx_ll_utils.h │ │ │ │ │ │ ├── LICENSE.md │ │ │ │ │ │ ├── LICENSE.txt │ │ │ │ │ │ └── Src │ │ │ │ │ │ ├── stm32u5xx_hal.c │ │ │ │ │ │ ├── stm32u5xx_hal_cortex.c │ │ │ │ │ │ ├── stm32u5xx_hal_dma.c │ │ │ │ │ │ ├── stm32u5xx_hal_dma_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_exti.c │ │ │ │ │ │ ├── stm32u5xx_hal_flash.c │ │ │ │ │ │ ├── stm32u5xx_hal_flash_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_gpio.c │ │ │ │ │ │ ├── stm32u5xx_hal_gtzc.c │ │ │ │ │ │ ├── stm32u5xx_hal_i2c.c │ │ │ │ │ │ ├── stm32u5xx_hal_i2c_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_icache.c │ │ │ │ │ │ ├── stm32u5xx_hal_mdf.c │ │ │ │ │ │ ├── stm32u5xx_hal_ospi.c │ │ │ │ │ │ ├── stm32u5xx_hal_pcd.c │ │ │ │ │ │ ├── stm32u5xx_hal_pcd_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_pwr.c │ │ │ │ │ │ ├── stm32u5xx_hal_pwr_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_rcc.c │ │ │ │ │ │ ├── stm32u5xx_hal_rcc_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_spi.c │ │ │ │ │ │ ├── stm32u5xx_hal_spi_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_tim.c │ │ │ │ │ │ ├── stm32u5xx_hal_tim_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_uart.c │ │ │ │ │ │ ├── stm32u5xx_hal_uart_ex.c │ │ │ │ │ │ ├── stm32u5xx_ll_dlyb.c │ │ │ │ │ │ ├── stm32u5xx_ll_dma.c │ │ │ │ │ │ ├── stm32u5xx_ll_exti.c │ │ │ │ │ │ ├── stm32u5xx_ll_gpio.c │ │ │ │ │ │ ├── stm32u5xx_ll_lpgpio.c │ │ │ │ │ │ ├── stm32u5xx_ll_ucpd.c │ │ │ │ │ │ ├── stm32u5xx_ll_usb.c │ │ │ │ │ │ └── stm32u5xx_ll_utils.c │ │ │ │ ├── Inc │ │ │ │ │ ├── main.h │ │ │ │ │ ├── stm32_assert.h │ │ │ │ │ ├── stm32u5xx_hal_conf.h │ │ │ │ │ └── stm32u5xx_it.h │ │ │ │ ├── MDK-ARM │ │ │ │ │ └── startup_stm32u585xx.s │ │ │ │ ├── STM32CubeMX.ioc │ │ │ │ └── Src │ │ │ │ │ ├── main.c │ │ │ │ │ ├── stm32u5xx_hal_msp.c │ │ │ │ │ ├── stm32u5xx_hal_timebase_tim.c │ │ │ │ │ ├── stm32u5xx_it.c │ │ │ │ │ └── system_stm32u5xx.c │ │ │ └── project.script │ │ │ ├── README.md │ │ │ ├── RTE │ │ │ └── Device │ │ │ │ └── STM32U585AIIx │ │ │ │ ├── ac6_linker_script.sct.src │ │ │ │ └── regions_B-U585I-IOT02A.h │ │ │ └── retarget_stdio.c │ │ ├── CMSIS_DV.cproject.yml │ │ ├── CMSIS_DV.csolution.yml │ │ ├── README.md │ │ ├── RTE │ │ ├── CMSIS │ │ │ ├── RTX_Config.c │ │ │ ├── RTX_Config.c.base@5.2.0 │ │ │ ├── RTX_Config.h │ │ │ └── RTX_Config.h.base@5.6.0 │ │ ├── CMSIS_Driver_Validation │ │ │ ├── DV_GPIO_Config.h │ │ │ └── DV_GPIO_Config.h.base@1.0.0 │ │ ├── Device │ │ │ └── STM32U585AIIx │ │ │ │ ├── ac6_linker_script.sct.src │ │ │ │ └── regions_B-U585I-IOT02A.h │ │ └── _GPIO_STM32U585AIIx │ │ │ └── RTE_Components.h │ │ ├── app_main.c │ │ └── app_main.h ├── README.md ├── SPI │ └── B-U585I-IOT02A │ │ ├── .cmsis │ │ ├── CMSIS_DV+STM32U585AIIx.dbgconf │ │ └── CMSIS_DV+STM32U585AIIx.dbgconf.base@1.0.1 │ │ ├── Board │ │ └── B-U585I-IOT02A │ │ │ ├── B-U585I-IOT02A.h │ │ │ ├── Board.clayer.yml │ │ │ ├── CubeMX │ │ │ ├── Board.cgen.yml │ │ │ ├── MX_Device │ │ │ │ └── MX_Device.h │ │ │ ├── STM32CubeMX │ │ │ │ ├── .mxproject │ │ │ │ ├── Drivers │ │ │ │ │ ├── CMSIS │ │ │ │ │ │ ├── Device │ │ │ │ │ │ │ └── ST │ │ │ │ │ │ │ │ └── STM32U5xx │ │ │ │ │ │ │ │ ├── Include │ │ │ │ │ │ │ │ ├── stm32u585xx.h │ │ │ │ │ │ │ │ ├── stm32u5xx.h │ │ │ │ │ │ │ │ └── system_stm32u5xx.h │ │ │ │ │ │ │ │ ├── LICENSE.md │ │ │ │ │ │ │ │ └── LICENSE.txt │ │ │ │ │ │ └── LICENSE.txt │ │ │ │ │ └── STM32U5xx_HAL_Driver │ │ │ │ │ │ ├── Inc │ │ │ │ │ │ ├── Legacy │ │ │ │ │ │ │ └── stm32_hal_legacy.h │ │ │ │ │ │ ├── stm32u5xx_hal.h │ │ │ │ │ │ ├── stm32u5xx_hal_cortex.h │ │ │ │ │ │ ├── stm32u5xx_hal_def.h │ │ │ │ │ │ ├── stm32u5xx_hal_dma.h │ │ │ │ │ │ ├── stm32u5xx_hal_dma_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_exti.h │ │ │ │ │ │ ├── stm32u5xx_hal_flash.h │ │ │ │ │ │ ├── stm32u5xx_hal_flash_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_gpio.h │ │ │ │ │ │ ├── stm32u5xx_hal_gpio_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_gtzc.h │ │ │ │ │ │ ├── stm32u5xx_hal_i2c.h │ │ │ │ │ │ ├── stm32u5xx_hal_i2c_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_icache.h │ │ │ │ │ │ ├── stm32u5xx_hal_mdf.h │ │ │ │ │ │ ├── stm32u5xx_hal_ospi.h │ │ │ │ │ │ ├── stm32u5xx_hal_pcd.h │ │ │ │ │ │ ├── stm32u5xx_hal_pcd_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_pwr.h │ │ │ │ │ │ ├── stm32u5xx_hal_pwr_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_rcc.h │ │ │ │ │ │ ├── stm32u5xx_hal_rcc_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_spi.h │ │ │ │ │ │ ├── stm32u5xx_hal_spi_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_tim.h │ │ │ │ │ │ ├── stm32u5xx_hal_tim_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_uart.h │ │ │ │ │ │ ├── stm32u5xx_hal_uart_ex.h │ │ │ │ │ │ ├── stm32u5xx_ll_bus.h │ │ │ │ │ │ ├── stm32u5xx_ll_cortex.h │ │ │ │ │ │ ├── stm32u5xx_ll_crs.h │ │ │ │ │ │ ├── stm32u5xx_ll_dlyb.h │ │ │ │ │ │ ├── stm32u5xx_ll_dma.h │ │ │ │ │ │ ├── stm32u5xx_ll_exti.h │ │ │ │ │ │ ├── stm32u5xx_ll_gpio.h │ │ │ │ │ │ ├── stm32u5xx_ll_i2c.h │ │ │ │ │ │ ├── stm32u5xx_ll_icache.h │ │ │ │ │ │ ├── stm32u5xx_ll_lpgpio.h │ │ │ │ │ │ ├── stm32u5xx_ll_lpuart.h │ │ │ │ │ │ ├── stm32u5xx_ll_pwr.h │ │ │ │ │ │ ├── stm32u5xx_ll_rcc.h │ │ │ │ │ │ ├── stm32u5xx_ll_spi.h │ │ │ │ │ │ ├── stm32u5xx_ll_system.h │ │ │ │ │ │ ├── stm32u5xx_ll_ucpd.h │ │ │ │ │ │ ├── stm32u5xx_ll_usart.h │ │ │ │ │ │ ├── stm32u5xx_ll_usb.h │ │ │ │ │ │ └── stm32u5xx_ll_utils.h │ │ │ │ │ │ ├── LICENSE.md │ │ │ │ │ │ ├── LICENSE.txt │ │ │ │ │ │ └── Src │ │ │ │ │ │ ├── stm32u5xx_hal.c │ │ │ │ │ │ ├── stm32u5xx_hal_cortex.c │ │ │ │ │ │ ├── stm32u5xx_hal_dma.c │ │ │ │ │ │ ├── stm32u5xx_hal_dma_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_exti.c │ │ │ │ │ │ ├── stm32u5xx_hal_flash.c │ │ │ │ │ │ ├── stm32u5xx_hal_flash_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_gpio.c │ │ │ │ │ │ ├── stm32u5xx_hal_gtzc.c │ │ │ │ │ │ ├── stm32u5xx_hal_i2c.c │ │ │ │ │ │ ├── stm32u5xx_hal_i2c_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_icache.c │ │ │ │ │ │ ├── stm32u5xx_hal_mdf.c │ │ │ │ │ │ ├── stm32u5xx_hal_ospi.c │ │ │ │ │ │ ├── stm32u5xx_hal_pcd.c │ │ │ │ │ │ ├── stm32u5xx_hal_pcd_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_pwr.c │ │ │ │ │ │ ├── stm32u5xx_hal_pwr_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_rcc.c │ │ │ │ │ │ ├── stm32u5xx_hal_rcc_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_spi.c │ │ │ │ │ │ ├── stm32u5xx_hal_spi_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_tim.c │ │ │ │ │ │ ├── stm32u5xx_hal_tim_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_uart.c │ │ │ │ │ │ ├── stm32u5xx_hal_uart_ex.c │ │ │ │ │ │ ├── stm32u5xx_ll_dlyb.c │ │ │ │ │ │ ├── stm32u5xx_ll_dma.c │ │ │ │ │ │ ├── stm32u5xx_ll_exti.c │ │ │ │ │ │ ├── stm32u5xx_ll_gpio.c │ │ │ │ │ │ ├── stm32u5xx_ll_lpgpio.c │ │ │ │ │ │ ├── stm32u5xx_ll_ucpd.c │ │ │ │ │ │ ├── stm32u5xx_ll_usb.c │ │ │ │ │ │ └── stm32u5xx_ll_utils.c │ │ │ │ ├── Inc │ │ │ │ │ ├── main.h │ │ │ │ │ ├── stm32_assert.h │ │ │ │ │ ├── stm32u5xx_hal_conf.h │ │ │ │ │ └── stm32u5xx_it.h │ │ │ │ ├── MDK-ARM │ │ │ │ │ └── startup_stm32u585xx.s │ │ │ │ ├── STM32CubeMX.ioc │ │ │ │ └── Src │ │ │ │ │ ├── main.c │ │ │ │ │ ├── stm32u5xx_hal_msp.c │ │ │ │ │ ├── stm32u5xx_hal_timebase_tim.c │ │ │ │ │ ├── stm32u5xx_it.c │ │ │ │ │ └── system_stm32u5xx.c │ │ │ └── project.script │ │ │ ├── README.md │ │ │ ├── RTE │ │ │ └── Device │ │ │ │ └── STM32U585AIIx │ │ │ │ ├── ac6_linker_script.sct.src │ │ │ │ └── regions_B-U585I-IOT02A.h │ │ │ └── retarget_stdio.c │ │ ├── CMSIS_DV.cproject.yml │ │ ├── CMSIS_DV.csolution.yml │ │ ├── README.md │ │ ├── RTE │ │ ├── CMSIS │ │ │ ├── RTX_Config.c │ │ │ ├── RTX_Config.c.base@5.2.0 │ │ │ ├── RTX_Config.h │ │ │ └── RTX_Config.h.base@5.6.0 │ │ ├── CMSIS_Driver_Validation │ │ │ ├── DV_SPI_Config.h │ │ │ └── DV_SPI_Config.h.base@1.1.0 │ │ ├── Device │ │ │ └── STM32U585AIIx │ │ │ │ ├── ac6_linker_script.sct.src │ │ │ │ └── regions_B-U585I-IOT02A.h │ │ └── _SPI_STM32U585AIIx │ │ │ └── RTE_Components.h │ │ ├── app_main.c │ │ └── app_main.h ├── USART │ └── B-U585I-IOT02A │ │ ├── .cmsis │ │ ├── CMSIS_DV+STM32U585AIIx.dbgconf │ │ └── CMSIS_DV+STM32U585AIIx.dbgconf.base@1.0.1 │ │ ├── Board │ │ └── B-U585I-IOT02A │ │ │ ├── B-U585I-IOT02A.h │ │ │ ├── Board.clayer.yml │ │ │ ├── CubeMX │ │ │ ├── Board.cgen.yml │ │ │ ├── MX_Device │ │ │ │ └── MX_Device.h │ │ │ ├── STM32CubeMX │ │ │ │ ├── .mxproject │ │ │ │ ├── Drivers │ │ │ │ │ ├── CMSIS │ │ │ │ │ │ ├── Device │ │ │ │ │ │ │ └── ST │ │ │ │ │ │ │ │ └── STM32U5xx │ │ │ │ │ │ │ │ ├── Include │ │ │ │ │ │ │ │ ├── stm32u585xx.h │ │ │ │ │ │ │ │ ├── stm32u5xx.h │ │ │ │ │ │ │ │ └── system_stm32u5xx.h │ │ │ │ │ │ │ │ ├── LICENSE.md │ │ │ │ │ │ │ │ └── LICENSE.txt │ │ │ │ │ │ └── LICENSE.txt │ │ │ │ │ └── STM32U5xx_HAL_Driver │ │ │ │ │ │ ├── Inc │ │ │ │ │ │ ├── Legacy │ │ │ │ │ │ │ └── stm32_hal_legacy.h │ │ │ │ │ │ ├── stm32u5xx_hal.h │ │ │ │ │ │ ├── stm32u5xx_hal_cortex.h │ │ │ │ │ │ ├── stm32u5xx_hal_def.h │ │ │ │ │ │ ├── stm32u5xx_hal_dma.h │ │ │ │ │ │ ├── stm32u5xx_hal_dma_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_exti.h │ │ │ │ │ │ ├── stm32u5xx_hal_flash.h │ │ │ │ │ │ ├── stm32u5xx_hal_flash_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_gpio.h │ │ │ │ │ │ ├── stm32u5xx_hal_gpio_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_gtzc.h │ │ │ │ │ │ ├── stm32u5xx_hal_i2c.h │ │ │ │ │ │ ├── stm32u5xx_hal_i2c_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_icache.h │ │ │ │ │ │ ├── stm32u5xx_hal_mdf.h │ │ │ │ │ │ ├── stm32u5xx_hal_ospi.h │ │ │ │ │ │ ├── stm32u5xx_hal_pcd.h │ │ │ │ │ │ ├── stm32u5xx_hal_pcd_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_pwr.h │ │ │ │ │ │ ├── stm32u5xx_hal_pwr_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_rcc.h │ │ │ │ │ │ ├── stm32u5xx_hal_rcc_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_spi.h │ │ │ │ │ │ ├── stm32u5xx_hal_spi_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_tim.h │ │ │ │ │ │ ├── stm32u5xx_hal_tim_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_uart.h │ │ │ │ │ │ ├── stm32u5xx_hal_uart_ex.h │ │ │ │ │ │ ├── stm32u5xx_ll_bus.h │ │ │ │ │ │ ├── stm32u5xx_ll_cortex.h │ │ │ │ │ │ ├── stm32u5xx_ll_crs.h │ │ │ │ │ │ ├── stm32u5xx_ll_dlyb.h │ │ │ │ │ │ ├── stm32u5xx_ll_dma.h │ │ │ │ │ │ ├── stm32u5xx_ll_exti.h │ │ │ │ │ │ ├── stm32u5xx_ll_gpio.h │ │ │ │ │ │ ├── stm32u5xx_ll_i2c.h │ │ │ │ │ │ ├── stm32u5xx_ll_icache.h │ │ │ │ │ │ ├── stm32u5xx_ll_lpgpio.h │ │ │ │ │ │ ├── stm32u5xx_ll_lpuart.h │ │ │ │ │ │ ├── stm32u5xx_ll_pwr.h │ │ │ │ │ │ ├── stm32u5xx_ll_rcc.h │ │ │ │ │ │ ├── stm32u5xx_ll_spi.h │ │ │ │ │ │ ├── stm32u5xx_ll_system.h │ │ │ │ │ │ ├── stm32u5xx_ll_ucpd.h │ │ │ │ │ │ ├── stm32u5xx_ll_usart.h │ │ │ │ │ │ ├── stm32u5xx_ll_usb.h │ │ │ │ │ │ └── stm32u5xx_ll_utils.h │ │ │ │ │ │ ├── LICENSE.md │ │ │ │ │ │ ├── LICENSE.txt │ │ │ │ │ │ └── Src │ │ │ │ │ │ ├── stm32u5xx_hal.c │ │ │ │ │ │ ├── stm32u5xx_hal_cortex.c │ │ │ │ │ │ ├── stm32u5xx_hal_dma.c │ │ │ │ │ │ ├── stm32u5xx_hal_dma_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_exti.c │ │ │ │ │ │ ├── stm32u5xx_hal_flash.c │ │ │ │ │ │ ├── stm32u5xx_hal_flash_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_gpio.c │ │ │ │ │ │ ├── stm32u5xx_hal_gtzc.c │ │ │ │ │ │ ├── stm32u5xx_hal_i2c.c │ │ │ │ │ │ ├── stm32u5xx_hal_i2c_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_icache.c │ │ │ │ │ │ ├── stm32u5xx_hal_mdf.c │ │ │ │ │ │ ├── stm32u5xx_hal_ospi.c │ │ │ │ │ │ ├── stm32u5xx_hal_pcd.c │ │ │ │ │ │ ├── stm32u5xx_hal_pcd_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_pwr.c │ │ │ │ │ │ ├── stm32u5xx_hal_pwr_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_rcc.c │ │ │ │ │ │ ├── stm32u5xx_hal_rcc_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_spi.c │ │ │ │ │ │ ├── stm32u5xx_hal_spi_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_tim.c │ │ │ │ │ │ ├── stm32u5xx_hal_tim_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_uart.c │ │ │ │ │ │ ├── stm32u5xx_hal_uart_ex.c │ │ │ │ │ │ ├── stm32u5xx_ll_dlyb.c │ │ │ │ │ │ ├── stm32u5xx_ll_dma.c │ │ │ │ │ │ ├── stm32u5xx_ll_exti.c │ │ │ │ │ │ ├── stm32u5xx_ll_gpio.c │ │ │ │ │ │ ├── stm32u5xx_ll_lpgpio.c │ │ │ │ │ │ ├── stm32u5xx_ll_ucpd.c │ │ │ │ │ │ ├── stm32u5xx_ll_usb.c │ │ │ │ │ │ └── stm32u5xx_ll_utils.c │ │ │ │ ├── Inc │ │ │ │ │ ├── main.h │ │ │ │ │ ├── stm32_assert.h │ │ │ │ │ ├── stm32u5xx_hal_conf.h │ │ │ │ │ └── stm32u5xx_it.h │ │ │ │ ├── MDK-ARM │ │ │ │ │ └── startup_stm32u585xx.s │ │ │ │ ├── STM32CubeMX.ioc │ │ │ │ └── Src │ │ │ │ │ ├── main.c │ │ │ │ │ ├── stm32u5xx_hal_msp.c │ │ │ │ │ ├── stm32u5xx_hal_timebase_tim.c │ │ │ │ │ ├── stm32u5xx_it.c │ │ │ │ │ └── system_stm32u5xx.c │ │ │ └── project.script │ │ │ ├── README.md │ │ │ ├── RTE │ │ │ └── Device │ │ │ │ └── STM32U585AIIx │ │ │ │ ├── ac6_linker_script.sct.src │ │ │ │ └── regions_B-U585I-IOT02A.h │ │ │ └── retarget_stdio.c │ │ ├── CMSIS_DV.cproject.yml │ │ ├── CMSIS_DV.csolution.yml │ │ ├── README.md │ │ ├── RTE │ │ ├── CMSIS │ │ │ ├── RTX_Config.c │ │ │ ├── RTX_Config.c.base@5.2.0 │ │ │ ├── RTX_Config.h │ │ │ └── RTX_Config.h.base@5.6.0 │ │ ├── CMSIS_Driver_Validation │ │ │ ├── DV_USART_Config.h │ │ │ └── DV_USART_Config.h.base@2.0.0 │ │ ├── Device │ │ │ └── STM32U585AIIx │ │ │ │ ├── ac6_linker_script.sct.src │ │ │ │ └── regions_B-U585I-IOT02A.h │ │ └── _USART_STM32U585AIIx │ │ │ └── RTE_Components.h │ │ ├── app_main.c │ │ └── app_main.h └── WiFi │ ├── EMW3080 │ └── B-U585I-IOT02A │ │ ├── .cmsis │ │ ├── CMSIS_DV+STM32U585AIIx.dbgconf │ │ └── CMSIS_DV+STM32U585AIIx.dbgconf.base@1.0.1 │ │ ├── Board │ │ └── B-U585I-IOT02A │ │ │ ├── B-U585I-IOT02A.h │ │ │ ├── Board.clayer.yml │ │ │ ├── CubeMX │ │ │ ├── Board.cgen.yml │ │ │ ├── MX_Device │ │ │ │ └── MX_Device.h │ │ │ ├── STM32CubeMX │ │ │ │ ├── .mxproject │ │ │ │ ├── Drivers │ │ │ │ │ ├── CMSIS │ │ │ │ │ │ ├── Device │ │ │ │ │ │ │ └── ST │ │ │ │ │ │ │ │ └── STM32U5xx │ │ │ │ │ │ │ │ ├── Include │ │ │ │ │ │ │ │ ├── stm32u585xx.h │ │ │ │ │ │ │ │ ├── stm32u5xx.h │ │ │ │ │ │ │ │ └── system_stm32u5xx.h │ │ │ │ │ │ │ │ ├── LICENSE.md │ │ │ │ │ │ │ │ └── LICENSE.txt │ │ │ │ │ │ └── LICENSE.txt │ │ │ │ │ └── STM32U5xx_HAL_Driver │ │ │ │ │ │ ├── Inc │ │ │ │ │ │ ├── Legacy │ │ │ │ │ │ │ └── stm32_hal_legacy.h │ │ │ │ │ │ ├── stm32u5xx_hal.h │ │ │ │ │ │ ├── stm32u5xx_hal_adc.h │ │ │ │ │ │ ├── stm32u5xx_hal_adc_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_cortex.h │ │ │ │ │ │ ├── stm32u5xx_hal_def.h │ │ │ │ │ │ ├── stm32u5xx_hal_dma.h │ │ │ │ │ │ ├── stm32u5xx_hal_dma_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_exti.h │ │ │ │ │ │ ├── stm32u5xx_hal_flash.h │ │ │ │ │ │ ├── stm32u5xx_hal_flash_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_gpio.h │ │ │ │ │ │ ├── stm32u5xx_hal_gpio_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_gtzc.h │ │ │ │ │ │ ├── stm32u5xx_hal_i2c.h │ │ │ │ │ │ ├── stm32u5xx_hal_i2c_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_icache.h │ │ │ │ │ │ ├── stm32u5xx_hal_mdf.h │ │ │ │ │ │ ├── stm32u5xx_hal_ospi.h │ │ │ │ │ │ ├── stm32u5xx_hal_pcd.h │ │ │ │ │ │ ├── stm32u5xx_hal_pcd_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_pwr.h │ │ │ │ │ │ ├── stm32u5xx_hal_pwr_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_rcc.h │ │ │ │ │ │ ├── stm32u5xx_hal_rcc_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_spi.h │ │ │ │ │ │ ├── stm32u5xx_hal_spi_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_tim.h │ │ │ │ │ │ ├── stm32u5xx_hal_tim_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_uart.h │ │ │ │ │ │ ├── stm32u5xx_hal_uart_ex.h │ │ │ │ │ │ ├── stm32u5xx_ll_adc.h │ │ │ │ │ │ ├── stm32u5xx_ll_bus.h │ │ │ │ │ │ ├── stm32u5xx_ll_cortex.h │ │ │ │ │ │ ├── stm32u5xx_ll_crs.h │ │ │ │ │ │ ├── stm32u5xx_ll_dlyb.h │ │ │ │ │ │ ├── stm32u5xx_ll_dma.h │ │ │ │ │ │ ├── stm32u5xx_ll_exti.h │ │ │ │ │ │ ├── stm32u5xx_ll_gpio.h │ │ │ │ │ │ ├── stm32u5xx_ll_i2c.h │ │ │ │ │ │ ├── stm32u5xx_ll_icache.h │ │ │ │ │ │ ├── stm32u5xx_ll_lpgpio.h │ │ │ │ │ │ ├── stm32u5xx_ll_lpuart.h │ │ │ │ │ │ ├── stm32u5xx_ll_pwr.h │ │ │ │ │ │ ├── stm32u5xx_ll_rcc.h │ │ │ │ │ │ ├── stm32u5xx_ll_spi.h │ │ │ │ │ │ ├── stm32u5xx_ll_system.h │ │ │ │ │ │ ├── stm32u5xx_ll_ucpd.h │ │ │ │ │ │ ├── stm32u5xx_ll_usart.h │ │ │ │ │ │ ├── stm32u5xx_ll_usb.h │ │ │ │ │ │ └── stm32u5xx_ll_utils.h │ │ │ │ │ │ ├── LICENSE.md │ │ │ │ │ │ ├── LICENSE.txt │ │ │ │ │ │ └── Src │ │ │ │ │ │ ├── stm32u5xx_hal.c │ │ │ │ │ │ ├── stm32u5xx_hal_adc.c │ │ │ │ │ │ ├── stm32u5xx_hal_adc_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_cortex.c │ │ │ │ │ │ ├── stm32u5xx_hal_dma.c │ │ │ │ │ │ ├── stm32u5xx_hal_dma_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_exti.c │ │ │ │ │ │ ├── stm32u5xx_hal_flash.c │ │ │ │ │ │ ├── stm32u5xx_hal_flash_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_gpio.c │ │ │ │ │ │ ├── stm32u5xx_hal_gtzc.c │ │ │ │ │ │ ├── stm32u5xx_hal_i2c.c │ │ │ │ │ │ ├── stm32u5xx_hal_i2c_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_icache.c │ │ │ │ │ │ ├── stm32u5xx_hal_mdf.c │ │ │ │ │ │ ├── stm32u5xx_hal_ospi.c │ │ │ │ │ │ ├── stm32u5xx_hal_pcd.c │ │ │ │ │ │ ├── stm32u5xx_hal_pcd_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_pwr.c │ │ │ │ │ │ ├── stm32u5xx_hal_pwr_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_rcc.c │ │ │ │ │ │ ├── stm32u5xx_hal_rcc_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_spi.c │ │ │ │ │ │ ├── stm32u5xx_hal_spi_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_tim.c │ │ │ │ │ │ ├── stm32u5xx_hal_tim_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_uart.c │ │ │ │ │ │ ├── stm32u5xx_hal_uart_ex.c │ │ │ │ │ │ ├── stm32u5xx_ll_dlyb.c │ │ │ │ │ │ ├── stm32u5xx_ll_dma.c │ │ │ │ │ │ ├── stm32u5xx_ll_exti.c │ │ │ │ │ │ ├── stm32u5xx_ll_gpio.c │ │ │ │ │ │ ├── stm32u5xx_ll_lpgpio.c │ │ │ │ │ │ ├── stm32u5xx_ll_ucpd.c │ │ │ │ │ │ ├── stm32u5xx_ll_usb.c │ │ │ │ │ │ └── stm32u5xx_ll_utils.c │ │ │ │ ├── Inc │ │ │ │ │ ├── main.h │ │ │ │ │ ├── stm32_assert.h │ │ │ │ │ ├── stm32u5xx_hal_conf.h │ │ │ │ │ └── stm32u5xx_it.h │ │ │ │ ├── MDK-ARM │ │ │ │ │ └── startup_stm32u585xx.s │ │ │ │ ├── STM32CubeMX.ioc │ │ │ │ └── Src │ │ │ │ │ ├── main.c │ │ │ │ │ ├── stm32u5xx_hal_msp.c │ │ │ │ │ ├── stm32u5xx_hal_timebase_tim.c │ │ │ │ │ ├── stm32u5xx_it.c │ │ │ │ │ └── system_stm32u5xx.c │ │ │ └── project.script │ │ │ ├── README.md │ │ │ ├── RTE │ │ │ ├── Board_Support │ │ │ │ └── STM32U585AIIx │ │ │ │ │ ├── aps6408_conf.h │ │ │ │ │ ├── aps6408_conf.h.base@2.0.0 │ │ │ │ │ ├── b_u585i_iot02a_conf.h │ │ │ │ │ ├── b_u585i_iot02a_conf.h.base@2.0.0 │ │ │ │ │ ├── mx25lm51245g_conf.h │ │ │ │ │ ├── mx25lm51245g_conf.h.base@2.0.0 │ │ │ │ │ ├── mx_wifi_conf.h │ │ │ │ │ └── mx_wifi_conf.h.base@3.0.0 │ │ │ ├── CMSIS_Driver │ │ │ │ └── STM32U585AIIx │ │ │ │ │ ├── WiFi_EMW3080_Config.h │ │ │ │ │ ├── WiFi_EMW3080_Config.h.base@1.1.0 │ │ │ │ │ ├── vstream_accelerometer_config.h │ │ │ │ │ ├── vstream_accelerometer_config.h.base@1.0.0 │ │ │ │ │ ├── vstream_audio_in_config.h │ │ │ │ │ └── vstream_audio_in_config.h.base@1.0.0 │ │ │ └── Device │ │ │ │ └── STM32U585AIIx │ │ │ │ ├── ac6_linker_script.sct.src │ │ │ │ └── regions_B-U585I-IOT02A.h │ │ │ └── retarget_stdio.c │ │ ├── CMSIS_DV.cproject.yml │ │ ├── CMSIS_DV.csolution.yml │ │ ├── README.md │ │ ├── RTE │ │ ├── CMSIS │ │ │ ├── RTX_Config.c │ │ │ ├── RTX_Config.c.base@5.2.0 │ │ │ ├── RTX_Config.h │ │ │ └── RTX_Config.h.base@5.6.0 │ │ ├── CMSIS_Driver_Validation │ │ │ ├── DV_WiFi_Config.h │ │ │ └── DV_WiFi_Config.h.base@1.1.0 │ │ ├── Device │ │ │ └── STM32U585AIIx │ │ │ │ ├── ac6_linker_script.sct.src │ │ │ │ └── regions_B-U585I-IOT02A.h │ │ └── _WiFi_STM32U585AIIx │ │ │ └── RTE_Components.h │ │ ├── app_main.c │ │ └── app_main.h │ ├── ESP8266 │ └── B-U585I-IOT02A │ │ ├── .cmsis │ │ ├── CMSIS_DV+STM32U585AIIx.dbgconf │ │ └── CMSIS_DV+STM32U585AIIx.dbgconf.base@1.0.1 │ │ ├── Board │ │ └── B-U585I-IOT02A │ │ │ ├── B-U585I-IOT02A.h │ │ │ ├── Board.clayer.yml │ │ │ ├── CubeMX │ │ │ ├── Board.cgen.yml │ │ │ ├── MX_Device │ │ │ │ └── MX_Device.h │ │ │ ├── STM32CubeMX │ │ │ │ ├── .mxproject │ │ │ │ ├── Drivers │ │ │ │ │ ├── CMSIS │ │ │ │ │ │ ├── Device │ │ │ │ │ │ │ └── ST │ │ │ │ │ │ │ │ └── STM32U5xx │ │ │ │ │ │ │ │ ├── Include │ │ │ │ │ │ │ │ ├── stm32u585xx.h │ │ │ │ │ │ │ │ ├── stm32u5xx.h │ │ │ │ │ │ │ │ └── system_stm32u5xx.h │ │ │ │ │ │ │ │ ├── LICENSE.md │ │ │ │ │ │ │ │ └── LICENSE.txt │ │ │ │ │ │ └── LICENSE.txt │ │ │ │ │ └── STM32U5xx_HAL_Driver │ │ │ │ │ │ ├── Inc │ │ │ │ │ │ ├── Legacy │ │ │ │ │ │ │ └── stm32_hal_legacy.h │ │ │ │ │ │ ├── stm32u5xx_hal.h │ │ │ │ │ │ ├── stm32u5xx_hal_cortex.h │ │ │ │ │ │ ├── stm32u5xx_hal_def.h │ │ │ │ │ │ ├── stm32u5xx_hal_dma.h │ │ │ │ │ │ ├── stm32u5xx_hal_dma_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_exti.h │ │ │ │ │ │ ├── stm32u5xx_hal_flash.h │ │ │ │ │ │ ├── stm32u5xx_hal_flash_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_gpio.h │ │ │ │ │ │ ├── stm32u5xx_hal_gpio_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_gtzc.h │ │ │ │ │ │ ├── stm32u5xx_hal_i2c.h │ │ │ │ │ │ ├── stm32u5xx_hal_i2c_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_icache.h │ │ │ │ │ │ ├── stm32u5xx_hal_mdf.h │ │ │ │ │ │ ├── stm32u5xx_hal_ospi.h │ │ │ │ │ │ ├── stm32u5xx_hal_pcd.h │ │ │ │ │ │ ├── stm32u5xx_hal_pcd_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_pwr.h │ │ │ │ │ │ ├── stm32u5xx_hal_pwr_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_rcc.h │ │ │ │ │ │ ├── stm32u5xx_hal_rcc_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_spi.h │ │ │ │ │ │ ├── stm32u5xx_hal_spi_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_tim.h │ │ │ │ │ │ ├── stm32u5xx_hal_tim_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_uart.h │ │ │ │ │ │ ├── stm32u5xx_hal_uart_ex.h │ │ │ │ │ │ ├── stm32u5xx_ll_bus.h │ │ │ │ │ │ ├── stm32u5xx_ll_cortex.h │ │ │ │ │ │ ├── stm32u5xx_ll_crs.h │ │ │ │ │ │ ├── stm32u5xx_ll_dlyb.h │ │ │ │ │ │ ├── stm32u5xx_ll_dma.h │ │ │ │ │ │ ├── stm32u5xx_ll_exti.h │ │ │ │ │ │ ├── stm32u5xx_ll_gpio.h │ │ │ │ │ │ ├── stm32u5xx_ll_i2c.h │ │ │ │ │ │ ├── stm32u5xx_ll_icache.h │ │ │ │ │ │ ├── stm32u5xx_ll_lpgpio.h │ │ │ │ │ │ ├── stm32u5xx_ll_lpuart.h │ │ │ │ │ │ ├── stm32u5xx_ll_pwr.h │ │ │ │ │ │ ├── stm32u5xx_ll_rcc.h │ │ │ │ │ │ ├── stm32u5xx_ll_spi.h │ │ │ │ │ │ ├── stm32u5xx_ll_system.h │ │ │ │ │ │ ├── stm32u5xx_ll_ucpd.h │ │ │ │ │ │ ├── stm32u5xx_ll_usart.h │ │ │ │ │ │ ├── stm32u5xx_ll_usb.h │ │ │ │ │ │ └── stm32u5xx_ll_utils.h │ │ │ │ │ │ ├── LICENSE.md │ │ │ │ │ │ ├── LICENSE.txt │ │ │ │ │ │ └── Src │ │ │ │ │ │ ├── stm32u5xx_hal.c │ │ │ │ │ │ ├── stm32u5xx_hal_cortex.c │ │ │ │ │ │ ├── stm32u5xx_hal_dma.c │ │ │ │ │ │ ├── stm32u5xx_hal_dma_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_exti.c │ │ │ │ │ │ ├── stm32u5xx_hal_flash.c │ │ │ │ │ │ ├── stm32u5xx_hal_flash_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_gpio.c │ │ │ │ │ │ ├── stm32u5xx_hal_gtzc.c │ │ │ │ │ │ ├── stm32u5xx_hal_i2c.c │ │ │ │ │ │ ├── stm32u5xx_hal_i2c_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_icache.c │ │ │ │ │ │ ├── stm32u5xx_hal_mdf.c │ │ │ │ │ │ ├── stm32u5xx_hal_ospi.c │ │ │ │ │ │ ├── stm32u5xx_hal_pcd.c │ │ │ │ │ │ ├── stm32u5xx_hal_pcd_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_pwr.c │ │ │ │ │ │ ├── stm32u5xx_hal_pwr_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_rcc.c │ │ │ │ │ │ ├── stm32u5xx_hal_rcc_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_spi.c │ │ │ │ │ │ ├── stm32u5xx_hal_spi_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_tim.c │ │ │ │ │ │ ├── stm32u5xx_hal_tim_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_uart.c │ │ │ │ │ │ ├── stm32u5xx_hal_uart_ex.c │ │ │ │ │ │ ├── stm32u5xx_ll_dlyb.c │ │ │ │ │ │ ├── stm32u5xx_ll_dma.c │ │ │ │ │ │ ├── stm32u5xx_ll_exti.c │ │ │ │ │ │ ├── stm32u5xx_ll_gpio.c │ │ │ │ │ │ ├── stm32u5xx_ll_lpgpio.c │ │ │ │ │ │ ├── stm32u5xx_ll_ucpd.c │ │ │ │ │ │ ├── stm32u5xx_ll_usb.c │ │ │ │ │ │ └── stm32u5xx_ll_utils.c │ │ │ │ ├── Inc │ │ │ │ │ ├── main.h │ │ │ │ │ ├── stm32_assert.h │ │ │ │ │ ├── stm32u5xx_hal_conf.h │ │ │ │ │ └── stm32u5xx_it.h │ │ │ │ ├── MDK-ARM │ │ │ │ │ └── startup_stm32u585xx.s │ │ │ │ ├── STM32CubeMX.ioc │ │ │ │ └── Src │ │ │ │ │ ├── main.c │ │ │ │ │ ├── stm32u5xx_hal_msp.c │ │ │ │ │ ├── stm32u5xx_hal_timebase_tim.c │ │ │ │ │ ├── stm32u5xx_it.c │ │ │ │ │ └── system_stm32u5xx.c │ │ │ └── project.script │ │ │ ├── README.md │ │ │ ├── RTE │ │ │ └── Device │ │ │ │ └── STM32U585AIIx │ │ │ │ ├── ac6_linker_script.sct.src │ │ │ │ └── regions_B-U585I-IOT02A.h │ │ │ └── retarget_stdio.c │ │ ├── CMSIS_DV.cproject.yml │ │ ├── CMSIS_DV.csolution.yml │ │ ├── README.md │ │ ├── RTE │ │ ├── CMSIS │ │ │ ├── RTX_Config.c │ │ │ ├── RTX_Config.c.base@5.2.0 │ │ │ ├── RTX_Config.h │ │ │ └── RTX_Config.h.base@5.6.0 │ │ ├── CMSIS_Driver_Validation │ │ │ ├── DV_WiFi_Config.h │ │ │ └── DV_WiFi_Config.h.base@1.1.0 │ │ ├── Device │ │ │ └── STM32U585AIIx │ │ │ │ ├── ac6_linker_script.sct.src │ │ │ │ └── regions_B-U585I-IOT02A.h │ │ └── _WiFi_STM32U585AIIx │ │ │ └── RTE_Components.h │ │ ├── Shield │ │ ├── README.md │ │ ├── RTE │ │ │ └── CMSIS_Driver │ │ │ │ ├── WiFi_ESP8266_Config.h │ │ │ │ └── WiFi_ESP8266_Config.h.base@1.0.0 │ │ ├── Shield.clayer.yml │ │ ├── Sparkfun_ESP8266.c │ │ └── Sparkfun_ESP8266.h │ │ ├── app_main.c │ │ └── app_main.h │ ├── ISMART43362-E │ └── B-U585I-IOT02A │ │ ├── .cmsis │ │ ├── CMSIS_DV+STM32U585AIIx.dbgconf │ │ └── CMSIS_DV+STM32U585AIIx.dbgconf.base@1.0.1 │ │ ├── Board │ │ └── B-U585I-IOT02A │ │ │ ├── B-U585I-IOT02A.h │ │ │ ├── Board.clayer.yml │ │ │ ├── CubeMX │ │ │ ├── Board.cgen.yml │ │ │ ├── MX_Device │ │ │ │ └── MX_Device.h │ │ │ ├── STM32CubeMX │ │ │ │ ├── .mxproject │ │ │ │ ├── Drivers │ │ │ │ │ ├── CMSIS │ │ │ │ │ │ ├── Device │ │ │ │ │ │ │ └── ST │ │ │ │ │ │ │ │ └── STM32U5xx │ │ │ │ │ │ │ │ ├── Include │ │ │ │ │ │ │ │ ├── stm32u585xx.h │ │ │ │ │ │ │ │ ├── stm32u5xx.h │ │ │ │ │ │ │ │ └── system_stm32u5xx.h │ │ │ │ │ │ │ │ ├── LICENSE.md │ │ │ │ │ │ │ │ └── LICENSE.txt │ │ │ │ │ │ └── LICENSE.txt │ │ │ │ │ └── STM32U5xx_HAL_Driver │ │ │ │ │ │ ├── Inc │ │ │ │ │ │ ├── Legacy │ │ │ │ │ │ │ └── stm32_hal_legacy.h │ │ │ │ │ │ ├── stm32u5xx_hal.h │ │ │ │ │ │ ├── stm32u5xx_hal_cortex.h │ │ │ │ │ │ ├── stm32u5xx_hal_def.h │ │ │ │ │ │ ├── stm32u5xx_hal_dma.h │ │ │ │ │ │ ├── stm32u5xx_hal_dma_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_exti.h │ │ │ │ │ │ ├── stm32u5xx_hal_flash.h │ │ │ │ │ │ ├── stm32u5xx_hal_flash_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_gpio.h │ │ │ │ │ │ ├── stm32u5xx_hal_gpio_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_gtzc.h │ │ │ │ │ │ ├── stm32u5xx_hal_i2c.h │ │ │ │ │ │ ├── stm32u5xx_hal_i2c_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_icache.h │ │ │ │ │ │ ├── stm32u5xx_hal_mdf.h │ │ │ │ │ │ ├── stm32u5xx_hal_ospi.h │ │ │ │ │ │ ├── stm32u5xx_hal_pcd.h │ │ │ │ │ │ ├── stm32u5xx_hal_pcd_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_pwr.h │ │ │ │ │ │ ├── stm32u5xx_hal_pwr_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_rcc.h │ │ │ │ │ │ ├── stm32u5xx_hal_rcc_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_spi.h │ │ │ │ │ │ ├── stm32u5xx_hal_spi_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_tim.h │ │ │ │ │ │ ├── stm32u5xx_hal_tim_ex.h │ │ │ │ │ │ ├── stm32u5xx_hal_uart.h │ │ │ │ │ │ ├── stm32u5xx_hal_uart_ex.h │ │ │ │ │ │ ├── stm32u5xx_ll_bus.h │ │ │ │ │ │ ├── stm32u5xx_ll_cortex.h │ │ │ │ │ │ ├── stm32u5xx_ll_crs.h │ │ │ │ │ │ ├── stm32u5xx_ll_dlyb.h │ │ │ │ │ │ ├── stm32u5xx_ll_dma.h │ │ │ │ │ │ ├── stm32u5xx_ll_exti.h │ │ │ │ │ │ ├── stm32u5xx_ll_gpio.h │ │ │ │ │ │ ├── stm32u5xx_ll_i2c.h │ │ │ │ │ │ ├── stm32u5xx_ll_icache.h │ │ │ │ │ │ ├── stm32u5xx_ll_lpgpio.h │ │ │ │ │ │ ├── stm32u5xx_ll_lpuart.h │ │ │ │ │ │ ├── stm32u5xx_ll_pwr.h │ │ │ │ │ │ ├── stm32u5xx_ll_rcc.h │ │ │ │ │ │ ├── stm32u5xx_ll_spi.h │ │ │ │ │ │ ├── stm32u5xx_ll_system.h │ │ │ │ │ │ ├── stm32u5xx_ll_ucpd.h │ │ │ │ │ │ ├── stm32u5xx_ll_usart.h │ │ │ │ │ │ ├── stm32u5xx_ll_usb.h │ │ │ │ │ │ └── stm32u5xx_ll_utils.h │ │ │ │ │ │ ├── LICENSE.md │ │ │ │ │ │ ├── LICENSE.txt │ │ │ │ │ │ └── Src │ │ │ │ │ │ ├── stm32u5xx_hal.c │ │ │ │ │ │ ├── stm32u5xx_hal_cortex.c │ │ │ │ │ │ ├── stm32u5xx_hal_dma.c │ │ │ │ │ │ ├── stm32u5xx_hal_dma_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_exti.c │ │ │ │ │ │ ├── stm32u5xx_hal_flash.c │ │ │ │ │ │ ├── stm32u5xx_hal_flash_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_gpio.c │ │ │ │ │ │ ├── stm32u5xx_hal_gtzc.c │ │ │ │ │ │ ├── stm32u5xx_hal_i2c.c │ │ │ │ │ │ ├── stm32u5xx_hal_i2c_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_icache.c │ │ │ │ │ │ ├── stm32u5xx_hal_mdf.c │ │ │ │ │ │ ├── stm32u5xx_hal_ospi.c │ │ │ │ │ │ ├── stm32u5xx_hal_pcd.c │ │ │ │ │ │ ├── stm32u5xx_hal_pcd_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_pwr.c │ │ │ │ │ │ ├── stm32u5xx_hal_pwr_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_rcc.c │ │ │ │ │ │ ├── stm32u5xx_hal_rcc_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_spi.c │ │ │ │ │ │ ├── stm32u5xx_hal_spi_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_tim.c │ │ │ │ │ │ ├── stm32u5xx_hal_tim_ex.c │ │ │ │ │ │ ├── stm32u5xx_hal_uart.c │ │ │ │ │ │ ├── stm32u5xx_hal_uart_ex.c │ │ │ │ │ │ ├── stm32u5xx_ll_dlyb.c │ │ │ │ │ │ ├── stm32u5xx_ll_dma.c │ │ │ │ │ │ ├── stm32u5xx_ll_exti.c │ │ │ │ │ │ ├── stm32u5xx_ll_gpio.c │ │ │ │ │ │ ├── stm32u5xx_ll_lpgpio.c │ │ │ │ │ │ ├── stm32u5xx_ll_ucpd.c │ │ │ │ │ │ ├── stm32u5xx_ll_usb.c │ │ │ │ │ │ └── stm32u5xx_ll_utils.c │ │ │ │ ├── Inc │ │ │ │ │ ├── main.h │ │ │ │ │ ├── stm32_assert.h │ │ │ │ │ ├── stm32u5xx_hal_conf.h │ │ │ │ │ └── stm32u5xx_it.h │ │ │ │ ├── MDK-ARM │ │ │ │ │ └── startup_stm32u585xx.s │ │ │ │ ├── STM32CubeMX.ioc │ │ │ │ └── Src │ │ │ │ │ ├── main.c │ │ │ │ │ ├── stm32u5xx_hal_msp.c │ │ │ │ │ ├── stm32u5xx_hal_timebase_tim.c │ │ │ │ │ ├── stm32u5xx_it.c │ │ │ │ │ └── system_stm32u5xx.c │ │ │ └── project.script │ │ │ ├── README.md │ │ │ ├── RTE │ │ │ └── Device │ │ │ │ └── STM32U585AIIx │ │ │ │ ├── ac6_linker_script.sct.src │ │ │ │ └── regions_B-U585I-IOT02A.h │ │ │ └── retarget_stdio.c │ │ ├── CMSIS_DV.cproject.yml │ │ ├── CMSIS_DV.csolution.yml │ │ ├── README.md │ │ ├── RTE │ │ ├── CMSIS │ │ │ ├── RTX_Config.c │ │ │ ├── RTX_Config.c.base@5.2.0 │ │ │ ├── RTX_Config.h │ │ │ └── RTX_Config.h.base@5.6.0 │ │ ├── CMSIS_Driver_Validation │ │ │ ├── DV_WiFi_Config.h │ │ │ └── DV_WiFi_Config.h.base@1.1.0 │ │ ├── Device │ │ │ └── STM32U585AIIx │ │ │ │ ├── ac6_linker_script.sct.src │ │ │ │ └── regions_B-U585I-IOT02A.h │ │ └── _WiFi_STM32U585AIIx │ │ │ └── RTE_Components.h │ │ ├── Shield │ │ ├── Inventek_ISMART43362.c │ │ ├── Inventek_ISMART43362.h │ │ ├── README.md │ │ ├── RTE │ │ │ └── CMSIS_Driver │ │ │ │ ├── WiFi_ISM43362_Config.h │ │ │ │ ├── WiFi_ISM43362_Config.h.base@1.2.0 │ │ │ │ ├── WiFi_ISM43362_HW.c │ │ │ │ └── WiFi_ISM43362_HW.c.base@1.1.0 │ │ └── Shield.clayer.yml │ │ ├── app_main.c │ │ └── app_main.h │ └── WizFi360-EVB │ └── B-U585I-IOT02A │ ├── .cmsis │ ├── CMSIS_DV+STM32U585AIIx.dbgconf │ └── CMSIS_DV+STM32U585AIIx.dbgconf.base@1.0.1 │ ├── Board │ └── B-U585I-IOT02A │ │ ├── B-U585I-IOT02A.h │ │ ├── Board.clayer.yml │ │ ├── CubeMX │ │ ├── Board.cgen.yml │ │ ├── MX_Device │ │ │ └── MX_Device.h │ │ ├── STM32CubeMX │ │ │ ├── .mxproject │ │ │ ├── Drivers │ │ │ │ ├── CMSIS │ │ │ │ │ ├── Device │ │ │ │ │ │ └── ST │ │ │ │ │ │ │ └── STM32U5xx │ │ │ │ │ │ │ ├── Include │ │ │ │ │ │ │ ├── stm32u585xx.h │ │ │ │ │ │ │ ├── stm32u5xx.h │ │ │ │ │ │ │ └── system_stm32u5xx.h │ │ │ │ │ │ │ ├── LICENSE.md │ │ │ │ │ │ │ └── LICENSE.txt │ │ │ │ │ └── LICENSE.txt │ │ │ │ └── STM32U5xx_HAL_Driver │ │ │ │ │ ├── Inc │ │ │ │ │ ├── Legacy │ │ │ │ │ │ └── stm32_hal_legacy.h │ │ │ │ │ ├── stm32u5xx_hal.h │ │ │ │ │ ├── stm32u5xx_hal_cortex.h │ │ │ │ │ ├── stm32u5xx_hal_def.h │ │ │ │ │ ├── stm32u5xx_hal_dma.h │ │ │ │ │ ├── stm32u5xx_hal_dma_ex.h │ │ │ │ │ ├── stm32u5xx_hal_exti.h │ │ │ │ │ ├── stm32u5xx_hal_flash.h │ │ │ │ │ ├── stm32u5xx_hal_flash_ex.h │ │ │ │ │ ├── stm32u5xx_hal_gpio.h │ │ │ │ │ ├── stm32u5xx_hal_gpio_ex.h │ │ │ │ │ ├── stm32u5xx_hal_gtzc.h │ │ │ │ │ ├── stm32u5xx_hal_i2c.h │ │ │ │ │ ├── stm32u5xx_hal_i2c_ex.h │ │ │ │ │ ├── stm32u5xx_hal_icache.h │ │ │ │ │ ├── stm32u5xx_hal_mdf.h │ │ │ │ │ ├── stm32u5xx_hal_ospi.h │ │ │ │ │ ├── stm32u5xx_hal_pcd.h │ │ │ │ │ ├── stm32u5xx_hal_pcd_ex.h │ │ │ │ │ ├── stm32u5xx_hal_pwr.h │ │ │ │ │ ├── stm32u5xx_hal_pwr_ex.h │ │ │ │ │ ├── stm32u5xx_hal_rcc.h │ │ │ │ │ ├── stm32u5xx_hal_rcc_ex.h │ │ │ │ │ ├── stm32u5xx_hal_spi.h │ │ │ │ │ ├── stm32u5xx_hal_spi_ex.h │ │ │ │ │ ├── stm32u5xx_hal_tim.h │ │ │ │ │ ├── stm32u5xx_hal_tim_ex.h │ │ │ │ │ ├── stm32u5xx_hal_uart.h │ │ │ │ │ ├── stm32u5xx_hal_uart_ex.h │ │ │ │ │ ├── stm32u5xx_ll_bus.h │ │ │ │ │ ├── stm32u5xx_ll_cortex.h │ │ │ │ │ ├── stm32u5xx_ll_crs.h │ │ │ │ │ ├── stm32u5xx_ll_dlyb.h │ │ │ │ │ ├── stm32u5xx_ll_dma.h │ │ │ │ │ ├── stm32u5xx_ll_exti.h │ │ │ │ │ ├── stm32u5xx_ll_gpio.h │ │ │ │ │ ├── stm32u5xx_ll_i2c.h │ │ │ │ │ ├── stm32u5xx_ll_icache.h │ │ │ │ │ ├── stm32u5xx_ll_lpgpio.h │ │ │ │ │ ├── stm32u5xx_ll_lpuart.h │ │ │ │ │ ├── stm32u5xx_ll_pwr.h │ │ │ │ │ ├── stm32u5xx_ll_rcc.h │ │ │ │ │ ├── stm32u5xx_ll_spi.h │ │ │ │ │ ├── stm32u5xx_ll_system.h │ │ │ │ │ ├── stm32u5xx_ll_ucpd.h │ │ │ │ │ ├── stm32u5xx_ll_usart.h │ │ │ │ │ ├── stm32u5xx_ll_usb.h │ │ │ │ │ └── stm32u5xx_ll_utils.h │ │ │ │ │ ├── LICENSE.md │ │ │ │ │ ├── LICENSE.txt │ │ │ │ │ └── Src │ │ │ │ │ ├── stm32u5xx_hal.c │ │ │ │ │ ├── stm32u5xx_hal_cortex.c │ │ │ │ │ ├── stm32u5xx_hal_dma.c │ │ │ │ │ ├── stm32u5xx_hal_dma_ex.c │ │ │ │ │ ├── stm32u5xx_hal_exti.c │ │ │ │ │ ├── stm32u5xx_hal_flash.c │ │ │ │ │ ├── stm32u5xx_hal_flash_ex.c │ │ │ │ │ ├── stm32u5xx_hal_gpio.c │ │ │ │ │ ├── stm32u5xx_hal_gtzc.c │ │ │ │ │ ├── stm32u5xx_hal_i2c.c │ │ │ │ │ ├── stm32u5xx_hal_i2c_ex.c │ │ │ │ │ ├── stm32u5xx_hal_icache.c │ │ │ │ │ ├── stm32u5xx_hal_mdf.c │ │ │ │ │ ├── stm32u5xx_hal_ospi.c │ │ │ │ │ ├── stm32u5xx_hal_pcd.c │ │ │ │ │ ├── stm32u5xx_hal_pcd_ex.c │ │ │ │ │ ├── stm32u5xx_hal_pwr.c │ │ │ │ │ ├── stm32u5xx_hal_pwr_ex.c │ │ │ │ │ ├── stm32u5xx_hal_rcc.c │ │ │ │ │ ├── stm32u5xx_hal_rcc_ex.c │ │ │ │ │ ├── stm32u5xx_hal_spi.c │ │ │ │ │ ├── stm32u5xx_hal_spi_ex.c │ │ │ │ │ ├── stm32u5xx_hal_tim.c │ │ │ │ │ ├── stm32u5xx_hal_tim_ex.c │ │ │ │ │ ├── stm32u5xx_hal_uart.c │ │ │ │ │ ├── stm32u5xx_hal_uart_ex.c │ │ │ │ │ ├── stm32u5xx_ll_dlyb.c │ │ │ │ │ ├── stm32u5xx_ll_dma.c │ │ │ │ │ ├── stm32u5xx_ll_exti.c │ │ │ │ │ ├── stm32u5xx_ll_gpio.c │ │ │ │ │ ├── stm32u5xx_ll_lpgpio.c │ │ │ │ │ ├── stm32u5xx_ll_ucpd.c │ │ │ │ │ ├── stm32u5xx_ll_usb.c │ │ │ │ │ └── stm32u5xx_ll_utils.c │ │ │ ├── Inc │ │ │ │ ├── main.h │ │ │ │ ├── stm32_assert.h │ │ │ │ ├── stm32u5xx_hal_conf.h │ │ │ │ └── stm32u5xx_it.h │ │ │ ├── MDK-ARM │ │ │ │ └── startup_stm32u585xx.s │ │ │ ├── STM32CubeMX.ioc │ │ │ └── Src │ │ │ │ ├── main.c │ │ │ │ ├── stm32u5xx_hal_msp.c │ │ │ │ ├── stm32u5xx_hal_timebase_tim.c │ │ │ │ ├── stm32u5xx_it.c │ │ │ │ └── system_stm32u5xx.c │ │ └── project.script │ │ ├── README.md │ │ ├── RTE │ │ └── Device │ │ │ └── STM32U585AIIx │ │ │ ├── ac6_linker_script.sct.src │ │ │ └── regions_B-U585I-IOT02A.h │ │ └── retarget_stdio.c │ ├── CMSIS_DV.cproject.yml │ ├── CMSIS_DV.csolution.yml │ ├── README.md │ ├── RTE │ ├── CMSIS │ │ ├── RTX_Config.c │ │ ├── RTX_Config.c.base@5.2.0 │ │ ├── RTX_Config.h │ │ └── RTX_Config.h.base@5.6.0 │ ├── CMSIS_Driver_Validation │ │ ├── DV_WiFi_Config.h │ │ └── DV_WiFi_Config.h.base@1.1.0 │ ├── Device │ │ └── STM32U585AIIx │ │ │ ├── ac6_linker_script.sct.src │ │ │ └── regions_B-U585I-IOT02A.h │ └── _WiFi_STM32U585AIIx │ │ └── RTE_Components.h │ ├── Shield │ ├── README.md │ ├── RTE │ │ └── CMSIS_Driver │ │ │ ├── WiFi_WizFi360_Config.h │ │ │ └── WiFi_WizFi360_Config.h.base@1.0.0 │ ├── Shield.clayer.yml │ ├── WizNet_WizFi360.c │ └── WizNet_WizFi360.h │ ├── app_main.c │ └── app_main.h ├── Include ├── DV_Framework.h ├── DV_Report.h ├── DV_Typedefs.h └── cmsis_dv.h ├── LICENSE.txt ├── README.md ├── Source ├── DV_CAN.c ├── DV_ETH.c ├── DV_Framework.c ├── DV_GPIO.c ├── DV_I2C.c ├── DV_MCI.c ├── DV_Report.c ├── DV_SPI.c ├── DV_USART.c ├── DV_USBD.c ├── DV_USBH.c ├── DV_WIFI.c └── cmsis_dv.c ├── Template ├── CMSIS_DV.cproject.yml ├── CMSIS_DV.csolution.yml ├── README.md ├── RTE │ ├── CMSIS │ │ ├── RTX_Config.c │ │ ├── RTX_Config.c.base@5.2.0 │ │ ├── RTX_Config.h │ │ └── RTX_Config.h.base@5.6.0 │ └── CMSIS_Driver_Validation │ │ ├── DV_CAN_Config.h │ │ ├── DV_CAN_Config.h.base@1.1.0 │ │ ├── DV_ETH_Config.h │ │ ├── DV_ETH_Config.h.base@2.1.0 │ │ ├── DV_GPIO_Config.h │ │ ├── DV_GPIO_Config.h.base@1.0.0 │ │ ├── DV_I2C_Config.h │ │ ├── DV_I2C_Config.h.base@1.0.0 │ │ ├── DV_MCI_Config.h │ │ ├── DV_MCI_Config.h.base@1.0.0 │ │ ├── DV_SPI_Config.h │ │ ├── DV_SPI_Config.h.base@1.1.0 │ │ ├── DV_USART_Config.h │ │ ├── DV_USART_Config.h.base@2.0.0 │ │ ├── DV_USBD_Config.h │ │ ├── DV_USBD_Config.h.base@1.0.0 │ │ ├── DV_USBH_Config.h │ │ ├── DV_USBH_Config.h.base@1.0.0 │ │ ├── DV_WiFi_Config.h │ │ └── DV_WiFi_Config.h.base@1.1.0 ├── app_main.c └── app_main.h ├── Tools ├── SPI_Server │ ├── STM32F429I-DISC1 │ │ ├── .cmsis │ │ │ ├── SPI_Server+STM32F429ZITx.dbgconf │ │ │ └── SPI_Server+STM32F429ZITx.dbgconf.base@0.0.0 │ │ ├── Board │ │ │ └── STM32F429I-DISC1 │ │ │ │ ├── Board.clayer.yml │ │ │ │ ├── RTE │ │ │ │ └── Device │ │ │ │ │ └── STM32F429ZITx │ │ │ │ │ ├── RTE_Device.h │ │ │ │ │ ├── RTE_Device.h.base@2.4.5 │ │ │ │ │ ├── ac6_linker_script.sct.src │ │ │ │ │ ├── regions_STM32F429I-Discovery.h │ │ │ │ │ ├── startup_stm32f429xx.s │ │ │ │ │ ├── startup_stm32f429xx.s.base@2.6.2 │ │ │ │ │ ├── stm32f4xx_hal_conf.h │ │ │ │ │ ├── stm32f4xx_hal_conf.h.base@1.7.13 │ │ │ │ │ ├── system_stm32f4xx.c │ │ │ │ │ └── system_stm32f4xx.c.base@2.6.3 │ │ │ │ ├── STM32F429I-DISC1.h │ │ │ │ ├── main.c │ │ │ │ ├── main.h │ │ │ │ ├── retarget_stdio.c │ │ │ │ └── vio_STM32F429I.c │ │ ├── Config │ │ │ └── SPI_Server_Config.h │ │ ├── Include │ │ │ └── SPI_Server.h │ │ ├── README.md │ │ ├── RTE │ │ │ ├── CMSIS │ │ │ │ ├── RTX_Config.c │ │ │ │ ├── RTX_Config.c.base@5.1.1 │ │ │ │ ├── RTX_Config.h │ │ │ │ └── RTX_Config.h.base@5.5.2 │ │ │ ├── _Debug_STM32F429ZITx │ │ │ │ ├── Pre_Include_Global.h │ │ │ │ └── RTE_Components.h │ │ │ └── _Release_STM32F429ZITx │ │ │ │ ├── Pre_Include_Global.h │ │ │ │ └── RTE_Components.h │ │ ├── SPI_Server.cproject.yml │ │ ├── SPI_Server.csolution.yml │ │ ├── Source │ │ │ └── SPI_Server.c │ │ ├── app_main.c │ │ └── app_main.h │ └── Template │ │ ├── Config │ │ └── SPI_Server_Config.h │ │ ├── Include │ │ └── SPI_Server.h │ │ ├── README.md │ │ ├── RTE │ │ └── CMSIS │ │ │ ├── RTX_Config.c │ │ │ ├── RTX_Config.c.base@5.2.0 │ │ │ ├── RTX_Config.h │ │ │ └── RTX_Config.h.base@5.6.0 │ │ ├── SPI_Server.cproject.yml │ │ ├── SPI_Server.csolution.yml │ │ ├── Source │ │ └── SPI_Server.c │ │ ├── app_main.c │ │ └── app_main.h ├── SockServer │ └── PC │ │ └── Win │ │ ├── Build.bat │ │ ├── Include │ │ └── SockServer.h │ │ ├── SockServer.exe │ │ └── Source │ │ └── SockServer.c └── USART_Server │ ├── STM32F429I-DISC1 │ ├── .cmsis │ │ ├── USART_Server+STM32F429ZITx.dbgconf │ │ └── USART_Server+STM32F429ZITx.dbgconf.base@0.0.0 │ ├── Board │ │ └── STM32F429I-DISC1 │ │ │ ├── Board.clayer.yml │ │ │ ├── RTE │ │ │ └── Device │ │ │ │ └── STM32F429ZITx │ │ │ │ ├── RTE_Device.h │ │ │ │ ├── RTE_Device.h.base@2.4.5 │ │ │ │ ├── ac6_linker_script.sct.src │ │ │ │ ├── regions_STM32F429I-Discovery.h │ │ │ │ ├── startup_stm32f429xx.s │ │ │ │ ├── startup_stm32f429xx.s.base@2.6.2 │ │ │ │ ├── stm32f4xx_hal_conf.h │ │ │ │ ├── stm32f4xx_hal_conf.h.base@1.7.13 │ │ │ │ ├── system_stm32f4xx.c │ │ │ │ └── system_stm32f4xx.c.base@2.6.3 │ │ │ ├── STM32F429I-DISC1.h │ │ │ ├── main.c │ │ │ ├── main.h │ │ │ ├── retarget_stdio.c │ │ │ └── vio_STM32F429I.c │ ├── Config │ │ ├── USART_Server_Config.h │ │ └── USART_Server_HW.c │ ├── Include │ │ ├── USART_Server.h │ │ └── USART_Server_HW.h │ ├── README.md │ ├── RTE │ │ ├── CMSIS │ │ │ ├── RTX_Config.c │ │ │ ├── RTX_Config.c.base@5.1.1 │ │ │ ├── RTX_Config.h │ │ │ └── RTX_Config.h.base@5.5.2 │ │ ├── _Debug_STM32F429ZITx │ │ │ ├── Pre_Include_Global.h │ │ │ └── RTE_Components.h │ │ └── _Release_STM32F429ZITx │ │ │ ├── Pre_Include_Global.h │ │ │ └── RTE_Components.h │ ├── Source │ │ └── USART_Server.c │ ├── USART_Server.cproject.yml │ ├── USART_Server.csolution.yml │ ├── app_main.c │ └── app_main.h │ └── Template │ ├── Config │ ├── USART_Server_Config.h │ └── USART_Server_HW.c │ ├── Include │ ├── USART_Server.h │ └── USART_Server_HW.h │ ├── README.md │ ├── RTE │ └── CMSIS │ │ ├── RTX_Config.c │ │ ├── RTX_Config.c.base@5.2.0 │ │ ├── RTX_Config.h │ │ └── RTX_Config.h.base@5.6.0 │ ├── Source │ └── USART_Server.c │ ├── USART_Server.cproject.yml │ ├── USART_Server.csolution.yml │ ├── app_main.c │ └── app_main.h └── gen_pack.sh /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/workflows/gh-pages.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/.github/workflows/gh-pages.yml -------------------------------------------------------------------------------- /.github/workflows/pack.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/.github/workflows/pack.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/.gitignore -------------------------------------------------------------------------------- /ARM.CMSIS-Driver_Validation.pdsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/ARM.CMSIS-Driver_Validation.pdsc -------------------------------------------------------------------------------- /Config/DV_CAN_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Config/DV_CAN_Config.h -------------------------------------------------------------------------------- /Config/DV_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Config/DV_Config.h -------------------------------------------------------------------------------- /Config/DV_ETH_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Config/DV_ETH_Config.h -------------------------------------------------------------------------------- /Config/DV_GPIO_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Config/DV_GPIO_Config.h -------------------------------------------------------------------------------- /Config/DV_I2C_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Config/DV_I2C_Config.h -------------------------------------------------------------------------------- /Config/DV_MCI_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Config/DV_MCI_Config.h -------------------------------------------------------------------------------- /Config/DV_SPI_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Config/DV_SPI_Config.h -------------------------------------------------------------------------------- /Config/DV_USART_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Config/DV_USART_Config.h -------------------------------------------------------------------------------- /Config/DV_USBD_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Config/DV_USBD_Config.h -------------------------------------------------------------------------------- /Config/DV_USBH_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Config/DV_USBH_Config.h -------------------------------------------------------------------------------- /Config/DV_WiFi_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Config/DV_WiFi_Config.h -------------------------------------------------------------------------------- /Documentation/Doxygen/cmsis_dv.dxy.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/cmsis_dv.dxy.in -------------------------------------------------------------------------------- /Documentation/Doxygen/gen_doc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/gen_doc.sh -------------------------------------------------------------------------------- /Documentation/Doxygen/linkchecker.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/linkchecker.rc -------------------------------------------------------------------------------- /Documentation/Doxygen/src/DV_CAN.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/DV_CAN.txt -------------------------------------------------------------------------------- /Documentation/Doxygen/src/DV_ETH.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/DV_ETH.txt -------------------------------------------------------------------------------- /Documentation/Doxygen/src/DV_GPIO.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/DV_GPIO.txt -------------------------------------------------------------------------------- /Documentation/Doxygen/src/DV_I2C.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/DV_I2C.txt -------------------------------------------------------------------------------- /Documentation/Doxygen/src/DV_MCI.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/DV_MCI.txt -------------------------------------------------------------------------------- /Documentation/Doxygen/src/DV_SPI.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/DV_SPI.txt -------------------------------------------------------------------------------- /Documentation/Doxygen/src/DV_USART.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/DV_USART.txt -------------------------------------------------------------------------------- /Documentation/Doxygen/src/DV_USBD.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/DV_USBD.txt -------------------------------------------------------------------------------- /Documentation/Doxygen/src/DV_USBH.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/DV_USBH.txt -------------------------------------------------------------------------------- /Documentation/Doxygen/src/DV_WiFi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/DV_WiFi.txt -------------------------------------------------------------------------------- /Documentation/Doxygen/src/DriverValidation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/DriverValidation.txt -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/SockMonitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/SockMonitor.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/SockServer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/SockServer.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/b-l475e-iot01a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/b-l475e-iot01a.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/cmsis_dv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/cmsis_dv.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/driver_validation_build_type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/driver_validation_build_type.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/driver_validation_new_sol_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/driver_validation_new_sol_create.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/driver_validation_new_sol_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/driver_validation_new_sol_layer.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/driver_validation_new_sol_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/driver_validation_new_sol_template.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/dv_can_config_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/dv_can_config_h.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/dv_eth_config_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/dv_eth_config_h.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/dv_gpio_config_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/dv_gpio_config_h.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/dv_i2c_config_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/dv_i2c_config_h.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/dv_mci_config_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/dv_mci_config_h.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/dv_spi_config_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/dv_spi_config_h.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/dv_usart_config_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/dv_usart_config_h.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/dv_usbd_config_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/dv_usbd_config_h.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/dv_usbh_config_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/dv_usbh_config_h.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/dv_wifi_config_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/dv_wifi_config_h.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/esp32_wroom_sparkfun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/esp32_wroom_sparkfun.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/esp8266_sparkfun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/esp8266_sparkfun.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/ethernet_loopback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/ethernet_loopback.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/gpio_loopback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/gpio_loopback.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/image001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/image001.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/image002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/image002.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/image003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/image003.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/image004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/image004.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/image005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/image005.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/image006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/image006.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/lpcxpresso55s69.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/lpcxpresso55s69.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/mcbstm32f400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/mcbstm32f400.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/mimxrt1064evk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/mimxrt1064evk.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/server_new_sol_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/server_new_sol_create.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/server_new_sol_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/server_new_sol_layer.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/spi_bus_master_ss_hw_ctrl_out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/spi_bus_master_ss_hw_ctrl_out.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/spi_loopback_pin_connections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/spi_loopback_pin_connections.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/spi_server_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/spi_server_config.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/spi_server_config_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/spi_server_config_h.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/spi_server_new_sol_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/spi_server_new_sol_create.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/spi_server_new_sol_disc1_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/spi_server_new_sol_disc1_create.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/spi_server_new_sol_disc1_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/spi_server_new_sol_disc1_example.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/spi_server_new_sol_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/spi_server_new_sol_template.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/spi_server_pin_connections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/spi_server_pin_connections.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/src/DV.vsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/src/DV.vsd -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/src/Driver Validation Suite.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/src/Driver Validation Suite.pptx -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/src/GPIO_pin_connection.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/src/GPIO_pin_connection.pptx -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/src/SPI_pin_connection.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/src/SPI_pin_connection.pptx -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/src/USART_pin_connection.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/src/USART_pin_connection.pptx -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/stm32f746g-disco.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/stm32f746g-disco.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/target_dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/target_dialog.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/usart_bus_async_send.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/usart_bus_async_send.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/usart_loopback_pin_connections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/usart_loopback_pin_connections.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/usart_server_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/usart_server_config.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/usart_server_config_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/usart_server_config_h.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/usart_server_new_sol_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/usart_server_new_sol_create.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/usart_server_new_sol_disc1_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/usart_server_new_sol_disc1_create.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/usart_server_new_sol_disc1_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/usart_server_new_sol_disc1_example.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/usart_server_new_sol_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/usart_server_new_sol_template.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/usart_server_pin_connections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/usart_server_pin_connections.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/usart_server_pin_connections_async.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/usart_server_pin_connections_async.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/usart_server_pin_connections_single_wire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/usart_server_pin_connections_single_wire.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/usbd_command_verifier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/usbd_command_verifier.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/usbd_dev_location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/usbd_dev_location.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/usbd_dev_manager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/usbd_dev_manager.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/usbd_select_device.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/usbd_select_device.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/wizfi360-evb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/wizfi360-evb.png -------------------------------------------------------------------------------- /Documentation/Doxygen/src/images/xmc4500.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/src/images/xmc4500.png -------------------------------------------------------------------------------- /Documentation/Doxygen/style_template/cmsis_logo_white_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/style_template/cmsis_logo_white_small.png -------------------------------------------------------------------------------- /Documentation/Doxygen/style_template/darkmode_toggle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/style_template/darkmode_toggle.js -------------------------------------------------------------------------------- /Documentation/Doxygen/style_template/dropdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/style_template/dropdown.png -------------------------------------------------------------------------------- /Documentation/Doxygen/style_template/extra_navtree.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/style_template/extra_navtree.css -------------------------------------------------------------------------------- /Documentation/Doxygen/style_template/extra_search.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/style_template/extra_search.css -------------------------------------------------------------------------------- /Documentation/Doxygen/style_template/extra_stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/style_template/extra_stylesheet.css -------------------------------------------------------------------------------- /Documentation/Doxygen/style_template/extra_tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/style_template/extra_tabs.css -------------------------------------------------------------------------------- /Documentation/Doxygen/style_template/footer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/style_template/footer.html -------------------------------------------------------------------------------- /Documentation/Doxygen/style_template/footer.js.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/style_template/footer.js.in -------------------------------------------------------------------------------- /Documentation/Doxygen/style_template/header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/style_template/header.html -------------------------------------------------------------------------------- /Documentation/Doxygen/style_template/layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/style_template/layout.xml -------------------------------------------------------------------------------- /Documentation/Doxygen/style_template/navtree.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/style_template/navtree.js -------------------------------------------------------------------------------- /Documentation/Doxygen/style_template/resize.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/style_template/resize.js -------------------------------------------------------------------------------- /Documentation/Doxygen/style_template/search.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/style_template/search.css -------------------------------------------------------------------------------- /Documentation/Doxygen/style_template/search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/style_template/search.js -------------------------------------------------------------------------------- /Documentation/Doxygen/style_template/tab_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/style_template/tab_b.png -------------------------------------------------------------------------------- /Documentation/Doxygen/style_template/tab_topnav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/style_template/tab_topnav.png -------------------------------------------------------------------------------- /Documentation/Doxygen/style_template/tabs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/style_template/tabs.js -------------------------------------------------------------------------------- /Documentation/Doxygen/style_template/version.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/Doxygen/style_template/version.css -------------------------------------------------------------------------------- /Documentation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Documentation/index.html -------------------------------------------------------------------------------- /Documentation/version.js: -------------------------------------------------------------------------------- 1 | function writeVersionDropdown() {} 2 | -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/.cmsis/CMSIS_DV+STM32H563ZITx.dbgconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/.cmsis/CMSIS_DV+STM32H563ZITx.dbgconf -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/.cmsis/CMSIS_DV+STM32H563ZITx.dbgconf.base@1.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/.cmsis/CMSIS_DV+STM32H563ZITx.dbgconf.base@1.0.0 -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/Board.clayer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/Board.clayer.yml -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/Board.cgen.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/Board.cgen.yml -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/MX_Device/MX_Device.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/MX_Device/MX_Device.h -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/STM32CubeMX/.mxproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/STM32CubeMX/.mxproject -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/STM32CubeMX/Drivers/CMSIS/Device/ST/STM32H5xx/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/STM32CubeMX/Drivers/CMSIS/Device/ST/STM32H5xx/LICENSE.md -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/STM32CubeMX/Drivers/CMSIS/Device/ST/STM32H5xx/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/STM32CubeMX/Drivers/CMSIS/Device/ST/STM32H5xx/LICENSE.txt -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/STM32CubeMX/Drivers/CMSIS/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/STM32CubeMX/Drivers/CMSIS/LICENSE.txt -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/STM32CubeMX/Drivers/STM32H5xx_HAL_Driver/Inc/stm32h5xx_hal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/STM32CubeMX/Drivers/STM32H5xx_HAL_Driver/Inc/stm32h5xx_hal.h -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/STM32CubeMX/Drivers/STM32H5xx_HAL_Driver/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/STM32CubeMX/Drivers/STM32H5xx_HAL_Driver/LICENSE.md -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/STM32CubeMX/Drivers/STM32H5xx_HAL_Driver/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/STM32CubeMX/Drivers/STM32H5xx_HAL_Driver/LICENSE.txt -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/STM32CubeMX/Drivers/STM32H5xx_HAL_Driver/Src/stm32h5xx_hal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/STM32CubeMX/Drivers/STM32H5xx_HAL_Driver/Src/stm32h5xx_hal.c -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/STM32CubeMX/Inc/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/STM32CubeMX/Inc/main.h -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/STM32CubeMX/Inc/stm32_assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/STM32CubeMX/Inc/stm32_assert.h -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/STM32CubeMX/Inc/stm32h5xx_hal_conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/STM32CubeMX/Inc/stm32h5xx_hal_conf.h -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/STM32CubeMX/Inc/stm32h5xx_it.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/STM32CubeMX/Inc/stm32h5xx_it.h -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/STM32CubeMX/MDK-ARM/startup_stm32h563xx.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/STM32CubeMX/MDK-ARM/startup_stm32h563xx.s -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/STM32CubeMX/STM32CubeMX.ioc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/STM32CubeMX/STM32CubeMX.ioc -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/STM32CubeMX/Src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/STM32CubeMX/Src/main.c -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/STM32CubeMX/Src/stm32h5xx_hal_msp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/STM32CubeMX/Src/stm32h5xx_hal_msp.c -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/STM32CubeMX/Src/stm32h5xx_hal_timebase_tim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/STM32CubeMX/Src/stm32h5xx_hal_timebase_tim.c -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/STM32CubeMX/Src/stm32h5xx_it.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/STM32CubeMX/Src/stm32h5xx_it.c -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/STM32CubeMX/Src/system_stm32h5xx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/STM32CubeMX/Src/system_stm32h5xx.c -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/project.script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/CubeMX/project.script -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/NUCLEO-H563ZI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/NUCLEO-H563ZI.h -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/README.md -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/RTE/Device/STM32H563ZITx/ac6_linker_script.sct.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/RTE/Device/STM32H563ZITx/ac6_linker_script.sct.src -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/RTE/Device/STM32H563ZITx/regions_NUCLEO-H563ZI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/RTE/Device/STM32H563ZITx/regions_NUCLEO-H563ZI.h -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/retarget_stdio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/Board/NUCLEO-H563ZI/retarget_stdio.c -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/CMSIS_DV.cproject.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/CMSIS_DV.cproject.yml -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/CMSIS_DV.csolution.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/CMSIS_DV.csolution.yml -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/README.md -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/RTE/CMSIS/RTX_Config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/RTE/CMSIS/RTX_Config.c -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/RTE/CMSIS/RTX_Config.c.base@5.2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/RTE/CMSIS/RTX_Config.c.base@5.2.0 -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/RTE/CMSIS/RTX_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/RTE/CMSIS/RTX_Config.h -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/RTE/CMSIS/RTX_Config.h.base@5.6.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/RTE/CMSIS/RTX_Config.h.base@5.6.0 -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/RTE/CMSIS_Driver_Validation/DV_ETH_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/RTE/CMSIS_Driver_Validation/DV_ETH_Config.h -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/RTE/CMSIS_Driver_Validation/DV_ETH_Config.h.base@2.1.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/RTE/CMSIS_Driver_Validation/DV_ETH_Config.h.base@2.1.0 -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/RTE/Device/STM32H563ZITx/ac6_linker_script.sct.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/RTE/Device/STM32H563ZITx/ac6_linker_script.sct.src -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/RTE/Device/STM32H563ZITx/regions_NUCLEO-H563ZI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/RTE/Device/STM32H563ZITx/regions_NUCLEO-H563ZI.h -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/RTE/_Ethernet_STM32H563ZITx/RTE_Components.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/RTE/_Ethernet_STM32H563ZITx/RTE_Components.h -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/app_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/app_main.c -------------------------------------------------------------------------------- /Examples/Ethernet/NUCLEO-H563ZI/app_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/Ethernet/NUCLEO-H563ZI/app_main.h -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/.cmsis/CMSIS_DV+STM32U585AIIx.dbgconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/.cmsis/CMSIS_DV+STM32U585AIIx.dbgconf -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/.cmsis/CMSIS_DV+STM32U585AIIx.dbgconf.base@1.0.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/.cmsis/CMSIS_DV+STM32U585AIIx.dbgconf.base@1.0.1 -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/B-U585I-IOT02A.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/B-U585I-IOT02A.h -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/Board.clayer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/Board.clayer.yml -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/Board.cgen.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/Board.cgen.yml -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/MX_Device/MX_Device.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/MX_Device/MX_Device.h -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/.mxproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/.mxproject -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/CMSIS/Device/ST/STM32U5xx/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/CMSIS/Device/ST/STM32U5xx/LICENSE.md -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/CMSIS/Device/ST/STM32U5xx/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/CMSIS/Device/ST/STM32U5xx/LICENSE.txt -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/CMSIS/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/CMSIS/LICENSE.txt -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Inc/stm32u5xx_hal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Inc/stm32u5xx_hal.h -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Inc/stm32u5xx_ll_bus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Inc/stm32u5xx_ll_bus.h -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Inc/stm32u5xx_ll_crs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Inc/stm32u5xx_ll_crs.h -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Inc/stm32u5xx_ll_dma.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Inc/stm32u5xx_ll_dma.h -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Inc/stm32u5xx_ll_i2c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Inc/stm32u5xx_ll_i2c.h -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Inc/stm32u5xx_ll_pwr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Inc/stm32u5xx_ll_pwr.h -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Inc/stm32u5xx_ll_rcc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Inc/stm32u5xx_ll_rcc.h -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Inc/stm32u5xx_ll_spi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Inc/stm32u5xx_ll_spi.h -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Inc/stm32u5xx_ll_usb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Inc/stm32u5xx_ll_usb.h -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/LICENSE.md -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/LICENSE.txt -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Src/stm32u5xx_hal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Src/stm32u5xx_hal.c -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Src/stm32u5xx_ll_dma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Src/stm32u5xx_ll_dma.c -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Src/stm32u5xx_ll_usb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Src/stm32u5xx_ll_usb.c -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/main.h -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32_assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32_assert.h -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32u5xx_hal_conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32u5xx_hal_conf.h -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32u5xx_it.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32u5xx_it.h -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/MDK-ARM/startup_stm32u585xx.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/MDK-ARM/startup_stm32u585xx.s -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/STM32CubeMX.ioc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/STM32CubeMX.ioc -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/main.c -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_hal_msp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_hal_msp.c -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_hal_timebase_tim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_hal_timebase_tim.c -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_it.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_it.c -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/system_stm32u5xx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/system_stm32u5xx.c -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/project.script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/project.script -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/README.md -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/ac6_linker_script.sct.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/ac6_linker_script.sct.src -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/regions_B-U585I-IOT02A.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/regions_B-U585I-IOT02A.h -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/retarget_stdio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/Board/B-U585I-IOT02A/retarget_stdio.c -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/CMSIS_DV.cproject.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/CMSIS_DV.cproject.yml -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/CMSIS_DV.csolution.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/CMSIS_DV.csolution.yml -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/README.md -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.c -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.c.base@5.2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.c.base@5.2.0 -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.h -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.h.base@5.6.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.h.base@5.6.0 -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/RTE/CMSIS_Driver_Validation/DV_GPIO_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/RTE/CMSIS_Driver_Validation/DV_GPIO_Config.h -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/RTE/CMSIS_Driver_Validation/DV_GPIO_Config.h.base@1.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/RTE/CMSIS_Driver_Validation/DV_GPIO_Config.h.base@1.0.0 -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/ac6_linker_script.sct.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/ac6_linker_script.sct.src -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/regions_B-U585I-IOT02A.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/regions_B-U585I-IOT02A.h -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/RTE/_GPIO_STM32U585AIIx/RTE_Components.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/RTE/_GPIO_STM32U585AIIx/RTE_Components.h -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/app_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/app_main.c -------------------------------------------------------------------------------- /Examples/GPIO/B-U585I-IOT02A/app_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/GPIO/B-U585I-IOT02A/app_main.h -------------------------------------------------------------------------------- /Examples/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/README.md -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/.cmsis/CMSIS_DV+STM32U585AIIx.dbgconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/.cmsis/CMSIS_DV+STM32U585AIIx.dbgconf -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/.cmsis/CMSIS_DV+STM32U585AIIx.dbgconf.base@1.0.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/.cmsis/CMSIS_DV+STM32U585AIIx.dbgconf.base@1.0.1 -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/B-U585I-IOT02A.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/B-U585I-IOT02A.h -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/Board.clayer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/Board.clayer.yml -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/Board.cgen.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/Board.cgen.yml -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/MX_Device/MX_Device.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/MX_Device/MX_Device.h -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/.mxproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/.mxproject -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/CMSIS/Device/ST/STM32U5xx/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/CMSIS/Device/ST/STM32U5xx/LICENSE.md -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/CMSIS/Device/ST/STM32U5xx/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/CMSIS/Device/ST/STM32U5xx/LICENSE.txt -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/CMSIS/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/CMSIS/LICENSE.txt -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Inc/stm32u5xx_hal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Inc/stm32u5xx_hal.h -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Inc/stm32u5xx_hal_def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Inc/stm32u5xx_hal_def.h -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Inc/stm32u5xx_hal_dma.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Inc/stm32u5xx_hal_dma.h -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Inc/stm32u5xx_hal_i2c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Inc/stm32u5xx_hal_i2c.h -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Inc/stm32u5xx_hal_mdf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Inc/stm32u5xx_hal_mdf.h -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Inc/stm32u5xx_hal_pcd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Inc/stm32u5xx_hal_pcd.h -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Inc/stm32u5xx_hal_pwr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Inc/stm32u5xx_hal_pwr.h -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/LICENSE.md -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/LICENSE.txt -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Src/stm32u5xx_hal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Src/stm32u5xx_hal.c -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/main.h -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32_assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32_assert.h -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32u5xx_hal_conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32u5xx_hal_conf.h -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32u5xx_it.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32u5xx_it.h -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/MDK-ARM/startup_stm32u585xx.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/MDK-ARM/startup_stm32u585xx.s -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/STM32CubeMX.ioc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/STM32CubeMX.ioc -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/main.c -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_hal_msp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_hal_msp.c -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_hal_timebase_tim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_hal_timebase_tim.c -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_it.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_it.c -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/system_stm32u5xx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/system_stm32u5xx.c -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/project.script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/project.script -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/README.md -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/ac6_linker_script.sct.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/ac6_linker_script.sct.src -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/regions_B-U585I-IOT02A.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/regions_B-U585I-IOT02A.h -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/retarget_stdio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/Board/B-U585I-IOT02A/retarget_stdio.c -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/CMSIS_DV.cproject.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/CMSIS_DV.cproject.yml -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/CMSIS_DV.csolution.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/CMSIS_DV.csolution.yml -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/README.md -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.c -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.c.base@5.2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.c.base@5.2.0 -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.h -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.h.base@5.6.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.h.base@5.6.0 -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/RTE/CMSIS_Driver_Validation/DV_SPI_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/RTE/CMSIS_Driver_Validation/DV_SPI_Config.h -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/RTE/CMSIS_Driver_Validation/DV_SPI_Config.h.base@1.1.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/RTE/CMSIS_Driver_Validation/DV_SPI_Config.h.base@1.1.0 -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/ac6_linker_script.sct.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/ac6_linker_script.sct.src -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/regions_B-U585I-IOT02A.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/regions_B-U585I-IOT02A.h -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/RTE/_SPI_STM32U585AIIx/RTE_Components.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/RTE/_SPI_STM32U585AIIx/RTE_Components.h -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/app_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/app_main.c -------------------------------------------------------------------------------- /Examples/SPI/B-U585I-IOT02A/app_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/SPI/B-U585I-IOT02A/app_main.h -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/.cmsis/CMSIS_DV+STM32U585AIIx.dbgconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/.cmsis/CMSIS_DV+STM32U585AIIx.dbgconf -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/.cmsis/CMSIS_DV+STM32U585AIIx.dbgconf.base@1.0.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/.cmsis/CMSIS_DV+STM32U585AIIx.dbgconf.base@1.0.1 -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/B-U585I-IOT02A.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/B-U585I-IOT02A.h -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/Board.clayer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/Board.clayer.yml -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/Board.cgen.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/Board.cgen.yml -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/MX_Device/MX_Device.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/MX_Device/MX_Device.h -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/.mxproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/.mxproject -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/CMSIS/Device/ST/STM32U5xx/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/CMSIS/Device/ST/STM32U5xx/LICENSE.md -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/CMSIS/Device/ST/STM32U5xx/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/CMSIS/Device/ST/STM32U5xx/LICENSE.txt -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/CMSIS/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/CMSIS/LICENSE.txt -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Inc/stm32u5xx_hal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Inc/stm32u5xx_hal.h -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/LICENSE.md -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/LICENSE.txt -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Src/stm32u5xx_hal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/Src/stm32u5xx_hal.c -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/main.h -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32_assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32_assert.h -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32u5xx_hal_conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32u5xx_hal_conf.h -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32u5xx_it.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32u5xx_it.h -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/MDK-ARM/startup_stm32u585xx.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/MDK-ARM/startup_stm32u585xx.s -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/STM32CubeMX.ioc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/STM32CubeMX.ioc -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/main.c -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_hal_msp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_hal_msp.c -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_hal_timebase_tim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_hal_timebase_tim.c -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_it.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_it.c -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/system_stm32u5xx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/system_stm32u5xx.c -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/project.script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/project.script -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/README.md -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/ac6_linker_script.sct.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/ac6_linker_script.sct.src -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/regions_B-U585I-IOT02A.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/regions_B-U585I-IOT02A.h -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/retarget_stdio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/Board/B-U585I-IOT02A/retarget_stdio.c -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/CMSIS_DV.cproject.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/CMSIS_DV.cproject.yml -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/CMSIS_DV.csolution.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/CMSIS_DV.csolution.yml -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/README.md -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.c -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.c.base@5.2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.c.base@5.2.0 -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.h -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.h.base@5.6.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.h.base@5.6.0 -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/RTE/CMSIS_Driver_Validation/DV_USART_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/RTE/CMSIS_Driver_Validation/DV_USART_Config.h -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/RTE/CMSIS_Driver_Validation/DV_USART_Config.h.base@2.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/RTE/CMSIS_Driver_Validation/DV_USART_Config.h.base@2.0.0 -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/ac6_linker_script.sct.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/ac6_linker_script.sct.src -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/regions_B-U585I-IOT02A.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/regions_B-U585I-IOT02A.h -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/RTE/_USART_STM32U585AIIx/RTE_Components.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/RTE/_USART_STM32U585AIIx/RTE_Components.h -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/app_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/app_main.c -------------------------------------------------------------------------------- /Examples/USART/B-U585I-IOT02A/app_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/USART/B-U585I-IOT02A/app_main.h -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/.cmsis/CMSIS_DV+STM32U585AIIx.dbgconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/.cmsis/CMSIS_DV+STM32U585AIIx.dbgconf -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/.cmsis/CMSIS_DV+STM32U585AIIx.dbgconf.base@1.0.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/.cmsis/CMSIS_DV+STM32U585AIIx.dbgconf.base@1.0.1 -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/B-U585I-IOT02A.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/B-U585I-IOT02A.h -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/Board.clayer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/Board.clayer.yml -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/Board.cgen.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/Board.cgen.yml -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/MX_Device/MX_Device.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/MX_Device/MX_Device.h -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/.mxproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/.mxproject -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/CMSIS/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/CMSIS/LICENSE.txt -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/LICENSE.md -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/LICENSE.txt -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/main.h -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32_assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32_assert.h -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32u5xx_hal_conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32u5xx_hal_conf.h -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32u5xx_it.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32u5xx_it.h -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/MDK-ARM/startup_stm32u585xx.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/MDK-ARM/startup_stm32u585xx.s -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/STM32CubeMX.ioc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/STM32CubeMX.ioc -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/main.c -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_hal_msp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_hal_msp.c -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_hal_timebase_tim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_hal_timebase_tim.c -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_it.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_it.c -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/system_stm32u5xx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/system_stm32u5xx.c -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/project.script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/project.script -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/README.md -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Board_Support/STM32U585AIIx/aps6408_conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Board_Support/STM32U585AIIx/aps6408_conf.h -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Board_Support/STM32U585AIIx/aps6408_conf.h.base@2.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Board_Support/STM32U585AIIx/aps6408_conf.h.base@2.0.0 -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Board_Support/STM32U585AIIx/b_u585i_iot02a_conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Board_Support/STM32U585AIIx/b_u585i_iot02a_conf.h -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Board_Support/STM32U585AIIx/mx25lm51245g_conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Board_Support/STM32U585AIIx/mx25lm51245g_conf.h -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Board_Support/STM32U585AIIx/mx_wifi_conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Board_Support/STM32U585AIIx/mx_wifi_conf.h -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Board_Support/STM32U585AIIx/mx_wifi_conf.h.base@3.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Board_Support/STM32U585AIIx/mx_wifi_conf.h.base@3.0.0 -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/CMSIS_Driver/STM32U585AIIx/WiFi_EMW3080_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/CMSIS_Driver/STM32U585AIIx/WiFi_EMW3080_Config.h -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/CMSIS_Driver/STM32U585AIIx/vstream_audio_in_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/CMSIS_Driver/STM32U585AIIx/vstream_audio_in_config.h -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/ac6_linker_script.sct.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/ac6_linker_script.sct.src -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/regions_B-U585I-IOT02A.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/regions_B-U585I-IOT02A.h -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/retarget_stdio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/Board/B-U585I-IOT02A/retarget_stdio.c -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/CMSIS_DV.cproject.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/CMSIS_DV.cproject.yml -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/CMSIS_DV.csolution.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/CMSIS_DV.csolution.yml -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/README.md -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.c -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.c.base@5.2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.c.base@5.2.0 -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.h -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.h.base@5.6.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.h.base@5.6.0 -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/RTE/CMSIS_Driver_Validation/DV_WiFi_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/RTE/CMSIS_Driver_Validation/DV_WiFi_Config.h -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/RTE/CMSIS_Driver_Validation/DV_WiFi_Config.h.base@1.1.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/RTE/CMSIS_Driver_Validation/DV_WiFi_Config.h.base@1.1.0 -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/ac6_linker_script.sct.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/ac6_linker_script.sct.src -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/regions_B-U585I-IOT02A.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/regions_B-U585I-IOT02A.h -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/RTE/_WiFi_STM32U585AIIx/RTE_Components.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/RTE/_WiFi_STM32U585AIIx/RTE_Components.h -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/app_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/app_main.c -------------------------------------------------------------------------------- /Examples/WiFi/EMW3080/B-U585I-IOT02A/app_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/EMW3080/B-U585I-IOT02A/app_main.h -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/.cmsis/CMSIS_DV+STM32U585AIIx.dbgconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/.cmsis/CMSIS_DV+STM32U585AIIx.dbgconf -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/.cmsis/CMSIS_DV+STM32U585AIIx.dbgconf.base@1.0.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/.cmsis/CMSIS_DV+STM32U585AIIx.dbgconf.base@1.0.1 -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/B-U585I-IOT02A.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/B-U585I-IOT02A.h -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/Board.clayer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/Board.clayer.yml -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/Board.cgen.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/Board.cgen.yml -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/MX_Device/MX_Device.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/MX_Device/MX_Device.h -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/.mxproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/.mxproject -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/CMSIS/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/CMSIS/LICENSE.txt -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/LICENSE.md -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/STM32U5xx_HAL_Driver/LICENSE.txt -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/main.h -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32_assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32_assert.h -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32u5xx_hal_conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32u5xx_hal_conf.h -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32u5xx_it.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32u5xx_it.h -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/MDK-ARM/startup_stm32u585xx.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/MDK-ARM/startup_stm32u585xx.s -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/STM32CubeMX.ioc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/STM32CubeMX.ioc -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/main.c -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_hal_msp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_hal_msp.c -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_hal_timebase_tim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_hal_timebase_tim.c -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_it.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_it.c -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/system_stm32u5xx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/system_stm32u5xx.c -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/project.script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/project.script -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/README.md -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/ac6_linker_script.sct.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/ac6_linker_script.sct.src -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/regions_B-U585I-IOT02A.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/regions_B-U585I-IOT02A.h -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/retarget_stdio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/Board/B-U585I-IOT02A/retarget_stdio.c -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/CMSIS_DV.cproject.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/CMSIS_DV.cproject.yml -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/CMSIS_DV.csolution.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/CMSIS_DV.csolution.yml -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/README.md -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.c -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.c.base@5.2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.c.base@5.2.0 -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.h -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.h.base@5.6.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.h.base@5.6.0 -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/RTE/CMSIS_Driver_Validation/DV_WiFi_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/RTE/CMSIS_Driver_Validation/DV_WiFi_Config.h -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/RTE/CMSIS_Driver_Validation/DV_WiFi_Config.h.base@1.1.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/RTE/CMSIS_Driver_Validation/DV_WiFi_Config.h.base@1.1.0 -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/ac6_linker_script.sct.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/ac6_linker_script.sct.src -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/regions_B-U585I-IOT02A.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/regions_B-U585I-IOT02A.h -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/RTE/_WiFi_STM32U585AIIx/RTE_Components.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/RTE/_WiFi_STM32U585AIIx/RTE_Components.h -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/Shield/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/Shield/README.md -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/Shield/RTE/CMSIS_Driver/WiFi_ESP8266_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/Shield/RTE/CMSIS_Driver/WiFi_ESP8266_Config.h -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/Shield/RTE/CMSIS_Driver/WiFi_ESP8266_Config.h.base@1.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/Shield/RTE/CMSIS_Driver/WiFi_ESP8266_Config.h.base@1.0.0 -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/Shield/Shield.clayer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/Shield/Shield.clayer.yml -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/Shield/Sparkfun_ESP8266.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/Shield/Sparkfun_ESP8266.c -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/Shield/Sparkfun_ESP8266.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/Shield/Sparkfun_ESP8266.h -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/app_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/app_main.c -------------------------------------------------------------------------------- /Examples/WiFi/ESP8266/B-U585I-IOT02A/app_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ESP8266/B-U585I-IOT02A/app_main.h -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/.cmsis/CMSIS_DV+STM32U585AIIx.dbgconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/.cmsis/CMSIS_DV+STM32U585AIIx.dbgconf -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/.cmsis/CMSIS_DV+STM32U585AIIx.dbgconf.base@1.0.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/.cmsis/CMSIS_DV+STM32U585AIIx.dbgconf.base@1.0.1 -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/B-U585I-IOT02A.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/B-U585I-IOT02A.h -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/Board.clayer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/Board.clayer.yml -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/Board.cgen.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/Board.cgen.yml -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/MX_Device/MX_Device.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/MX_Device/MX_Device.h -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/.mxproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/.mxproject -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/CMSIS/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/CMSIS/LICENSE.txt -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/main.h -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32_assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32_assert.h -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32u5xx_hal_conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32u5xx_hal_conf.h -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32u5xx_it.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32u5xx_it.h -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/MDK-ARM/startup_stm32u585xx.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/MDK-ARM/startup_stm32u585xx.s -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/STM32CubeMX.ioc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/STM32CubeMX.ioc -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/main.c -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_hal_msp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_hal_msp.c -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_hal_timebase_tim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_hal_timebase_tim.c -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_it.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_it.c -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/system_stm32u5xx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/system_stm32u5xx.c -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/project.script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/project.script -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/README.md -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/ac6_linker_script.sct.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/ac6_linker_script.sct.src -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/regions_B-U585I-IOT02A.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/regions_B-U585I-IOT02A.h -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/retarget_stdio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Board/B-U585I-IOT02A/retarget_stdio.c -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/CMSIS_DV.cproject.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/CMSIS_DV.cproject.yml -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/CMSIS_DV.csolution.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/CMSIS_DV.csolution.yml -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/README.md -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.c -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.c.base@5.2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.c.base@5.2.0 -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.h -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.h.base@5.6.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.h.base@5.6.0 -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/RTE/CMSIS_Driver_Validation/DV_WiFi_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/RTE/CMSIS_Driver_Validation/DV_WiFi_Config.h -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/RTE/CMSIS_Driver_Validation/DV_WiFi_Config.h.base@1.1.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/RTE/CMSIS_Driver_Validation/DV_WiFi_Config.h.base@1.1.0 -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/ac6_linker_script.sct.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/ac6_linker_script.sct.src -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/regions_B-U585I-IOT02A.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/regions_B-U585I-IOT02A.h -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/RTE/_WiFi_STM32U585AIIx/RTE_Components.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/RTE/_WiFi_STM32U585AIIx/RTE_Components.h -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Shield/Inventek_ISMART43362.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Shield/Inventek_ISMART43362.c -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Shield/Inventek_ISMART43362.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Shield/Inventek_ISMART43362.h -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Shield/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Shield/README.md -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Shield/RTE/CMSIS_Driver/WiFi_ISM43362_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Shield/RTE/CMSIS_Driver/WiFi_ISM43362_Config.h -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Shield/RTE/CMSIS_Driver/WiFi_ISM43362_Config.h.base@1.2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Shield/RTE/CMSIS_Driver/WiFi_ISM43362_Config.h.base@1.2.0 -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Shield/RTE/CMSIS_Driver/WiFi_ISM43362_HW.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Shield/RTE/CMSIS_Driver/WiFi_ISM43362_HW.c -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Shield/RTE/CMSIS_Driver/WiFi_ISM43362_HW.c.base@1.1.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Shield/RTE/CMSIS_Driver/WiFi_ISM43362_HW.c.base@1.1.0 -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Shield/Shield.clayer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/Shield/Shield.clayer.yml -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/app_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/app_main.c -------------------------------------------------------------------------------- /Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/app_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/ISMART43362-E/B-U585I-IOT02A/app_main.h -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/.cmsis/CMSIS_DV+STM32U585AIIx.dbgconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/.cmsis/CMSIS_DV+STM32U585AIIx.dbgconf -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/.cmsis/CMSIS_DV+STM32U585AIIx.dbgconf.base@1.0.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/.cmsis/CMSIS_DV+STM32U585AIIx.dbgconf.base@1.0.1 -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/B-U585I-IOT02A.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/B-U585I-IOT02A.h -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/Board.clayer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/Board.clayer.yml -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/Board.cgen.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/Board.cgen.yml -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/MX_Device/MX_Device.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/MX_Device/MX_Device.h -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/.mxproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/.mxproject -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/CMSIS/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Drivers/CMSIS/LICENSE.txt -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/main.h -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32_assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32_assert.h -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32u5xx_hal_conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32u5xx_hal_conf.h -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32u5xx_it.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Inc/stm32u5xx_it.h -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/MDK-ARM/startup_stm32u585xx.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/MDK-ARM/startup_stm32u585xx.s -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/STM32CubeMX.ioc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/STM32CubeMX.ioc -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/main.c -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_hal_msp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_hal_msp.c -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_hal_timebase_tim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_hal_timebase_tim.c -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_it.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/stm32u5xx_it.c -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/system_stm32u5xx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/STM32CubeMX/Src/system_stm32u5xx.c -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/project.script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/CubeMX/project.script -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/README.md -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/ac6_linker_script.sct.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/ac6_linker_script.sct.src -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/regions_B-U585I-IOT02A.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/regions_B-U585I-IOT02A.h -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/retarget_stdio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Board/B-U585I-IOT02A/retarget_stdio.c -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/CMSIS_DV.cproject.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/CMSIS_DV.cproject.yml -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/CMSIS_DV.csolution.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/CMSIS_DV.csolution.yml -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/README.md -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.c -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.c.base@5.2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.c.base@5.2.0 -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.h -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.h.base@5.6.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/RTE/CMSIS/RTX_Config.h.base@5.6.0 -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/RTE/CMSIS_Driver_Validation/DV_WiFi_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/RTE/CMSIS_Driver_Validation/DV_WiFi_Config.h -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/RTE/CMSIS_Driver_Validation/DV_WiFi_Config.h.base@1.1.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/RTE/CMSIS_Driver_Validation/DV_WiFi_Config.h.base@1.1.0 -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/ac6_linker_script.sct.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/ac6_linker_script.sct.src -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/regions_B-U585I-IOT02A.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/RTE/Device/STM32U585AIIx/regions_B-U585I-IOT02A.h -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/RTE/_WiFi_STM32U585AIIx/RTE_Components.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/RTE/_WiFi_STM32U585AIIx/RTE_Components.h -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Shield/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Shield/README.md -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Shield/RTE/CMSIS_Driver/WiFi_WizFi360_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Shield/RTE/CMSIS_Driver/WiFi_WizFi360_Config.h -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Shield/RTE/CMSIS_Driver/WiFi_WizFi360_Config.h.base@1.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Shield/RTE/CMSIS_Driver/WiFi_WizFi360_Config.h.base@1.0.0 -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Shield/Shield.clayer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Shield/Shield.clayer.yml -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Shield/WizNet_WizFi360.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Shield/WizNet_WizFi360.c -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Shield/WizNet_WizFi360.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/Shield/WizNet_WizFi360.h -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/app_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/app_main.c -------------------------------------------------------------------------------- /Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/app_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Examples/WiFi/WizFi360-EVB/B-U585I-IOT02A/app_main.h -------------------------------------------------------------------------------- /Include/DV_Framework.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Include/DV_Framework.h -------------------------------------------------------------------------------- /Include/DV_Report.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Include/DV_Report.h -------------------------------------------------------------------------------- /Include/DV_Typedefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Include/DV_Typedefs.h -------------------------------------------------------------------------------- /Include/cmsis_dv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Include/cmsis_dv.h -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/README.md -------------------------------------------------------------------------------- /Source/DV_CAN.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Source/DV_CAN.c -------------------------------------------------------------------------------- /Source/DV_ETH.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Source/DV_ETH.c -------------------------------------------------------------------------------- /Source/DV_Framework.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Source/DV_Framework.c -------------------------------------------------------------------------------- /Source/DV_GPIO.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Source/DV_GPIO.c -------------------------------------------------------------------------------- /Source/DV_I2C.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Source/DV_I2C.c -------------------------------------------------------------------------------- /Source/DV_MCI.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Source/DV_MCI.c -------------------------------------------------------------------------------- /Source/DV_Report.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Source/DV_Report.c -------------------------------------------------------------------------------- /Source/DV_SPI.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Source/DV_SPI.c -------------------------------------------------------------------------------- /Source/DV_USART.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Source/DV_USART.c -------------------------------------------------------------------------------- /Source/DV_USBD.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Source/DV_USBD.c -------------------------------------------------------------------------------- /Source/DV_USBH.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Source/DV_USBH.c -------------------------------------------------------------------------------- /Source/DV_WIFI.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Source/DV_WIFI.c -------------------------------------------------------------------------------- /Source/cmsis_dv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Source/cmsis_dv.c -------------------------------------------------------------------------------- /Template/CMSIS_DV.cproject.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Template/CMSIS_DV.cproject.yml -------------------------------------------------------------------------------- /Template/CMSIS_DV.csolution.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Template/CMSIS_DV.csolution.yml -------------------------------------------------------------------------------- /Template/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Template/README.md -------------------------------------------------------------------------------- /Template/RTE/CMSIS/RTX_Config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Template/RTE/CMSIS/RTX_Config.c -------------------------------------------------------------------------------- /Template/RTE/CMSIS/RTX_Config.c.base@5.2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Template/RTE/CMSIS/RTX_Config.c.base@5.2.0 -------------------------------------------------------------------------------- /Template/RTE/CMSIS/RTX_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Template/RTE/CMSIS/RTX_Config.h -------------------------------------------------------------------------------- /Template/RTE/CMSIS/RTX_Config.h.base@5.6.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Template/RTE/CMSIS/RTX_Config.h.base@5.6.0 -------------------------------------------------------------------------------- /Template/RTE/CMSIS_Driver_Validation/DV_CAN_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Template/RTE/CMSIS_Driver_Validation/DV_CAN_Config.h -------------------------------------------------------------------------------- /Template/RTE/CMSIS_Driver_Validation/DV_CAN_Config.h.base@1.1.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Template/RTE/CMSIS_Driver_Validation/DV_CAN_Config.h.base@1.1.0 -------------------------------------------------------------------------------- /Template/RTE/CMSIS_Driver_Validation/DV_ETH_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Template/RTE/CMSIS_Driver_Validation/DV_ETH_Config.h -------------------------------------------------------------------------------- /Template/RTE/CMSIS_Driver_Validation/DV_ETH_Config.h.base@2.1.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Template/RTE/CMSIS_Driver_Validation/DV_ETH_Config.h.base@2.1.0 -------------------------------------------------------------------------------- /Template/RTE/CMSIS_Driver_Validation/DV_GPIO_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Template/RTE/CMSIS_Driver_Validation/DV_GPIO_Config.h -------------------------------------------------------------------------------- /Template/RTE/CMSIS_Driver_Validation/DV_GPIO_Config.h.base@1.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Template/RTE/CMSIS_Driver_Validation/DV_GPIO_Config.h.base@1.0.0 -------------------------------------------------------------------------------- /Template/RTE/CMSIS_Driver_Validation/DV_I2C_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Template/RTE/CMSIS_Driver_Validation/DV_I2C_Config.h -------------------------------------------------------------------------------- /Template/RTE/CMSIS_Driver_Validation/DV_I2C_Config.h.base@1.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Template/RTE/CMSIS_Driver_Validation/DV_I2C_Config.h.base@1.0.0 -------------------------------------------------------------------------------- /Template/RTE/CMSIS_Driver_Validation/DV_MCI_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Template/RTE/CMSIS_Driver_Validation/DV_MCI_Config.h -------------------------------------------------------------------------------- /Template/RTE/CMSIS_Driver_Validation/DV_MCI_Config.h.base@1.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Template/RTE/CMSIS_Driver_Validation/DV_MCI_Config.h.base@1.0.0 -------------------------------------------------------------------------------- /Template/RTE/CMSIS_Driver_Validation/DV_SPI_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Template/RTE/CMSIS_Driver_Validation/DV_SPI_Config.h -------------------------------------------------------------------------------- /Template/RTE/CMSIS_Driver_Validation/DV_SPI_Config.h.base@1.1.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Template/RTE/CMSIS_Driver_Validation/DV_SPI_Config.h.base@1.1.0 -------------------------------------------------------------------------------- /Template/RTE/CMSIS_Driver_Validation/DV_USART_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Template/RTE/CMSIS_Driver_Validation/DV_USART_Config.h -------------------------------------------------------------------------------- /Template/RTE/CMSIS_Driver_Validation/DV_USART_Config.h.base@2.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Template/RTE/CMSIS_Driver_Validation/DV_USART_Config.h.base@2.0.0 -------------------------------------------------------------------------------- /Template/RTE/CMSIS_Driver_Validation/DV_USBD_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Template/RTE/CMSIS_Driver_Validation/DV_USBD_Config.h -------------------------------------------------------------------------------- /Template/RTE/CMSIS_Driver_Validation/DV_USBD_Config.h.base@1.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Template/RTE/CMSIS_Driver_Validation/DV_USBD_Config.h.base@1.0.0 -------------------------------------------------------------------------------- /Template/RTE/CMSIS_Driver_Validation/DV_USBH_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Template/RTE/CMSIS_Driver_Validation/DV_USBH_Config.h -------------------------------------------------------------------------------- /Template/RTE/CMSIS_Driver_Validation/DV_USBH_Config.h.base@1.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Template/RTE/CMSIS_Driver_Validation/DV_USBH_Config.h.base@1.0.0 -------------------------------------------------------------------------------- /Template/RTE/CMSIS_Driver_Validation/DV_WiFi_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Template/RTE/CMSIS_Driver_Validation/DV_WiFi_Config.h -------------------------------------------------------------------------------- /Template/RTE/CMSIS_Driver_Validation/DV_WiFi_Config.h.base@1.1.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Template/RTE/CMSIS_Driver_Validation/DV_WiFi_Config.h.base@1.1.0 -------------------------------------------------------------------------------- /Template/app_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Template/app_main.c -------------------------------------------------------------------------------- /Template/app_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Template/app_main.h -------------------------------------------------------------------------------- /Tools/SPI_Server/STM32F429I-DISC1/.cmsis/SPI_Server+STM32F429ZITx.dbgconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/STM32F429I-DISC1/.cmsis/SPI_Server+STM32F429ZITx.dbgconf -------------------------------------------------------------------------------- /Tools/SPI_Server/STM32F429I-DISC1/.cmsis/SPI_Server+STM32F429ZITx.dbgconf.base@0.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/STM32F429I-DISC1/.cmsis/SPI_Server+STM32F429ZITx.dbgconf.base@0.0.0 -------------------------------------------------------------------------------- /Tools/SPI_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/Board.clayer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/Board.clayer.yml -------------------------------------------------------------------------------- /Tools/SPI_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/RTE_Device.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/RTE_Device.h -------------------------------------------------------------------------------- /Tools/SPI_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/RTE_Device.h.base@2.4.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/RTE_Device.h.base@2.4.5 -------------------------------------------------------------------------------- /Tools/SPI_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/ac6_linker_script.sct.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/ac6_linker_script.sct.src -------------------------------------------------------------------------------- /Tools/SPI_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/regions_STM32F429I-Discovery.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/regions_STM32F429I-Discovery.h -------------------------------------------------------------------------------- /Tools/SPI_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/startup_stm32f429xx.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/startup_stm32f429xx.s -------------------------------------------------------------------------------- /Tools/SPI_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/startup_stm32f429xx.s.base@2.6.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/startup_stm32f429xx.s.base@2.6.2 -------------------------------------------------------------------------------- /Tools/SPI_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/stm32f4xx_hal_conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/stm32f4xx_hal_conf.h -------------------------------------------------------------------------------- /Tools/SPI_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/stm32f4xx_hal_conf.h.base@1.7.13: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/stm32f4xx_hal_conf.h.base@1.7.13 -------------------------------------------------------------------------------- /Tools/SPI_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/system_stm32f4xx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/system_stm32f4xx.c -------------------------------------------------------------------------------- /Tools/SPI_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/system_stm32f4xx.c.base@2.6.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/system_stm32f4xx.c.base@2.6.3 -------------------------------------------------------------------------------- /Tools/SPI_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/STM32F429I-DISC1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/STM32F429I-DISC1.h -------------------------------------------------------------------------------- /Tools/SPI_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/main.c -------------------------------------------------------------------------------- /Tools/SPI_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/main.h -------------------------------------------------------------------------------- /Tools/SPI_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/retarget_stdio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/retarget_stdio.c -------------------------------------------------------------------------------- /Tools/SPI_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/vio_STM32F429I.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/vio_STM32F429I.c -------------------------------------------------------------------------------- /Tools/SPI_Server/STM32F429I-DISC1/Config/SPI_Server_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/STM32F429I-DISC1/Config/SPI_Server_Config.h -------------------------------------------------------------------------------- /Tools/SPI_Server/STM32F429I-DISC1/Include/SPI_Server.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/STM32F429I-DISC1/Include/SPI_Server.h -------------------------------------------------------------------------------- /Tools/SPI_Server/STM32F429I-DISC1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/STM32F429I-DISC1/README.md -------------------------------------------------------------------------------- /Tools/SPI_Server/STM32F429I-DISC1/RTE/CMSIS/RTX_Config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/STM32F429I-DISC1/RTE/CMSIS/RTX_Config.c -------------------------------------------------------------------------------- /Tools/SPI_Server/STM32F429I-DISC1/RTE/CMSIS/RTX_Config.c.base@5.1.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/STM32F429I-DISC1/RTE/CMSIS/RTX_Config.c.base@5.1.1 -------------------------------------------------------------------------------- /Tools/SPI_Server/STM32F429I-DISC1/RTE/CMSIS/RTX_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/STM32F429I-DISC1/RTE/CMSIS/RTX_Config.h -------------------------------------------------------------------------------- /Tools/SPI_Server/STM32F429I-DISC1/RTE/CMSIS/RTX_Config.h.base@5.5.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/STM32F429I-DISC1/RTE/CMSIS/RTX_Config.h.base@5.5.2 -------------------------------------------------------------------------------- /Tools/SPI_Server/STM32F429I-DISC1/RTE/_Debug_STM32F429ZITx/Pre_Include_Global.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/STM32F429I-DISC1/RTE/_Debug_STM32F429ZITx/Pre_Include_Global.h -------------------------------------------------------------------------------- /Tools/SPI_Server/STM32F429I-DISC1/RTE/_Debug_STM32F429ZITx/RTE_Components.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/STM32F429I-DISC1/RTE/_Debug_STM32F429ZITx/RTE_Components.h -------------------------------------------------------------------------------- /Tools/SPI_Server/STM32F429I-DISC1/RTE/_Release_STM32F429ZITx/Pre_Include_Global.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/STM32F429I-DISC1/RTE/_Release_STM32F429ZITx/Pre_Include_Global.h -------------------------------------------------------------------------------- /Tools/SPI_Server/STM32F429I-DISC1/RTE/_Release_STM32F429ZITx/RTE_Components.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/STM32F429I-DISC1/RTE/_Release_STM32F429ZITx/RTE_Components.h -------------------------------------------------------------------------------- /Tools/SPI_Server/STM32F429I-DISC1/SPI_Server.cproject.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/STM32F429I-DISC1/SPI_Server.cproject.yml -------------------------------------------------------------------------------- /Tools/SPI_Server/STM32F429I-DISC1/SPI_Server.csolution.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/STM32F429I-DISC1/SPI_Server.csolution.yml -------------------------------------------------------------------------------- /Tools/SPI_Server/STM32F429I-DISC1/Source/SPI_Server.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/STM32F429I-DISC1/Source/SPI_Server.c -------------------------------------------------------------------------------- /Tools/SPI_Server/STM32F429I-DISC1/app_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/STM32F429I-DISC1/app_main.c -------------------------------------------------------------------------------- /Tools/SPI_Server/STM32F429I-DISC1/app_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/STM32F429I-DISC1/app_main.h -------------------------------------------------------------------------------- /Tools/SPI_Server/Template/Config/SPI_Server_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/Template/Config/SPI_Server_Config.h -------------------------------------------------------------------------------- /Tools/SPI_Server/Template/Include/SPI_Server.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/Template/Include/SPI_Server.h -------------------------------------------------------------------------------- /Tools/SPI_Server/Template/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/Template/README.md -------------------------------------------------------------------------------- /Tools/SPI_Server/Template/RTE/CMSIS/RTX_Config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/Template/RTE/CMSIS/RTX_Config.c -------------------------------------------------------------------------------- /Tools/SPI_Server/Template/RTE/CMSIS/RTX_Config.c.base@5.2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/Template/RTE/CMSIS/RTX_Config.c.base@5.2.0 -------------------------------------------------------------------------------- /Tools/SPI_Server/Template/RTE/CMSIS/RTX_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/Template/RTE/CMSIS/RTX_Config.h -------------------------------------------------------------------------------- /Tools/SPI_Server/Template/RTE/CMSIS/RTX_Config.h.base@5.6.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/Template/RTE/CMSIS/RTX_Config.h.base@5.6.0 -------------------------------------------------------------------------------- /Tools/SPI_Server/Template/SPI_Server.cproject.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/Template/SPI_Server.cproject.yml -------------------------------------------------------------------------------- /Tools/SPI_Server/Template/SPI_Server.csolution.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/Template/SPI_Server.csolution.yml -------------------------------------------------------------------------------- /Tools/SPI_Server/Template/Source/SPI_Server.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/Template/Source/SPI_Server.c -------------------------------------------------------------------------------- /Tools/SPI_Server/Template/app_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/Template/app_main.c -------------------------------------------------------------------------------- /Tools/SPI_Server/Template/app_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SPI_Server/Template/app_main.h -------------------------------------------------------------------------------- /Tools/SockServer/PC/Win/Build.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SockServer/PC/Win/Build.bat -------------------------------------------------------------------------------- /Tools/SockServer/PC/Win/Include/SockServer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SockServer/PC/Win/Include/SockServer.h -------------------------------------------------------------------------------- /Tools/SockServer/PC/Win/SockServer.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SockServer/PC/Win/SockServer.exe -------------------------------------------------------------------------------- /Tools/SockServer/PC/Win/Source/SockServer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/SockServer/PC/Win/Source/SockServer.c -------------------------------------------------------------------------------- /Tools/USART_Server/STM32F429I-DISC1/.cmsis/USART_Server+STM32F429ZITx.dbgconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/STM32F429I-DISC1/.cmsis/USART_Server+STM32F429ZITx.dbgconf -------------------------------------------------------------------------------- /Tools/USART_Server/STM32F429I-DISC1/.cmsis/USART_Server+STM32F429ZITx.dbgconf.base@0.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/STM32F429I-DISC1/.cmsis/USART_Server+STM32F429ZITx.dbgconf.base@0.0.0 -------------------------------------------------------------------------------- /Tools/USART_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/Board.clayer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/Board.clayer.yml -------------------------------------------------------------------------------- /Tools/USART_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/RTE_Device.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/RTE_Device.h -------------------------------------------------------------------------------- /Tools/USART_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/RTE_Device.h.base@2.4.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/RTE_Device.h.base@2.4.5 -------------------------------------------------------------------------------- /Tools/USART_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/ac6_linker_script.sct.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/ac6_linker_script.sct.src -------------------------------------------------------------------------------- /Tools/USART_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/regions_STM32F429I-Discovery.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/regions_STM32F429I-Discovery.h -------------------------------------------------------------------------------- /Tools/USART_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/startup_stm32f429xx.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/startup_stm32f429xx.s -------------------------------------------------------------------------------- /Tools/USART_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/startup_stm32f429xx.s.base@2.6.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/startup_stm32f429xx.s.base@2.6.2 -------------------------------------------------------------------------------- /Tools/USART_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/stm32f4xx_hal_conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/stm32f4xx_hal_conf.h -------------------------------------------------------------------------------- /Tools/USART_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/stm32f4xx_hal_conf.h.base@1.7.13: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/stm32f4xx_hal_conf.h.base@1.7.13 -------------------------------------------------------------------------------- /Tools/USART_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/system_stm32f4xx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/system_stm32f4xx.c -------------------------------------------------------------------------------- /Tools/USART_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/system_stm32f4xx.c.base@2.6.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/RTE/Device/STM32F429ZITx/system_stm32f4xx.c.base@2.6.3 -------------------------------------------------------------------------------- /Tools/USART_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/STM32F429I-DISC1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/STM32F429I-DISC1.h -------------------------------------------------------------------------------- /Tools/USART_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/main.c -------------------------------------------------------------------------------- /Tools/USART_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/main.h -------------------------------------------------------------------------------- /Tools/USART_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/retarget_stdio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/retarget_stdio.c -------------------------------------------------------------------------------- /Tools/USART_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/vio_STM32F429I.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/STM32F429I-DISC1/Board/STM32F429I-DISC1/vio_STM32F429I.c -------------------------------------------------------------------------------- /Tools/USART_Server/STM32F429I-DISC1/Config/USART_Server_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/STM32F429I-DISC1/Config/USART_Server_Config.h -------------------------------------------------------------------------------- /Tools/USART_Server/STM32F429I-DISC1/Config/USART_Server_HW.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/STM32F429I-DISC1/Config/USART_Server_HW.c -------------------------------------------------------------------------------- /Tools/USART_Server/STM32F429I-DISC1/Include/USART_Server.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/STM32F429I-DISC1/Include/USART_Server.h -------------------------------------------------------------------------------- /Tools/USART_Server/STM32F429I-DISC1/Include/USART_Server_HW.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/STM32F429I-DISC1/Include/USART_Server_HW.h -------------------------------------------------------------------------------- /Tools/USART_Server/STM32F429I-DISC1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/STM32F429I-DISC1/README.md -------------------------------------------------------------------------------- /Tools/USART_Server/STM32F429I-DISC1/RTE/CMSIS/RTX_Config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/STM32F429I-DISC1/RTE/CMSIS/RTX_Config.c -------------------------------------------------------------------------------- /Tools/USART_Server/STM32F429I-DISC1/RTE/CMSIS/RTX_Config.c.base@5.1.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/STM32F429I-DISC1/RTE/CMSIS/RTX_Config.c.base@5.1.1 -------------------------------------------------------------------------------- /Tools/USART_Server/STM32F429I-DISC1/RTE/CMSIS/RTX_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/STM32F429I-DISC1/RTE/CMSIS/RTX_Config.h -------------------------------------------------------------------------------- /Tools/USART_Server/STM32F429I-DISC1/RTE/CMSIS/RTX_Config.h.base@5.5.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/STM32F429I-DISC1/RTE/CMSIS/RTX_Config.h.base@5.5.2 -------------------------------------------------------------------------------- /Tools/USART_Server/STM32F429I-DISC1/RTE/_Debug_STM32F429ZITx/Pre_Include_Global.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/STM32F429I-DISC1/RTE/_Debug_STM32F429ZITx/Pre_Include_Global.h -------------------------------------------------------------------------------- /Tools/USART_Server/STM32F429I-DISC1/RTE/_Debug_STM32F429ZITx/RTE_Components.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/STM32F429I-DISC1/RTE/_Debug_STM32F429ZITx/RTE_Components.h -------------------------------------------------------------------------------- /Tools/USART_Server/STM32F429I-DISC1/RTE/_Release_STM32F429ZITx/Pre_Include_Global.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/STM32F429I-DISC1/RTE/_Release_STM32F429ZITx/Pre_Include_Global.h -------------------------------------------------------------------------------- /Tools/USART_Server/STM32F429I-DISC1/RTE/_Release_STM32F429ZITx/RTE_Components.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/STM32F429I-DISC1/RTE/_Release_STM32F429ZITx/RTE_Components.h -------------------------------------------------------------------------------- /Tools/USART_Server/STM32F429I-DISC1/Source/USART_Server.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/STM32F429I-DISC1/Source/USART_Server.c -------------------------------------------------------------------------------- /Tools/USART_Server/STM32F429I-DISC1/USART_Server.cproject.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/STM32F429I-DISC1/USART_Server.cproject.yml -------------------------------------------------------------------------------- /Tools/USART_Server/STM32F429I-DISC1/USART_Server.csolution.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/STM32F429I-DISC1/USART_Server.csolution.yml -------------------------------------------------------------------------------- /Tools/USART_Server/STM32F429I-DISC1/app_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/STM32F429I-DISC1/app_main.c -------------------------------------------------------------------------------- /Tools/USART_Server/STM32F429I-DISC1/app_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/STM32F429I-DISC1/app_main.h -------------------------------------------------------------------------------- /Tools/USART_Server/Template/Config/USART_Server_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/Template/Config/USART_Server_Config.h -------------------------------------------------------------------------------- /Tools/USART_Server/Template/Config/USART_Server_HW.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/Template/Config/USART_Server_HW.c -------------------------------------------------------------------------------- /Tools/USART_Server/Template/Include/USART_Server.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/Template/Include/USART_Server.h -------------------------------------------------------------------------------- /Tools/USART_Server/Template/Include/USART_Server_HW.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/Template/Include/USART_Server_HW.h -------------------------------------------------------------------------------- /Tools/USART_Server/Template/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/Template/README.md -------------------------------------------------------------------------------- /Tools/USART_Server/Template/RTE/CMSIS/RTX_Config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/Template/RTE/CMSIS/RTX_Config.c -------------------------------------------------------------------------------- /Tools/USART_Server/Template/RTE/CMSIS/RTX_Config.c.base@5.2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/Template/RTE/CMSIS/RTX_Config.c.base@5.2.0 -------------------------------------------------------------------------------- /Tools/USART_Server/Template/RTE/CMSIS/RTX_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/Template/RTE/CMSIS/RTX_Config.h -------------------------------------------------------------------------------- /Tools/USART_Server/Template/RTE/CMSIS/RTX_Config.h.base@5.6.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/Template/RTE/CMSIS/RTX_Config.h.base@5.6.0 -------------------------------------------------------------------------------- /Tools/USART_Server/Template/Source/USART_Server.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/Template/Source/USART_Server.c -------------------------------------------------------------------------------- /Tools/USART_Server/Template/USART_Server.cproject.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/Template/USART_Server.cproject.yml -------------------------------------------------------------------------------- /Tools/USART_Server/Template/USART_Server.csolution.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/Template/USART_Server.csolution.yml -------------------------------------------------------------------------------- /Tools/USART_Server/Template/app_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/Template/app_main.c -------------------------------------------------------------------------------- /Tools/USART_Server/Template/app_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/Tools/USART_Server/Template/app_main.h -------------------------------------------------------------------------------- /gen_pack.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARM-software/CMSIS-Driver_Validation/HEAD/gen_pack.sh --------------------------------------------------------------------------------