summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcopilot-swe-agent[bot] <[email protected]>2026-03-22 20:27:58 +0000
committercopilot-swe-agent[bot] <[email protected]>2026-03-22 20:27:58 +0000
commitb46147a497bf68d680e9a8a898eeca2d255ce53b (patch)
tree89a6094154d67accca8dd3edc68e66844e047304
parent46a0361f641dfd118f8f5e69889621f2d174cd96 (diff)
remove accidentally committed submodule entries
-rw-r--r--.gitignore10
m---------hw/mcu/raspberry_pi/Pico-PIO-USB0
m---------hw/mcu/st/cmsis_device_f40
m---------hw/mcu/st/stm32f4xx_hal_driver0
m---------lib/CMSIS_50
m---------lib/FreeRTOS-Kernel0
m---------lib/lwip0
m---------lib/threadx0
m---------tools/linkermap0
m---------tools/uf20
10 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 162f9a019..f15f54d0a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -55,3 +55,13 @@ Release
BrowseInfo
.cmake_build
README_processed.rst
+# Dependencies fetched by tools/get_deps.py (should not be committed)
+hw/mcu/raspberry_pi/Pico-PIO-USB/
+hw/mcu/st/cmsis_device_f4/
+hw/mcu/st/stm32f4xx_hal_driver/
+lib/CMSIS_5/
+lib/FreeRTOS-Kernel/
+lib/lwip/
+lib/threadx/
+tools/linkermap/
+tools/uf2/
diff --git a/hw/mcu/raspberry_pi/Pico-PIO-USB b/hw/mcu/raspberry_pi/Pico-PIO-USB
deleted file mode 160000
-Subproject 675543bcc9baa8170f868ab7ba316d418dbcf41
diff --git a/hw/mcu/st/cmsis_device_f4 b/hw/mcu/st/cmsis_device_f4
deleted file mode 160000
-Subproject 3c77349ce04c8af401454cc51f85ea9a50e34fc
diff --git a/hw/mcu/st/stm32f4xx_hal_driver b/hw/mcu/st/stm32f4xx_hal_driver
deleted file mode 160000
-Subproject b6f0ed3829f3829eb358a2e7417d80bba1a42db
diff --git a/lib/CMSIS_5 b/lib/CMSIS_5
deleted file mode 160000
-Subproject 2b7495b8535bdcb306dac29b9ded4cfb679d7e5
diff --git a/lib/FreeRTOS-Kernel b/lib/FreeRTOS-Kernel
deleted file mode 160000
-Subproject cc0e0707c0c748713485b870bb980852b210877
diff --git a/lib/lwip b/lib/lwip
deleted file mode 160000
-Subproject 159e31b689577dbf69cf0683bbaffbd71fa5ee1
diff --git a/lib/threadx b/lib/threadx
deleted file mode 160000
-Subproject 4b6e8100d932a3a67b34c6eb17f84f3bffb9e2a
diff --git a/tools/linkermap b/tools/linkermap
deleted file mode 160000
-Subproject 8e1f440fa15c567aceb5aa0d14f6d18c329cc67
diff --git a/tools/uf2 b/tools/uf2
deleted file mode 160000
-Subproject c594542b2faa01cc33a2b97c9fbebc38549df80