diff options
| author | Scott Shawcroft <[email protected]> | 2024-05-16 11:17:05 -0700 |
|---|---|---|
| committer | Scott Shawcroft <[email protected]> | 2024-05-16 11:17:05 -0700 |
| commit | d3098747c03fe7f5d5d8b9a45ed4e7134fcaaf9d (patch) | |
| tree | b8e336947e4d70243857ef12ac32bf42a6c45d90 /src/tusb_option.h | |
| parent | ee9ad0f184752e4006ccfa6ae49b7ac83707d771 (diff) | |
Add esp32c2 and esp32h2 for max3421 support
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index 3ead20ee7..3a5b1e961 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -122,6 +122,8 @@ #define OPT_MCU_ESP32 902 ///< Espressif ESP32 (for host max3421e) #define OPT_MCU_ESP32C3 903 ///< Espressif ESP32-C3 #define OPT_MCU_ESP32C6 904 ///< Espressif ESP32-C6 +#define OPT_MCU_ESP32C2 905 ///< Espressif ESP32-C2 +#define OPT_MCU_ESP32H2 906 ///< Espressif ESP32-H2 #define TUP_MCU_ESPRESSIF (CFG_TUSB_MCU >= 900 && CFG_TUSB_MCU < 1000) // check if Espressif MCU // Dialog |
