add cmake for f0, f1

This commit is contained in:
hathach
2023-06-24 21:33:46 +07:00
parent 946d3fdd4f
commit 2a96ef2519
9 changed files with 342 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
set(MCU_VARIANT stm32f072xb)
set(JLINK_DEVICE stm32f072vb)
set(LD_FILE_GNU ${CMAKE_CURRENT_LIST_DIR}/STM32F072VBTx_FLASH.ld)
function(update_board TARGET)
target_compile_definitions(${TARGET} PUBLIC
STM32F072xB
LSI_VALUE=40000
CFG_EXAMPLE_VIDEO_READONLY
)
endfunction()