summaryrefslogtreecommitdiff
path: root/hw/bsp/samd5x_e5x/boards/same54_xplained/board.cmake
blob: 4d98205bc86b8710f0d99126ecd42a788f05d502 (plain)
1
2
3
4
5
6
7
8
9
10
set(SAM_FAMILY same54)

set(JLINK_DEVICE ATSAME54P20)
set(LD_FILE_GNU ${CMAKE_CURRENT_LIST_DIR}/same54p20a_flash.ld)

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