mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-23 09:41:19 +00:00
9 lines
207 B
CMake
9 lines
207 B
CMake
set(JLINK_DEVICE ATSAMG55J19)
|
|
set(LD_FILE_GNU ${CMAKE_CURRENT_LIST_DIR}/samg55j19_flash.ld)
|
|
|
|
function(update_board TARGET)
|
|
target_compile_definitions(${TARGET} PUBLIC
|
|
__SAMG55J19__
|
|
)
|
|
endfunction()
|