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

This commit is contained in:
Michael (XIAO Xufeng)
2023-11-01 16:02:22 +08:00
committed by Xiao Xufeng
parent 12dec61cde
commit fae640c19b

View File

@ -78,7 +78,7 @@ menu "ESP32C3-Specific"
choice ESP32C3_REV_MAX_FULL_STR choice ESP32C3_REV_MAX_FULL_STR
prompt "Maximum Supported ESP32-C3 Revision" prompt "Maximum Supported ESP32-C3 Revision"
config ESP32C3_REV_MAX_FULL_STR_OPT config ESP32C3_REV_MAX_FULL_STR_OPT
bool "Rev v0.99" bool "Rev v1.99"
endchoice endchoice
# Maximum revision that IDF supports. # Maximum revision that IDF supports.
@ -88,18 +88,13 @@ menu "ESP32C3-Specific"
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
choice ESP32C3_UNIVERSAL_MAC_ADDRESSES choice ESP32C3_UNIVERSAL_MAC_ADDRESSES
bool "Number of universally administered (by IEEE) MAC address" bool "Number of universally administered (by IEEE) MAC address"
default ESP32C3_UNIVERSAL_MAC_ADDRESSES_FOUR default ESP32C3_UNIVERSAL_MAC_ADDRESSES_FOUR