Files
tinyUSB/hw/bsp/msp432e4/boards/msp_exp432e401y/board.cmake
2024-05-02 21:28:43 +07:00

9 lines
179 B
CMake

set(MCU_VARIANT msp432e401y)
set(JLINK_DEVICE ${MCU_VARIANT})
function(update_board TARGET)
target_compile_definitions(${TARGET} PUBLIC
__MSP432E401Y__
)
endfunction()