mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
feat(hw_support): add config version for c61 v1.1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user