xmc4500 led blinky, button ok

This commit is contained in:
hathach
2021-11-05 11:40:53 +07:00
parent 310f287f44
commit a3fc107d94
7 changed files with 259 additions and 0 deletions

View File

@@ -188,6 +188,10 @@
#elif TU_CHECK_MCU(OPT_MCU_BCM2711)
#define DCD_ATTR_ENDPOINT_MAX 8
//------------- Broadcom -------------//
#elif TU_CHECK_MCU(OPT_MCU_XMC4000)
#define DCD_ATTR_ENDPOINT_MAX 8
#else
#warning "DCD_ATTR_ENDPOINT_MAX is not defined for this MCU, default to 8"
#define DCD_ATTR_ENDPOINT_MAX 8