From 42126a39b96817fed111a9ec271688681382f4b0 Mon Sep 17 00:00:00 2001 From: xengineering <me@xengineering.eu> Date: Sun, 23 Mar 2025 18:38:04 +0100 Subject: 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`. --- fw/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fw/CMakeLists.txt') 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" ) -- cgit v1.2.3-70-g09d2