[rtems commit] WIP: add CMSIS_5, cmsis_device_h7 and stm32h7xx_hal_driver submodules

Karel Gardas karel at rtems.org
Tue Jul 18 13:12:45 UTC 2023


Module:    rtems
Branch:    master
Commit:    c0254029ee70942893ad5f3519ab661e644c3ef1
Changeset: http://git.rtems.org/rtems/commit/?id=c0254029ee70942893ad5f3519ab661e644c3ef1

Author:    Karel Gardas <karel at functional.vision>
Date:      Fri Jul 14 15:11:06 2023 +0200

WIP: add CMSIS_5, cmsis_device_h7 and stm32h7xx_hal_driver submodules

All needed to form a HAL for STM32H7 BSP.

---

 .gitmodules                           | 9 +++++++++
 hals/arm/stm32h7/CMSIS_5              | 1 +
 hals/arm/stm32h7/cmsis_device_h7      | 1 +
 hals/arm/stm32h7/stm32h7xx_hal_driver | 1 +
 4 files changed, 12 insertions(+)

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000000..396cb78fee
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,9 @@
+[submodule "hals/arm/stm32h7/CMSIS_5"]
+	path = hals/arm/stm32h7/CMSIS_5
+	url = https://github.com/ARM-software/CMSIS_5.git
+[submodule "hals/arm/stm32h7/stm32h7xx_hal_driver"]
+	path = hals/arm/stm32h7/stm32h7xx_hal_driver
+	url = https://github.com/karelfv/stm32h7xx_hal_driver.git
+[submodule "hals/arm/stm32h7/cmsis_device_h7"]
+	path = hals/arm/stm32h7/cmsis_device_h7
+	url = https://github.com/karelfv/cmsis_device_h7.git
diff --git a/hals/arm/stm32h7/CMSIS_5 b/hals/arm/stm32h7/CMSIS_5
new file mode 160000
index 0000000000..a75f01746d
--- /dev/null
+++ b/hals/arm/stm32h7/CMSIS_5
@@ -0,0 +1 @@
+Subproject commit a75f01746df18bb5b929dfb8dc6c9407fac3a0f3
diff --git a/hals/arm/stm32h7/cmsis_device_h7 b/hals/arm/stm32h7/cmsis_device_h7
new file mode 160000
index 0000000000..6d5ef249be
--- /dev/null
+++ b/hals/arm/stm32h7/cmsis_device_h7
@@ -0,0 +1 @@
+Subproject commit 6d5ef249bec5177e0e2a0880ed62df2132874d99
diff --git a/hals/arm/stm32h7/stm32h7xx_hal_driver b/hals/arm/stm32h7/stm32h7xx_hal_driver
new file mode 160000
index 0000000000..d5fc8d05fc
--- /dev/null
+++ b/hals/arm/stm32h7/stm32h7xx_hal_driver
@@ -0,0 +1 @@
+Subproject commit d5fc8d05fc16fa2a2a2f948cf6c6ab39e78358e1



More information about the vc mailing list