Преглед изворни кода

fix(esp32c3): Update esp32c3 chip revision

Jiang Guang Ming пре 2 година
родитељ
комит
5f00b8a4d5
1 измењених фајлова са 7 додато и 7 уклоњено
  1. 7 7
      components/esp_hw_support/port/esp32c3/Kconfig.hw_support

+ 7 - 7
components/esp_hw_support/port/esp32c3/Kconfig.hw_support

@@ -19,8 +19,8 @@ choice ESP32C3_REV_MIN
         bool "Rev v0.3 (ECO3)"
     config ESP32C3_REV_MIN_4
         bool "Rev v0.4 (ECO4)"
-    config ESP32C3_REV_MIN_100
-        bool "Rev v1.0 (ECO6)"
+    config ESP32C3_REV_MIN_101
+        bool "Rev v1.1"
 endchoice
 
 config ESP32C3_REV_MIN_FULL
@@ -30,7 +30,7 @@ config ESP32C3_REV_MIN_FULL
     default 2 if ESP32C3_REV_MIN_2
     default 3 if ESP32C3_REV_MIN_3
     default 4 if ESP32C3_REV_MIN_4
-    default 100 if ESP32C3_REV_MIN_100
+    default 101 if ESP32C3_REV_MIN_101
 
 config ESP_REV_MIN_FULL
     int
@@ -48,14 +48,14 @@ config ESP_REV_MIN_FULL
 
 config ESP32C3_REV_MAX_FULL
     int
-    default 199 if ESP32C3_REV100_DEVELOPMENT
-    default 99 if !ESP32C3_REV100_DEVELOPMENT
+    default 199 if ESP32C3_REV101_DEVELOPMENT
+    default 99 if !ESP32C3_REV101_DEVELOPMENT
     # keep in sync the "Maximum Supported Revision" description with this value
 
 config ESP_REV_MAX_FULL
     int
     default ESP32C3_REV_MAX_FULL
 
-config ESP32C3_REV100_DEVELOPMENT
-    bool "Develop on ESP32-C3 v1.0 (Preview)"
+config ESP32C3_REV101_DEVELOPMENT
+    bool "Develop on ESP32-C3 v1.1 (Preview)"
     default y if IDF_CI_BUILD