diff options
| author | hathach <[email protected]> | 2023-03-10 23:41:27 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-03-10 23:41:27 +0700 |
| commit | 7e6a6e75bcdba408e6fd6dabc57d110b168e3d17 (patch) | |
| tree | 30fca0d69e9de7a32b6e05aeaeee453a3c52ab16 /.gitmodules | |
| parent | fb9180b6eb2ec1b76bf5b01d611901d986f85d83 (diff) | |
remove the rest of mcu submodules
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.gitmodules b/.gitmodules index e0eb5fb35..469192026 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,16 +1,9 @@ [submodule "tools/uf2"] path = tools/uf2 url = https://github.com/microsoft/uf2.git -[submodule "hw/mcu/ti"] - path = hw/mcu/ti - url = https://github.com/hathach/ti_driver.git [submodule "lib/lwip"] path = lib/lwip url = https://github.com/lwip-tcpip/lwip.git [submodule "lib/FreeRTOS-Kernel"] path = lib/FreeRTOS-Kernel url = https://github.com/FreeRTOS/FreeRTOS-Kernel.git -[submodule "hw/mcu/broadcom"] - path = hw/mcu/broadcom - url = https://github.com/adafruit/broadcom-peripherals.git - branch = main-build |
