mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
esp32c2: fixed chip revision of ECO2
This commit is contained in:
committed by
KonstantinKondrashov
parent
0c0049b5e4
commit
ac068eed34
@ -11,11 +11,14 @@ choice ESP32C2_REV_MIN
|
|||||||
|
|
||||||
config ESP32C2_REV_MIN_1
|
config ESP32C2_REV_MIN_1
|
||||||
bool "Rev v1.0 (ECO1)"
|
bool "Rev v1.0 (ECO1)"
|
||||||
|
config ESP32C2_REV_MIN_1_1
|
||||||
|
bool "Rev v1.1 (ECO2)"
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config ESP32C2_REV_MIN_FULL
|
config ESP32C2_REV_MIN_FULL
|
||||||
int
|
int
|
||||||
default 100 if ESP32C2_REV_MIN_1
|
default 100 if ESP32C2_REV_MIN_1
|
||||||
|
default 101 if ESP32C2_REV_MIN_1_1
|
||||||
|
|
||||||
config ESP_REV_MIN_FULL
|
config ESP_REV_MIN_FULL
|
||||||
int
|
int
|
||||||
|
Reference in New Issue
Block a user