Files
espLinuxESPIDF/components/espressif__tinyusb/hw/bsp/lpc15/boards/lpcxpresso1549/board.cmake
T
2026-05-06 19:51:30 +07:00

12 lines
264 B
CMake
Executable File

set(JLINK_DEVICE lpc1549)
set(PYOCD_TARGET lpc1549)
set(LD_FILE_GNU ${CMAKE_CURRENT_LIST_DIR}/lpc1549.ld)
function(update_board TARGET)
target_compile_definitions(${TARGET} PUBLIC
CFG_EXAMPLE_MSC_READONLY
CFG_EXAMPLE_VIDEO_READONLY
)
endfunction()