esp32c3: Adds ECO4 revision

This commit is contained in:
KonstantinKondrashov
2022-03-17 17:26:17 +08:00
parent 204432191d
commit 754a563750
3 changed files with 5 additions and 2 deletions

View File

@@ -39,6 +39,8 @@ menu "ESP32C3-Specific"
bool "Rev 2"
config ESP32C3_REV_MIN_3
bool "Rev 3"
config ESP32C3_REV_MIN_4
bool "Rev 4"
endchoice
config ESP32C3_REV_MIN
@@ -47,6 +49,7 @@ menu "ESP32C3-Specific"
default 1 if ESP32C3_REV_MIN_1
default 2 if ESP32C3_REV_MIN_2
default 3 if ESP32C3_REV_MIN_3
default 4 if ESP32C3_REV_MIN_4
choice ESP32C3_TIME_SYSCALL
prompt "Timers used for gettimeofday function"