File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -229,9 +229,7 @@ sed "s/version=.*/version=$RELEASE_TAG/g" | \
229229sed ' s/tools\.esp32-arduino-libs\.path\.windows=.*//g' | \
230230sed ' s/{runtime\.platform\.path}.tools.esp32-arduino-libs/\{runtime.tools.esp32-arduino-libs.path\}/g' | \
231231sed ' s/{runtime\.platform\.path}.tools.xtensa-esp-elf-gdb/\{runtime.tools.xtensa-esp-elf-gdb.path\}/g' | \
232- sed " s/{runtime\.platform\.path}.tools.xtensa-esp32-elf/\\ {runtime.tools.$X32TC_NEW_NAME .path\\ }/g" | \
233- sed " s/{runtime\.platform\.path}.tools.xtensa-esp32s2-elf/\\ {runtime.tools.$X32TC_NEW_NAME .path\\ }/g" | \
234- sed " s/{runtime\.platform\.path}.tools.xtensa-esp32s3-elf/\\ {runtime.tools.$X32TC_NEW_NAME .path\\ }/g" | \
232+ sed " s/{runtime\.platform\.path}.tools.xtensa-esp-elf/\\ {runtime.tools.$X32TC_NEW_NAME .path\\ }/g" | \
235233sed ' s/{runtime\.platform\.path}.tools.riscv32-esp-elf-gdb/\{runtime.tools.riscv32-esp-elf-gdb.path\}/g' | \
236234sed " s/{runtime\.platform\.path}.tools.riscv32-esp-elf/\\ {runtime.tools.$RVTC_NEW_NAME .path\\ }/g" | \
237235sed ' s/{runtime\.platform\.path}.tools.esptool/\{runtime.tools.esptool_py.path\}/g' | \
Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ endforeach()
293293set (includedirs variants/${CONFIG_ARDUINO_VARIANT} / cores/esp32/ ${ARDUINO_LIBRARIES_INCLUDEDIRS} )
294294set (srcs ${CORE_SRCS} ${ARDUINO_LIBRARIES_SRCS} )
295295set (priv_includes cores/esp32/libb64)
296- set (requires spi_flash esp_partition mbedtls wpa_supplicant esp_adc esp_eth http_parser espressif__network_provisioning)
296+ set (requires spi_flash esp_partition mbedtls wpa_supplicant esp_adc esp_eth http_parser esp_ringbuf esp_driver_gptimer esp_driver_usb_serial_jtag driver espressif__network_provisioning)
297297set (priv_requires fatfs nvs_flash app_update spiffs bootloader_support bt esp_hid usb esp_psram ${ARDUINO_LIBRARIES_REQUIRES} )
298298
299299if (NOT CONFIG_ARDUINO_SELECTIVE_COMPILATION OR CONFIG_ARDUINO_SELECTIVE_OpenThread)
Original file line number Diff line number Diff line change @@ -3,9 +3,7 @@ version=3.0.4
33
44tools.esp32-arduino-libs.path={runtime.platform.path}/tools/esp32-arduino-libs
55tools.esp32-arduino-libs.path.windows={runtime.platform.path}\tools\esp32-arduino-libs
6- tools.xtensa-esp32-elf-gcc.path={runtime.platform.path}/tools/xtensa-esp-elf
7- tools.xtensa-esp32s2-elf-gcc.path={runtime.platform.path}/tools/xtensa-esp-elf
8- tools.xtensa-esp32s3-elf-gcc.path={runtime.platform.path}/tools/xtensa-esp-elf
6+ tools.xtensa-esp-elf-gcc.path={runtime.platform.path}/tools/xtensa-esp-elf
97tools.xtensa-esp-elf-gdb.path={runtime.platform.path}/tools/xtensa-esp-elf-gdb
108tools.riscv32-esp-elf-gcc.path={runtime.platform.path}/tools/riscv32-esp-elf
119tools.riscv32-esp-elf-gdb.path={runtime.platform.path}/tools/riscv32-esp-elf-gdb
@@ -27,7 +25,7 @@ tools.gen_esp32part.cmd.windows="{runtime.platform.path}\tools\gen_esp32part.exe
2725tools.gen_insights_pkg.cmd=python3 "{runtime.platform.path}"/tools/gen_insights_package.py
2826tools.gen_insights_pkg.cmd.windows="{runtime.platform.path}\tools\gen_insights_package.exe"
2927
30- compiler.path={tools.{build.tarch}-{build.target} -elf-gcc.path}/bin/
28+ compiler.path={tools.{build.tarch}-esp -elf-gcc.path}/bin/
3129compiler.prefix={build.tarch}-{build.target}-elf-
3230
3331compiler.sdk.path={tools.esp32-arduino-libs.path}/{build.mcu}
You can’t perform that action at this time.
0 commit comments