mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
10 lines
263 B
CMake
10 lines
263 B
CMake
set(MCU_VARIANT nrf52840)
|
|
#set(LD_FILE_GNU ${CMAKE_CURRENT_LIST_DIR}/../../linker/nrf52840_s140_v6.ld)
|
|
set(LD_FILE_GNU ${NRFX_DIR}/mdk/nrf52840_xxaa.ld)
|
|
|
|
# enable max3421 host driver for this board
|
|
set(MAX3421_HOST 1)
|
|
|
|
function(update_board TARGET)
|
|
endfunction()
|