mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 11:17:20 +02:00
esp_hw_support: Removes esp32c2 eco2 support
This commit is contained in:
@ -11,14 +11,11 @@ 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_2
|
|
||||||
bool "Rev v2.0 (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 200 if ESP32C2_REV_MIN_2
|
|
||||||
|
|
||||||
config ESP_REV_MIN_FULL
|
config ESP_REV_MIN_FULL
|
||||||
int
|
int
|
||||||
|
Reference in New Issue
Block a user