Skip to content

Commit

Permalink
Merge branch 'bugfix/esp32c2_rev_1_1' into 'master'
Browse files Browse the repository at this point in the history
esp32c2: fixed chip revision of ECO2

See merge request espressif/esp-idf!21735
  • Loading branch information
jack0c committed Dec 22, 2022
2 parents 7e29d11 + 9aec53e commit cfef248
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/esp_hw_support/port/esp32c2/Kconfig.hw_support
Expand Up @@ -11,14 +11,14 @@ choice ESP32C2_REV_MIN

config ESP32C2_REV_MIN_1
bool "Rev v1.0 (ECO1)"
config ESP32C2_REV_MIN_2
bool "Rev v2.0 (ECO2)"
config ESP32C2_REV_MIN_1_1
bool "Rev v1.1 (ECO2)"
endchoice

config ESP32C2_REV_MIN_FULL
int
default 100 if ESP32C2_REV_MIN_1
default 200 if ESP32C2_REV_MIN_2
default 101 if ESP32C2_REV_MIN_1_1

config ESP_REV_MIN_FULL
int
Expand Down

0 comments on commit cfef248

Please sign in to comment.