summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorJerzy Kasenberg <[email protected]>2022-03-05 17:09:04 +0100
committerJerzy Kasenberg <[email protected]>2022-03-07 09:35:12 +0100
commita18ac842298d3742dc7044bd0db5c2351a4219a8 (patch)
tree528c6d887c0fd314b83c7a588a9dc491e8cbb8c5 /src/common
parent2bef4410f9ca71e60ce4072cca02ca6b544c0caa (diff)
Add support for STM32WB mcu
Diffstat (limited to 'src/common')
-rw-r--r--src/common/tusb_mcu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/tusb_mcu.h b/src/common/tusb_mcu.h
index 465e33ec7..8eb4ad475 100644
--- a/src/common/tusb_mcu.h
+++ b/src/common/tusb_mcu.h
@@ -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