6 lines
126 B
CMake
Executable File
6 lines
126 B
CMake
Executable File
set(MCU_VARIANT nrf52840)
|
|
set(LD_FILE_GNU ${CMAKE_CURRENT_LIST_DIR}/pca10059.ld)
|
|
|
|
function(update_board TARGET)
|
|
endfunction()
|