Skip to content

Commit

Permalink
Use my branch as submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
FranzForstmayr committed Aug 19, 2024
1 parent f44f55d commit 90a35ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
url = https://github.com/modm-io/cmsis-header-stm32.git
[submodule "ext/modm-devices"]
path = ext/modm-devices
url = https://github.com/modm-io/modm-devices.git
url = https://github.com/FranzForstmayr/modm-devices.git
branch = stm32u0
[submodule "ext/ros/ros-lib"]
path = ext/ros/ros-lib
url = https://github.com/modm-io/ros-lib
Expand Down
2 changes: 1 addition & 1 deletion ext/modm-devices
Submodule modm-devices updated 37 files
+1 −0 .gitignore
+4 −4 README.md
+6 −6 devices/stm32/stm32g0-70_b0.xml
+51 −19 devices/stm32/stm32g4-31_41.xml
+22 −3 devices/stm32/stm32g4-73_83.xml
+19 −3 devices/stm32/stm32g4-91_a1.xml
+21 −2 devices/stm32/stm32h5-03.xml
+4 −6 devices/stm32/stm32h5-23-c-c.xml
+4 −0 devices/stm32/stm32h5-23-c-r.xml
+6 −0 devices/stm32/stm32h5-23-c-v.xml
+8 −0 devices/stm32/stm32h5-23-c-z.xml
+4 −6 devices/stm32/stm32h5-23-e-c.xml
+3 −23 devices/stm32/stm32h5-23-e-h.xml
+4 −0 devices/stm32/stm32h5-23-e-r.xml
+6 −0 devices/stm32/stm32h5-23-e-v.xml
+8 −0 devices/stm32/stm32h5-23-e-z.xml
+4 −6 devices/stm32/stm32h5-33-e-c.xml
+3 −23 devices/stm32/stm32h5-33-e-h.xml
+4 −0 devices/stm32/stm32h5-33-e-r.xml
+6 −0 devices/stm32/stm32h5-33-e-v.xml
+8 −0 devices/stm32/stm32h5-33-e-z.xml
+21 −0 devices/stm32/stm32h5-62.xml
+31 −0 devices/stm32/stm32h5-63_73.xml
+6 −6 devices/stm32/stm32h7-42.xml
+6 −6 devices/stm32/stm32h7-43_53.xml
+5 −5 devices/stm32/stm32h7-45_55.xml
+5 −5 devices/stm32/stm32h7-47_57.xml
+3 −3 devices/stm32/stm32h7-50.xml
+1,072 −0 devices/stm32/stm32u0-31.xml
+1,479 −0 devices/stm32/stm32u0-73.xml
+1,468 −0 devices/stm32/stm32u0-83.xml
+3 −3 tools/generator/Makefile
+28 −0 tools/generator/dfg/stm32/stm.py
+0 −1 tools/generator/dfg/stm32/stm_device_tree.py
+1 −1 tools/generator/dfg/stm32/stm_dmamux_requests.py
+14 −0 tools/generator/dfg/stm32/stm_groups.py
+2 −2 tools/generator/dfg/stm32/stm_peripherals.py

0 comments on commit 90a35ce

Please sign in to comment.