diff options
| author | Ha Thach <[email protected]> | 2025-09-16 22:10:53 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-09-16 22:10:53 +0700 |
| commit | d9ad09a8dce9e54cbd23062f8dec6c4fd49dc906 (patch) | |
| tree | 98da2b93ae00831c64a78b8a4773779adcb873d0 /src/common | |
| parent | feef534921446e1a3ded54a0c46191fe1709bdb4 (diff) | |
| parent | 4182342112d92898d2b55ef9562c545a9ebf52ac (diff) | |
Merge pull request #3252 from espressif/feat/esp32h4_support
Add ESP32-H4 as a supported MCU in TinyUSB and wire it into build/run…
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_mcu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tusb_mcu.h b/src/common/tusb_mcu.h index 7722ca1e6..b647b2a7f 100644 --- a/src/common/tusb_mcu.h +++ b/src/common/tusb_mcu.h @@ -387,7 +387,7 @@ //--------------------------------------------------------------------+ // Espressif //--------------------------------------------------------------------+ -#elif TU_CHECK_MCU(OPT_MCU_ESP32S2, OPT_MCU_ESP32S3) +#elif TU_CHECK_MCU(OPT_MCU_ESP32S2, OPT_MCU_ESP32S3, OPT_MCU_ESP32H4) #define TUP_USBIP_DWC2 #define TUP_USBIP_DWC2_ESP32 #define TUP_DCD_ENDPOINT_MAX 7 // only 5 TX FIFO for endpoint IN |
