Add support for STM32WB mcu

This commit is contained in:
Jerzy Kasenberg
2022-03-05 17:09:04 +01:00
committed by Jerzy Kasenberg
parent 2bef4410f9
commit a18ac84229
4 changed files with 20 additions and 1 deletions

View File

@@ -184,6 +184,9 @@
#define TUP_DCD_ENDPOINT_MAX 8
#endif
#elif TU_CHECK_MCU(OPT_MCU_STM32WB)
#define TUP_DCD_ENDPOINT_MAX 8
//------------- Sony -------------//
#elif TU_CHECK_MCU(OPT_MCU_CXD56)
#define TUP_DCD_ENDPOINT_MAX 7