mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
6 lines
147 B
CMake
6 lines
147 B
CMake
|
set(MCU_VARIANT nrf52840)
|
||
|
set(LD_FILE_GNU ${CMAKE_CURRENT_LIST_DIR}/../../linker/nrf52840_s140_v6.ld)
|
||
|
|
||
|
function(update_board TARGET)
|
||
|
endfunction()
|