mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
Merge branch 'feat/c6_v002_compatibility_v5.4' into 'release/v5.4'
hw_support: Add Kconfig option for c6 v0.2 (v5.4) See merge request espressif/esp-idf!38942
This commit is contained in:
@ -13,12 +13,15 @@ choice ESP32C6_REV_MIN
|
|||||||
bool "Rev v0.0"
|
bool "Rev v0.0"
|
||||||
config ESP32C6_REV_MIN_1
|
config ESP32C6_REV_MIN_1
|
||||||
bool "Rev v0.1 (ECO1)"
|
bool "Rev v0.1 (ECO1)"
|
||||||
|
config ESP32C6_REV_MIN_2
|
||||||
|
bool "Rev v0.2"
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config ESP32C6_REV_MIN_FULL
|
config ESP32C6_REV_MIN_FULL
|
||||||
int
|
int
|
||||||
default 0 if ESP32C6_REV_MIN_0
|
default 0 if ESP32C6_REV_MIN_0
|
||||||
default 1 if ESP32C6_REV_MIN_1
|
default 1 if ESP32C6_REV_MIN_1
|
||||||
|
default 2 if ESP32C6_REV_MIN_2
|
||||||
|
|
||||||
config ESP_REV_MIN_FULL
|
config ESP_REV_MIN_FULL
|
||||||
int
|
int
|
||||||
|
Reference in New Issue
Block a user