Files
tinyUSB/hw/bsp/stm32l4/boards/stm32l476disco/board.cmake

11 lines
278 B
CMake
Raw Normal View History

2023-06-24 22:36:53 +07:00
set(MCU_VARIANT stm32l476xx)
set(JLINK_DEVICE stm32l476vg)
# set(JLINK_OPTION "-USB 000777632258")
2023-06-24 22:36:53 +07:00
set(LD_FILE_GNU ${CMAKE_CURRENT_LIST_DIR}/STM32L476VGTx_FLASH.ld)
function(update_board TARGET)
target_compile_definitions(${TARGET} PUBLIC
STM32L476xx
)
endfunction()