diff options
| author | Ha Thach <[email protected]> | 2024-10-04 17:51:58 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-10-04 17:51:58 +0700 |
| commit | 6bfd02413785b8cdb3b4bb7e2f3851be0a50156e (patch) | |
| tree | 9bba23b87f876a8a37aa5678441b19b29634b4a2 /src/common | |
| parent | 4e0d5343b4562560665697a64e3167399773c808 (diff) | |
| parent | 73f7ce7103c0d002d787abfc1ae73d1f9e087f0b (diff) | |
Merge pull request #2824 from Maerdl/master
support stm32U0 device
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 6b19ac9fe..c77afecad 100644 --- a/src/common/tusb_mcu.h +++ b/src/common/tusb_mcu.h @@ -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 //--------------------------------------------------------------------+ |
