Files
tinyUSB/hw/bsp/nrf/boards/feather_nrf52840_express/board.cmake

9 lines
212 B
CMake
Raw Normal View History

set(MCU_VARIANT nrf52840)
2023-10-05 17:01:41 +07:00
set(LD_FILE_GNU ${CMAKE_CURRENT_LIST_DIR}/../../linker/nrf52840_s140_v6.ld)
# enable max3421 host driver for this board
set(MAX3421_HOST 1)
function(update_board TARGET)
endfunction()