mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
9257a0f562
- add empty tuh_int_handler/tud_int_handler if corresponidng stack not enabled - add hcd_template.c
6 lines
147 B
CMake
6 lines
147 B
CMake
set(MCU_VARIANT nrf52840)
|
|
set(LD_FILE_GNU ${CMAKE_CURRENT_LIST_DIR}/../../linker/nrf52840_s140_v6.ld)
|
|
|
|
function(update_board TARGET)
|
|
endfunction()
|