support stm32U0 device

This commit is contained in:
Haefner, Martin
2024-10-01 15:24:11 +02:00
parent f4dd176484
commit 3fa7da95bd
4 changed files with 39 additions and 0 deletions

View File

@@ -293,6 +293,11 @@
#define TUP_USBIP_FSDEV_STM32
#define TUP_DCD_ENDPOINT_MAX 8
#elif TU_CHECK_MCU(OPT_MCU_STM32U0)
#define TUP_USBIP_FSDEV
#define TUP_USBIP_FSDEV_STM32
#define TUP_DCD_ENDPOINT_MAX 8
//--------------------------------------------------------------------+
// Sony
//--------------------------------------------------------------------+