diff options
| author | zhiqiang-ch <[email protected]> | 2025-12-30 10:44:03 +0800 |
|---|---|---|
| committer | zhiqiang-ch <[email protected]> | 2025-12-30 10:44:03 +0800 |
| commit | 239e20ba7399fc026325c4cd8c98c08a160a9773 (patch) | |
| tree | 6cc029d84232bea3f1898193cd62eaebc09ffe57 /src/common | |
| parent | b209b177ecc41ca733a4420c60fb7c1170be2342 (diff) | |
support for the AT32F45X series
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_mcu.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/tusb_mcu.h b/src/common/tusb_mcu.h index 55f7e0b7c..ce690acb8 100644 --- a/src/common/tusb_mcu.h +++ b/src/common/tusb_mcu.h @@ -661,6 +661,11 @@ #define TUP_USBIP_DWC2_AT32 #define TUP_DCD_ENDPOINT_MAX 8 +#elif TU_CHECK_MCU(OPT_MCU_AT32F45X) + #define TUP_USBIP_DWC2 + #define TUP_USBIP_DWC2_AT32 + #define TUP_DCD_ENDPOINT_MAX 8 + //--------------------------------------------------------------------+ // HPMicro //--------------------------------------------------------------------+ |
