mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
Merge branch 'feat/increase_c2_supported_ver_v5.4' into 'release/v5.4'
feat(soc): increase c2 max supported version (v5.4) See merge request espressif/esp-idf!35970
This commit is contained in:
commit
b70331a9b7
@ -31,7 +31,7 @@ config ESP_REV_MIN_FULL
|
|||||||
# MAX Revision
|
# MAX Revision
|
||||||
#
|
#
|
||||||
|
|
||||||
comment "Maximum Supported ESP32-C2 Revision (Rev v1.99)"
|
comment "Maximum Supported ESP32-C2 Revision (Rev v2.99)"
|
||||||
# Maximum revision that IDF supports.
|
# Maximum revision that IDF supports.
|
||||||
# It can not be changed by user.
|
# It can not be changed by user.
|
||||||
# Only Espressif can change it when a new version will be supported in IDF.
|
# Only Espressif can change it when a new version will be supported in IDF.
|
||||||
@ -39,18 +39,13 @@ config ESP_REV_MIN_FULL
|
|||||||
|
|
||||||
config ESP32C2_REV_MAX_FULL
|
config ESP32C2_REV_MAX_FULL
|
||||||
int
|
int
|
||||||
default 299 if ESP32C2_REV2_DEVELOPMENT
|
default 299
|
||||||
default 199 if !ESP32C2_REV2_DEVELOPMENT
|
|
||||||
# keep in sync the "Maximum Supported Revision" description with this value
|
# keep in sync the "Maximum Supported Revision" description with this value
|
||||||
|
|
||||||
config ESP_REV_MAX_FULL
|
config ESP_REV_MAX_FULL
|
||||||
int
|
int
|
||||||
default ESP32C2_REV_MAX_FULL
|
default ESP32C2_REV_MAX_FULL
|
||||||
|
|
||||||
config ESP32C2_REV2_DEVELOPMENT
|
|
||||||
bool "Develop on ESP32-C2 v2.0 (Preview)"
|
|
||||||
default y if IDF_CI_BUILD
|
|
||||||
|
|
||||||
config ESP_EFUSE_BLOCK_REV_MIN_FULL
|
config ESP_EFUSE_BLOCK_REV_MIN_FULL
|
||||||
int "Minimum Supported ESP32-C2 eFuse Block Revision"
|
int "Minimum Supported ESP32-C2 eFuse Block Revision"
|
||||||
default 0
|
default 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user