mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
feat(soc): Increase max supported version of C3 to 1.99
This commit is contained in:
parent
24467ccc8a
commit
67043f557f
@ -40,7 +40,7 @@ config ESP_REV_MIN_FULL
|
|||||||
# MAX Revision
|
# 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.
|
# Maximum revision that IDF supports.
|
||||||
# It can not be changed by user.
|
# It can not be changed by user.
|
||||||
# Only Espressif can change it when a new version will be supported in IDF.
|
# 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
|
config ESP32C3_REV_MAX_FULL
|
||||||
int
|
int
|
||||||
default 199 if ESP32C3_REV101_DEVELOPMENT
|
default 199
|
||||||
default 99 if !ESP32C3_REV101_DEVELOPMENT
|
|
||||||
# keep in sync the "Maximum Supported Revision" description with this value
|
# keep in sync the "Maximum Supported Revision" description with this value
|
||||||
|
|
||||||
config ESP_REV_MAX_FULL
|
config ESP_REV_MAX_FULL
|
||||||
int
|
int
|
||||||
default ESP32C3_REV_MAX_FULL
|
default ESP32C3_REV_MAX_FULL
|
||||||
|
|
||||||
config ESP32C3_REV101_DEVELOPMENT
|
|
||||||
bool "Develop on ESP32-C3 v1.1 (Preview)"
|
|
||||||
default y if IDF_CI_BUILD
|
|
||||||
|
Loading…
Reference in New Issue
Block a user