cmake: convert more stm32 boards

This commit is contained in:
raiden00pl
2023-07-14 11:56:54 +02:00
committed by Xiang Xiao
parent 24c44b35d5
commit cf871b48d8
27 changed files with 902 additions and 8 deletions
@@ -124,4 +124,8 @@ if(CONFIG_BOARD_STM32_IHM08M1)
list(APPEND SRCS stm32_ihm08m1.c)
endif()
if(CONFIG_BOARD_STM32_IHM16M1)
list(APPEND SRCS stm32_ihm16m1.c)
endif()
target_sources(board PRIVATE ${SRCS})