feat(hw_support): add config version for c5 v1.2
This commit is contained in:
committed by
Michael (XIAO Xufeng)
parent
afc3741ec4
commit
26b91fc262
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user