mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-03 19:41:55 +02:00
soc: add base support for ESP32-S3
Updates the following with changes from verification branches: * esp_rom linker files * rtc_cntl and system reg and struct headers Also updates: * GDMA driver with new register layout * esptool submodule commit
This commit is contained in:
Submodule components/esptool_py/esptool updated: e5f94fa7ea...1c9fe70597
@@ -6,11 +6,6 @@ idf_build_get_property(python PYTHON)
|
||||
idf_build_get_property(idf_path IDF_PATH)
|
||||
|
||||
set(chip_model ${target})
|
||||
if(target STREQUAL "esp32s3")
|
||||
if(CONFIG_IDF_TARGET_ESP32S3_BETA_VERSION_3)
|
||||
set(chip_model "esp32s3beta3")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(ESPTOOLPY ${python} "$ENV{ESPTOOL_WRAPPER}" "${CMAKE_CURRENT_LIST_DIR}/esptool/esptool.py" --chip ${chip_model})
|
||||
set(ESPSECUREPY ${python} "${CMAKE_CURRENT_LIST_DIR}/esptool/espsecure.py")
|
||||
|
||||
Reference in New Issue
Block a user