global: add new target name: esp32-s3

add target name, chip ID, toochain descriptions for ESP32-S3
This commit is contained in:
morris
2020-01-15 21:50:19 +08:00
parent 625bd5eb18
commit 067b1b91c2
7 changed files with 37 additions and 3 deletions

View File

@@ -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 */