Add support for the STM32C0 and the NUCLEO-C071RB.

This commit is contained in:
David (Pololu)
2024-10-08 12:30:44 -07:00
committed by hathach
parent dbc2c8d972
commit 568c785da1
16 changed files with 961 additions and 8 deletions

View File

@@ -238,6 +238,11 @@
#define TUP_USBIP_FSDEV_STM32
#define TUP_DCD_ENDPOINT_MAX 8
#elif TU_CHECK_MCU(OPT_MCU_STM32C0)
#define TUP_USBIP_FSDEV
#define TUP_USBIP_FSDEV_STM32
#define TUP_DCD_ENDPOINT_MAX 8
#elif TU_CHECK_MCU(OPT_MCU_STM32L0, OPT_MCU_STM32L1)
#define TUP_USBIP_FSDEV
#define TUP_USBIP_FSDEV_STM32