mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-23 09:41:19 +00:00
9 lines
226 B
CMake
9 lines
226 B
CMake
set(MCU_VARIANT nrf5340_application)
|
|
set(LD_FILE_GNU ${NRFX_DIR}/mdk/nrf5340_xxaa_application.ld)
|
|
|
|
function(update_board TARGET)
|
|
target_sources(${TARGET} PRIVATE
|
|
${NRFX_DIR}/drivers/src/nrfx_usbreg.c
|
|
)
|
|
endfunction()
|