summaryrefslogtreecommitdiff
path: root/hw/bsp/samg/boards/samg55_xplained/board.cmake
blob: 2635987dc06bc0790b417b4df54507aaf1287794 (plain)
1
2
3
4
5
6
7
8
set(JLINK_DEVICE ATSAMG55J19)
set(LD_FILE_GNU ${CMAKE_CURRENT_LIST_DIR}/samg55j19_flash.ld)

function(update_board TARGET)
  target_compile_definitions(${TARGET} PUBLIC
    __SAMG55J19__
    )
endfunction()