mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
tools: Generate images for ESP32-C2 with required minimal revision
This commit is contained in:
parent
390c572bb6
commit
9ee3661b4b
@ -56,6 +56,9 @@ endif()
|
||||
if(CONFIG_ESP32C3_REV_MIN)
|
||||
set(min_rev ${CONFIG_ESP32C3_REV_MIN})
|
||||
endif()
|
||||
if(CONFIG_IDF_TARGET_ESP32C2)
|
||||
set(min_rev 1)
|
||||
endif()
|
||||
|
||||
if(min_rev)
|
||||
list(APPEND esptool_elf2image_args --min-rev ${min_rev})
|
||||
|
Loading…
Reference in New Issue
Block a user