Merge branch 'feat/max_ver_c3_199_v5.1' into 'release/v5.1'

feat(soc): Increase max supported version of C3 to 1.99 (v5.1)

See merge request espressif/esp-idf!26823
pull/13022/head
Michael (XIAO Xufeng) 2024-01-04 18:12:59 +08:00
commit b7834bd64d
1 zmienionych plików z 2 dodań i 7 usunięć

Wyświetl plik

@ -40,7 +40,7 @@ config ESP_REV_MIN_FULL
# MAX Revision
#
comment "Maximum Supported ESP32-C3 Revision (Rev v0.99)"
comment "Maximum Supported ESP32-C3 Revision (Rev v1.99)"
# Maximum revision that IDF supports.
# It can not be changed by user.
# Only Espressif can change it when a new version will be supported in IDF.
@ -48,14 +48,9 @@ config ESP_REV_MIN_FULL
config ESP32C3_REV_MAX_FULL
int
default 199 if ESP32C3_REV101_DEVELOPMENT
default 99 if !ESP32C3_REV101_DEVELOPMENT
default 199
# keep in sync the "Maximum Supported Revision" description with this value
config ESP_REV_MAX_FULL
int
default ESP32C3_REV_MAX_FULL
config ESP32C3_REV101_DEVELOPMENT
bool "Develop on ESP32-C3 v1.1 (Preview)"
default y if IDF_CI_BUILD