File tree 3 files changed +4
-8
lines changed
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" | \
229
229
sed ' s/tools\.esp32-arduino-libs\.path\.windows=.*//g' | \
230
230
sed ' s/{runtime\.platform\.path}.tools.esp32-arduino-libs/\{runtime.tools.esp32-arduino-libs.path\}/g' | \
231
231
sed ' 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" | \
235
233
sed ' s/{runtime\.platform\.path}.tools.riscv32-esp-elf-gdb/\{runtime.tools.riscv32-esp-elf-gdb.path\}/g' | \
236
234
sed " s/{runtime\.platform\.path}.tools.riscv32-esp-elf/\\ {runtime.tools.$RVTC_NEW_NAME .path\\ }/g" | \
237
235
sed ' 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()
293
293
set (includedirs variants/${CONFIG_ARDUINO_VARIANT} / cores/esp32/ ${ARDUINO_LIBRARIES_INCLUDEDIRS} )
294
294
set (srcs ${CORE_SRCS} ${ARDUINO_LIBRARIES_SRCS} )
295
295
set (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)
297
297
set (priv_requires fatfs nvs_flash app_update spiffs bootloader_support bt esp_hid usb esp_psram ${ARDUINO_LIBRARIES_REQUIRES} )
298
298
299
299
if (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
3
3
4
4
tools.esp32-arduino-libs.path={runtime.platform.path}/tools/esp32-arduino-libs
5
5
tools.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
9
7
tools.xtensa-esp-elf-gdb.path={runtime.platform.path}/tools/xtensa-esp-elf-gdb
10
8
tools.riscv32-esp-elf-gcc.path={runtime.platform.path}/tools/riscv32-esp-elf
11
9
tools.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
27
25
tools.gen_insights_pkg.cmd=python3 "{runtime.platform.path}"/tools/gen_insights_package.py
28
26
tools.gen_insights_pkg.cmd.windows="{runtime.platform.path}\tools\gen_insights_package.exe"
29
27
30
- compiler.path={tools.{build.tarch}-{build.target} -elf-gcc.path}/bin/
28
+ compiler.path={tools.{build.tarch}-esp -elf-gcc.path}/bin/
31
29
compiler.prefix={build.tarch}-{build.target}-elf-
32
30
33
31
compiler.sdk.path={tools.esp32-arduino-libs.path}/{build.mcu}
You can’t perform that action at this time.
0 commit comments