diff options
author | xengineering <me@xengineering.eu> | 2025-03-23 18:38:04 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-03-26 21:18:23 +0100 |
commit | 42126a39b96817fed111a9ec271688681382f4b0 (patch) | |
tree | 04455ead62e140fa2a046c7d780a3f60d1f9e27e | |
parent | 1fcf9bd0d1af10c57a67d90496b5406244ca25ba (diff) | |
download | iot-contact-42126a39b96817fed111a9ec271688681382f4b0.tar iot-contact-42126a39b96817fed111a9ec271688681382f4b0.tar.zst iot-contact-42126a39b96817fed111a9ec271688681382f4b0.zip |
fw: rtos: modules: Rename to hal_stm32
This submodule is called `hal_stm32` upstream. Thus the submodule
directory should here be called exactly the same to reduce confusion
compared to `stm32`.
-rw-r--r-- | .gitmodules | 2 | ||||
-rw-r--r-- | fw/CMakeLists.txt | 2 | ||||
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 |