- 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

@@ -26,7 +26,7 @@
#include "tusb_option.h"
#if CFG_TUSB_MCU == OPT_MCU_NONE
#if CFG_TUD_ENABLED && CFG_TUSB_MCU == OPT_MCU_NONE
#include "device/dcd.h"
@@ -141,4 +141,6 @@ void dcd_edpt_clear_stall (uint8_t rhport, uint8_t ep_addr)
(void) ep_addr;
}
#endif