summaryrefslogtreecommitdiff
path: root/hw/bsp/samd11/boards/samd11_xplained/board.cmake
blob: 13a6e3af71fd2f12a10480bbf9e6f97d15f7c955 (plain)
1
2
3
4
5
6
7
8
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()