- update nrf52 bsp for cmake

- add empty tuh_int_handler/tud_int_handler if corresponidng stack not enabled
- add hcd_template.c
This commit is contained in:
hathach
2023-08-18 12:48:12 +07:00
parent 1fdf29075d
commit 9257a0f562
18 changed files with 241 additions and 24 deletions

View File

@@ -0,0 +1,5 @@
set(MCU_VARIANT nrf52840)
set(LD_FILE_GNU ${CMAKE_CURRENT_LIST_DIR}/arduino_nano33_ble.ld)
function(update_board TARGET)
endfunction()