mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +08:00
cmake: convert more stm32 boards
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user