Skip to content

Commit 8a89365

Browse files
committed
Add stm32u5xx offical driver.
1 parent a95fb36 commit 8a89365

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,9 @@
149149
[submodule "hw/mcu/raspberry_pi/Pico-PIO-USB"]
150150
path = hw/mcu/raspberry_pi/Pico-PIO-USB
151151
url = https://github.com/sekigon-gonnoc/Pico-PIO-USB.git
152+
[submodule "/home/ubuntu/tinyusb/hw/mcu/st/cmsis_device_u5"]
153+
path = /home/ubuntu/tinyusb/hw/mcu/st/cmsis_device_u5
154+
url = https://github.com/STMicroelectronics/cmsis_device_u5
155+
[submodule "/home/ubuntu/tinyusb/hw/mcu/st/stm32u5xx_hal_driver"]
156+
path = /home/ubuntu/tinyusb/hw/mcu/st/stm32u5xx_hal_driver
157+
url = https://github.com/STMicroelectronics/stm32u5xx_hal_driver

hw/mcu/st/cmsis_device_u5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit bc00f3c9d8a4e25220f84c26d414902cc6bdf566

hw/mcu/st/stm32u5xx_hal_driver

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 2e1d4cdb386e33391cb261dfff4fefa92e4aa35a

0 commit comments

Comments
 (0)