diff options
| author | hathach <[email protected]> | 2024-10-15 17:55:24 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-10-15 17:55:24 +0700 |
| commit | 4012e150757b517620465d93a22b0787c6400c5d (patch) | |
| tree | 74987698f27e95d8bed1ce20f4b89b41dc4cb7b5 /src/tusb_option.h | |
| parent | 10a3aa3cc8f58a783d2109f5a6c9a4012992f982 (diff) | |
move core init code to dwc2 common. update/correct build for esppressif
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index fdc949747..d36d0bcad 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -125,7 +125,8 @@ #define OPT_MCU_ESP32C2 905 ///< Espressif ESP32-C2 #define OPT_MCU_ESP32H2 906 ///< Espressif ESP32-H2 #define OPT_MCU_ESP32P4 907 ///< Espressif ESP32-P4 -#define TUP_MCU_ESPRESSIF (CFG_TUSB_MCU >= 900 && CFG_TUSB_MCU < 1000) // check if Espressif MCU +#define TUSB_MCU_VENDOR_ESPRESSIF (CFG_TUSB_MCU >= 900 && CFG_TUSB_MCU < 1000) // check if Espressif MCU +#define TUP_MCU_ESPRESSIF TUSB_MCU_VENDOR_ESPRESSIF // for backward compatibility // Dialog #define OPT_MCU_DA1469X 1000 ///< Dialog Semiconductor DA1469x |
