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

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