Skip to content

Commit

Permalink
feat(soc): Increase max supported version of C3 to 1.99
Browse files Browse the repository at this point in the history
  • Loading branch information
ginkgm committed Jan 3, 2024
1 parent 24467cc commit 67043f5
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions components/esp_hw_support/port/esp32c3/Kconfig.hw_support
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,17 @@ config ESP_REV_MIN_FULL
# MAX Revision
#

comment "Maximum Supported ESP32-C3 Revision (Rev v0.99)"
comment "Maximum Supported ESP32-C3 Revision (Rev v1.99)"
# Maximum revision that IDF supports.
# It can not be changed by user.
# Only Espressif can change it when a new version will be supported in IDF.
# Supports all chips starting from ESP32C3_REV_MIN_FULL to ESP32C3_REV_MAX_FULL

config ESP32C3_REV_MAX_FULL
int
default 199 if ESP32C3_REV101_DEVELOPMENT
default 99 if !ESP32C3_REV101_DEVELOPMENT
default 199
# keep in sync the "Maximum Supported Revision" description with this value

config ESP_REV_MAX_FULL
int
default ESP32C3_REV_MAX_FULL

config ESP32C3_REV101_DEVELOPMENT
bool "Develop on ESP32-C3 v1.1 (Preview)"
default y if IDF_CI_BUILD

0 comments on commit 67043f5

Please sign in to comment.