diff options
| author | Ha Thach <[email protected]> | 2022-10-19 23:10:30 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-19 23:10:30 +0700 |
| commit | 39be00975cc5a1238e25650a2b1524635893f07d (patch) | |
| tree | b998e4b2db47ea66ac1de313c9073412cce1c675 /.gitmodules | |
| parent | e79325adec150d232416c30e0a587dda9942874b (diff) | |
| parent | 4238467b2d78fcb11ba63026daa525d1c09e17ac (diff) | |
Merge pull request #1680 from LynnL4/port-stm32u5xx
Port stm32u5xx
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 |
