mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-15 19:34:03 +00:00
global: add new target name: esp32-s3
add target name, chip ID, toochain descriptions for ESP32-S3
This commit is contained in:
@@ -251,6 +251,7 @@ void __attribute__((noreturn)) esp_system_abort(const char* details);
|
||||
typedef enum {
|
||||
CHIP_ESP32 = 1, //!< ESP32
|
||||
CHIP_ESP32S2 = 2, //!< ESP32-S2
|
||||
CHIP_ESP32S3 = 4, //!< ESP32-S3
|
||||
} esp_chip_model_t;
|
||||
|
||||
/* Chip feature flags, used in esp_chip_info_t */
|
||||
|
||||
Reference in New Issue
Block a user