Merge branch 'feat/add_c5_v102_config' into 'master'

hw_support: add new config for c5 v1.2 and c61 v1.1

See merge request espressif/esp-idf!43532
This commit is contained in:
Michael (XIAO Xufeng)
2025-11-21 19:20:59 +08:00
2 changed files with 6 additions and 0 deletions

View File

@@ -11,11 +11,14 @@ choice ESP32C5_REV_MIN
config ESP32C5_REV_MIN_100
bool "Rev v1.0 (ECO2)"
config ESP32C5_REV_MIN_102
bool "Rev v1.2"
endchoice
config ESP32C5_REV_MIN_FULL
int
default 100 if ESP32C5_REV_MIN_100
default 102 if ESP32C5_REV_MIN_102
config ESP_REV_MIN_FULL
int

View File

@@ -11,11 +11,14 @@ choice ESP32C61_REV_MIN
config ESP32C61_REV_MIN_100
bool "Rev v1.0"
config ESP32C61_REV_MIN_101
bool "Rev v1.1"
endchoice
config ESP32C61_REV_MIN_FULL
int
default 100 if ESP32C61_REV_MIN_100
default 101 if ESP32C61_REV_MIN_101
config ESP_REV_MIN_FULL
int