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

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