forked from espressif/esp-idf
feat(esp32c3): Update esp32c3 chip revision
This commit is contained in:
committed by
zhiweijian
parent
0a27b15f3e
commit
37f97d005e
@@ -44,6 +44,8 @@ menu "ESP32C3-Specific"
|
|||||||
bool "Rev v0.3 (ECO3)"
|
bool "Rev v0.3 (ECO3)"
|
||||||
config ESP32C3_REV_MIN_4
|
config ESP32C3_REV_MIN_4
|
||||||
bool "Rev v0.4 (ECO4)"
|
bool "Rev v0.4 (ECO4)"
|
||||||
|
config ESP32C3_REV_MIN_101
|
||||||
|
bool "Rev v1.1"
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config ESP32C3_REV_MIN
|
config ESP32C3_REV_MIN
|
||||||
@@ -54,6 +56,7 @@ menu "ESP32C3-Specific"
|
|||||||
default 2 if ESP32C3_REV_MIN_2
|
default 2 if ESP32C3_REV_MIN_2
|
||||||
default 3 if ESP32C3_REV_MIN_3
|
default 3 if ESP32C3_REV_MIN_3
|
||||||
default 4 if ESP32C3_REV_MIN_4
|
default 4 if ESP32C3_REV_MIN_4
|
||||||
|
default 101 if ESP32C3_REV_MIN_101
|
||||||
|
|
||||||
config ESP32C3_REV_MIN_FULL
|
config ESP32C3_REV_MIN_FULL
|
||||||
int
|
int
|
||||||
@@ -62,6 +65,7 @@ menu "ESP32C3-Specific"
|
|||||||
default 2 if ESP32C3_REV_MIN_2
|
default 2 if ESP32C3_REV_MIN_2
|
||||||
default 3 if ESP32C3_REV_MIN_3
|
default 3 if ESP32C3_REV_MIN_3
|
||||||
default 4 if ESP32C3_REV_MIN_4
|
default 4 if ESP32C3_REV_MIN_4
|
||||||
|
default 101 if ESP32C3_REV_MIN_101
|
||||||
|
|
||||||
config ESP_REV_MIN_FULL
|
config ESP_REV_MIN_FULL
|
||||||
int
|
int
|
||||||
@@ -84,13 +88,18 @@ menu "ESP32C3-Specific"
|
|||||||
|
|
||||||
config ESP32C3_REV_MAX_FULL
|
config ESP32C3_REV_MAX_FULL
|
||||||
int
|
int
|
||||||
default 99
|
default 199 if ESP32C3_REV101_DEVELOPMENT
|
||||||
|
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
|
||||||
|
Reference in New Issue
Block a user