diff options
| author | LynnL4 <[email protected]> | 2022-10-11 13:50:07 +0800 |
|---|---|---|
| committer | LynnL4 <[email protected]> | 2022-10-11 13:50:11 +0800 |
| commit | 8a89365bb2b83f9d84e2308e7809ac7d6f94b4a1 (patch) | |
| tree | 7146995ed3e6095694cf38114fabe9a1c6ae440d /.gitmodules | |
| parent | a95fb36f72730dc22cb73be379f8e2dacb2b4e75 (diff) | |
Add stm32u5xx offical driver.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 044ac24ec..aafb0f520 100644 --- a/.gitmodules +++ b/.gitmodules @@ -149,3 +149,9 @@ [submodule "hw/mcu/raspberry_pi/Pico-PIO-USB"] path = hw/mcu/raspberry_pi/Pico-PIO-USB url = https://github.com/sekigon-gonnoc/Pico-PIO-USB.git +[submodule "/home/ubuntu/tinyusb/hw/mcu/st/cmsis_device_u5"] + path = /home/ubuntu/tinyusb/hw/mcu/st/cmsis_device_u5 + url = https://github.com/STMicroelectronics/cmsis_device_u5 +[submodule "/home/ubuntu/tinyusb/hw/mcu/st/stm32u5xx_hal_driver"] + path = /home/ubuntu/tinyusb/hw/mcu/st/stm32u5xx_hal_driver + url = https://github.com/STMicroelectronics/stm32u5xx_hal_driver |
