mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-23 01:05:14 +00:00
Support ESP32S3 Beta 3 target
Update ROM API. Port changes from bringup branch.
This commit is contained in:
Submodule components/esptool_py/esptool updated: 0ba556f042...16703d0be0
@@ -6,8 +6,8 @@ idf_build_get_property(python PYTHON)
|
||||
|
||||
set(chip_model ${target})
|
||||
if(target STREQUAL "esp32s3")
|
||||
if(CONFIG_IDF_TARGET_ESP32S3_BETA_VERSION_2)
|
||||
set(chip_model "esp32s3beta2")
|
||||
if(CONFIG_IDF_TARGET_ESP32S3_BETA_VERSION_3)
|
||||
set(chip_model "esp32s3beta3")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
Reference in New Issue
Block a user