summaryrefslogtreecommitdiff
path: root/hw/bsp/same7x/boards/same70_xplained/board.cmake
blob: b226b6c4fdac40f737f7948e446556ac5df17de3 (plain)
1
2
3
4
5
6
7
8
set(JLINK_DEVICE SAME70Q21B)
set(LD_FILE_GNU ${TOP}/hw/mcu/microchip/same70/same70b/gcc/gcc/same70q21b_flash.ld)

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