File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
components/esp_hw_support/port/esp32c2 Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -31,26 +31,21 @@ config ESP_REV_MIN_FULL
3131 # MAX Revision
3232 #
3333
34- comment "Maximum Supported ESP32-C2 Revision (Rev v1 .99)"
34+ comment "Maximum Supported ESP32-C2 Revision (Rev v2 .99)"
3535 # Maximum revision that IDF supports.
3636 # It can not be changed by user.
3737 # Only Espressif can change it when a new version will be supported in IDF.
3838 # Supports all chips starting from ESP32C2_REV_MIN_FULL to ESP32C2_REV_MAX_FULL
3939
4040config ESP32C2_REV_MAX_FULL
4141 int
42- default 299 if ESP32C2_REV2_DEVELOPMENT
43- default 199 if !ESP32C2_REV2_DEVELOPMENT
42+ default 299
4443 # keep in sync the "Maximum Supported Revision" description with this value
4544
4645config ESP_REV_MAX_FULL
4746 int
4847 default ESP32C2_REV_MAX_FULL
4948
50- config ESP32C2_REV2_DEVELOPMENT
51- bool "Develop on ESP32-C2 v2.0 (Preview)"
52- default y if IDF_CI_BUILD
53-
5449config ESP_EFUSE_BLOCK_REV_MIN_FULL
5550 int "Minimum Supported ESP32-C2 eFuse Block Revision"
5651 default 0
You can’t perform that action at this time.
0 commit comments