add cmake for f0, f1
This commit is contained in:
12
hw/bsp/stm32f0/boards/stm32f072eval/board.cmake
Normal file
12
hw/bsp/stm32f0/boards/stm32f072eval/board.cmake
Normal 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()
|
||||
Reference in New Issue
Block a user