- add esp32 c3, c6 mcu option

- skip breakpoint for espressif riscv
This commit is contained in:
hathach
2024-04-26 00:10:57 +07:00
parent 03ccc8d8df
commit 223ce56625
5 changed files with 11 additions and 4 deletions

View File

@@ -429,8 +429,8 @@
#define TUP_MCU_MULTIPLE_CORE 0
#endif
#if !defined(TUP_DCD_ENDPOINT_MAX)
#warning "TUP_DCD_ENDPOINT_MAX is not defined for this MCU, default to 8"
#if !defined(TUP_DCD_ENDPOINT_MAX) && defined(CFG_TUD_ENABLED) && CFG_TUD_ENABLED
#warning "TUP_DCD_ENDPOINT_MAX is not defined for this MCU, default to 8"
#define TUP_DCD_ENDPOINT_MAX 8
#endif