Add support for the STM32C0 and the NUCLEO-C071RB.
This commit is contained in:
10
hw/bsp/stm32c0/boards/stm32c071nucleo/board.cmake
Normal file
10
hw/bsp/stm32c0/boards/stm32c071nucleo/board.cmake
Normal file
@@ -0,0 +1,10 @@
|
||||
set(MCU_VARIANT stm32c071xx)
|
||||
set(JLINK_DEVICE stm32c071rb)
|
||||
|
||||
set(LD_FILE_GNU ${CMAKE_CURRENT_LIST_DIR}/STM32C071RBTx_FLASH.ld)
|
||||
|
||||
function(update_board TARGET)
|
||||
target_compile_definitions(${TARGET} PUBLIC
|
||||
STM32C071xx
|
||||
)
|
||||
endfunction()
|
Reference in New Issue
Block a user