Files
tinyUSB/hw/bsp/samd11/boards/samd11_xplained/board.cmake

9 lines
211 B
CMake
Raw Normal View History

set(JLINK_DEVICE ATSAMD11D14)
set(LD_FILE_GNU ${CMAKE_CURRENT_LIST_DIR}/samd11d14am_flash.ld)
function(update_board TARGET)
target_compile_definitions(${TARGET} PUBLIC
__SAMD11D14AM__
)
endfunction()