Files
espLinuxESPIDF/components/espressif__tinyusb/hw/bsp/nrf/boards/pca10095/board.cmake
T
2026-05-06 19:51:30 +07:00

8 lines
166 B
CMake
Executable File

set(MCU_VARIANT nrf5340_application)
function(update_board TARGET)
target_sources(${TARGET} PRIVATE
${NRFX_PATH}/drivers/src/nrfx_usbreg.c
)
endfunction()