mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
10 lines
193 B
CMake
10 lines
193 B
CMake
|
set(MCU_VARIANT msp430f5529)
|
||
|
set(LD_FILE_GNU ${SDK_DIR}/msp430f5529.ld)
|
||
|
|
||
|
function(update_board TARGET)
|
||
|
target_compile_definitions(${TARGET} INTERFACE
|
||
|
__MSP430F5529__
|
||
|
)
|
||
|
|
||
|
endfunction()
|