mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
esp32c2: put v2.0 back to development stage
This commit is contained in:
parent
1f9260d790
commit
f2aa736c7b
4
Kconfig
4
Kconfig
@ -16,6 +16,10 @@ mainmenu "Espressif IoT Development Framework Configuration"
|
|||||||
default "y" if IDF_TARGET_ESP32C6 # TODO: IDF-5630
|
default "y" if IDF_TARGET_ESP32C6 # TODO: IDF-5630
|
||||||
option env="IDF_ENV_FPGA"
|
option env="IDF_ENV_FPGA"
|
||||||
|
|
||||||
|
config IDF_CI_BUILD
|
||||||
|
bool
|
||||||
|
option env="IDF_CI_BUILD"
|
||||||
|
|
||||||
config IDF_TARGET_ARCH_RISCV
|
config IDF_TARGET_ARCH_RISCV
|
||||||
bool
|
bool
|
||||||
default "n"
|
default "n"
|
||||||
|
@ -28,7 +28,7 @@ config ESP_REV_MIN_FULL
|
|||||||
# MAX Revision
|
# MAX Revision
|
||||||
#
|
#
|
||||||
|
|
||||||
comment "Maximum Supported ESP32-C2 Revision (Rev v2.9)"
|
comment "Maximum Supported ESP32-C2 Revision (Rev v1.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.
|
||||||
@ -36,9 +36,14 @@ config ESP_REV_MIN_FULL
|
|||||||
|
|
||||||
config ESP32C2_REV_MAX_FULL
|
config ESP32C2_REV_MAX_FULL
|
||||||
int
|
int
|
||||||
default 299
|
default 199
|
||||||
# keep in sync the "Maximum Supported Revision" description with this value
|
# keep in sync the "Maximum Supported Revision" description with this value
|
||||||
|
|
||||||
|
config ESP32C2_REV2_DEVELOPMENT
|
||||||
|
bool "Develop on ESP32-C2 v2.0 (Preview)"
|
||||||
|
default y if IDF_CI_BUILD
|
||||||
|
|
||||||
config ESP_REV_MAX_FULL
|
config ESP_REV_MAX_FULL
|
||||||
int
|
int
|
||||||
default ESP32C2_REV_MAX_FULL
|
default 299 if ESP32C2_REV2_DEVELOPMENT
|
||||||
|
default ESP32C2_REV_MAX_FULL if !ESP32C2_REV2_DEVELOPMENT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user