summaryrefslogtreecommitdiff
path: root/hw/bsp/msp430/boards/msp_exp430f5529lp/board.cmake
blob: 59f59126347a9e98b9ce3f425f8c3b77f0950391 (plain)
1
2
3
4
5
6
7
8
9
set(MCU_VARIANT msp430f5529)
set(LD_FILE_GNU ${SDK_DIR}/msp430f5529.ld)

function(update_board TARGET)
  target_compile_definitions(${TARGET} INTERFACE
    __MSP430F5529__
    )

endfunction()