mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'feat/kconfig_h2_v1.0_dev' into 'master'
esp32h2: add development support option for v1.0 chips See merge request espressif/esp-idf!30534
This commit is contained in:
commit
438971c108
@ -39,9 +39,14 @@ config ESP_REV_MIN_FULL
|
||||
|
||||
config ESP32H2_REV_MAX_FULL
|
||||
int
|
||||
default 99
|
||||
default 199 if ESP32H2_REV100_DEVELOPMENT
|
||||
default 99 if !ESP32H2_REV100_DEVELOPMENT
|
||||
# keep in sync the "Maximum Supported Revision" description with this value
|
||||
|
||||
config ESP_REV_MAX_FULL
|
||||
int
|
||||
default ESP32H2_REV_MAX_FULL
|
||||
|
||||
config ESP32H2_REV100_DEVELOPMENT
|
||||
bool "Develop on ESP32-H2 v1.0 and above (Preview)"
|
||||
default y if IDF_CI_BUILD
|
||||
|
Loading…
x
Reference in New Issue
Block a user