diff options
| author | hathach <[email protected]> | 2021-03-02 01:18:05 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-03-02 01:18:34 +0700 |
| commit | c34b6b2324809276664070a8c52bfa71ceaf9d06 (patch) | |
| tree | 62c85bfd420fc01e6b173f4a424c1f16d3b9f8dc /.gitmodules | |
| parent | 83ce2dfcb73da5e2e59a3232dfb930710d687f2f (diff) | |
remove lib/CMSIS_4 submodule, move nrf to lib/CMSIS_5
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index e33532c4e..209b6ea95 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,9 +22,6 @@ [submodule "lib/lwip"] path = lib/lwip url = https://github.com/lwip-tcpip/lwip.git -[submodule "lib/CMSIS_4"] - path = lib/CMSIS_4 - url = https://github.com/ARM-software/CMSIS.git [submodule "hw/mcu/st/cmsis_device_f4"] path = hw/mcu/st/cmsis_device_f4 url = https://github.com/STMicroelectronics/cmsis_device_f4.git @@ -113,7 +110,6 @@ path = hw/mcu/raspberrypi/pico-sdk url = https://github.com/raspberrypi/pico-sdk.git fetchRecurseSubmodules = false - [submodule "lib/FreeRTOS-Kernel"] path = lib/FreeRTOS-Kernel url = https://github.com/FreeRTOS/FreeRTOS-Kernel.git |
