summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules2
-rw-r--r--fw/CMakeLists.txt2
m---------fw/rtos/modules/hal_stm32 (renamed from fw/rtos/modules/stm32)0
3 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index 2e70fd7..755d4f6 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -2,7 +2,7 @@
path = fw/rtos/zephyr
url = https://github.com/zephyrproject-rtos/zephyr.git
[submodule "zephyrproject/modules/hal/stm32"]
- path = fw/rtos/modules/stm32
+ path = fw/rtos/modules/hal_stm32
url = https://github.com/zephyrproject-rtos/hal_stm32.git
[submodule "zephyrproject/modules/hal/cmsis"]
path = fw/rtos/modules/cmsis
diff --git a/fw/CMakeLists.txt b/fw/CMakeLists.txt
index e2c649e..0eca50f 100644
--- a/fw/CMakeLists.txt
+++ b/fw/CMakeLists.txt
@@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.20.0)
set(BOARD "native_sim/native/64")
set(ZEPHYR_MODULES
"${CMAKE_CURRENT_SOURCE_DIR}/rtos/modules/cmsis"
- "${CMAKE_CURRENT_SOURCE_DIR}/rtos/modules/stm32"
+ "${CMAKE_CURRENT_SOURCE_DIR}/rtos/modules/hal_stm32"
"${CMAKE_CURRENT_SOURCE_DIR}/rtos/modules/mbedtls"
"${CMAKE_CURRENT_SOURCE_DIR}/rtos/modules/mcuboot"
)
diff --git a/fw/rtos/modules/stm32 b/fw/rtos/modules/hal_stm32
-Subproject 55043bcc35fffa3b4a8c75a696d932b5020aad0
+Subproject 55043bcc35fffa3b4a8c75a696d932b5020aad0