Add support for STM32H7RSxx

This commit is contained in:
Chintalagiri Shashank
2024-11-08 18:13:54 +05:30
parent 0569188aed
commit a780071d20
3 changed files with 16 additions and 0 deletions

View File

@@ -299,6 +299,13 @@
#define TUP_USBIP_FSDEV_STM32
#define TUP_DCD_ENDPOINT_MAX 8
#elif TU_CHECK_MCU(OPT_MCU_STM32H7RS)
#define TUP_USBIP_DWC2
#define TUP_USBIP_DWC2_STM32
// FS has 6, HS has 9
#define TUP_DCD_ENDPOINT_MAX 9
//--------------------------------------------------------------------+
// Sony
//--------------------------------------------------------------------+