diff options
| author | hathach <[email protected]> | 2023-11-23 20:06:22 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-11-23 20:06:22 +0700 |
| commit | 7213b8abb126cb6a1c88bd1e6d89b7dbacf339d8 (patch) | |
| tree | ab8e7d2ac20b180612d6a3d6b51d1ab631f00094 /hw/bsp/stm32f4 | |
| parent | 54356a719e3968702d86346ec6305679ebd9dd0f (diff) | |
move tools/cmake to examples/build_system
Diffstat (limited to 'hw/bsp/stm32f4')
| -rw-r--r-- | hw/bsp/stm32f4/family.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/stm32f4/family.cmake b/hw/bsp/stm32f4/family.cmake index cad504bac..71ec33c6e 100644 --- a/hw/bsp/stm32f4/family.cmake +++ b/hw/bsp/stm32f4/family.cmake @@ -16,7 +16,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/boards/${BOARD}/board.cmake) # toolchain set up set(CMAKE_SYSTEM_PROCESSOR cortex-m4 CACHE INTERNAL "System Processor") -set(CMAKE_TOOLCHAIN_FILE ${TOP}/tools/cmake/toolchain/arm_${TOOLCHAIN}.cmake) +set(CMAKE_TOOLCHAIN_FILE ${TOP}/examples/build_system/cmake/toolchain/arm_${TOOLCHAIN}.cmake) set(FAMILY_MCUS STM32F4 CACHE INTERNAL "") |
