enable ci for stm32c0, fix build issue with video example and clang

This commit is contained in:
hathach
2024-11-27 22:47:19 +07:00
parent 568c785da1
commit f090b64227
5 changed files with 163 additions and 12 deletions

View File

@@ -54,8 +54,9 @@ function(add_board_target BOARD_TARGET)
${ST_CMSIS}/Include
${ST_HAL_DRIVER}/Inc
)
# target_compile_options(${BOARD_TARGET} PUBLIC)
# target_compile_definitions(${BOARD_TARGET} PUBLIC)
target_compile_definitions(${BOARD_TARGET} PUBLIC
CFG_EXAMPLE_VIDEO_READONLY
)
update_board(${BOARD_TARGET})