summaryrefslogtreecommitdiff
path: root/hw/bsp/samd2x_l2x/boards/sensorwatch_m0/board.cmake
blob: 67d26475fc6b5933cb2bdbd6b15fe6467b93aff3 (plain)
1
2
3
4
5
6
7
8
9
set(SAM_FAMILY saml22)
set(JLINK_DEVICE ATSAML21J18)
set(LD_FILE_GNU ${CMAKE_CURRENT_LIST_DIR}/${BOARD}.ld)

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