add cmake for f0, f1
This commit is contained in:
12
hw/bsp/stm32f1/boards/stm32f103_mini_2/board.cmake
Normal file
12
hw/bsp/stm32f1/boards/stm32f103_mini_2/board.cmake
Normal file
@@ -0,0 +1,12 @@
|
||||
set(MCU_VARIANT stm32f103xb)
|
||||
set(JLINK_DEVICE stm32f103rc)
|
||||
|
||||
set(LD_FILE_GNU ${CMAKE_CURRENT_LIST_DIR}/STM32F103XC_FLASH.ld)
|
||||
set(LD_FILE_IAR ${CMAKE_CURRENT_LIST_DIR}/stm32f103xc_flash.icf)
|
||||
|
||||
function(update_board TARGET)
|
||||
target_compile_definitions(${TARGET} PUBLIC
|
||||
STM32F103xB
|
||||
HSE_VALUE=8000000U
|
||||
)
|
||||
endfunction()
|
Reference in New Issue
Block a user