Skip to content

Commit 1e388a2

Browse files
me-no-devJason2866
andauthored
Update toolchain to gcc8_4_0-esp-2021r2-patch3 and esptool to 3.3 (espressif#6497)
* Update toolchain to gcc8_4_0-esp-2021r2-patch3 * Update esptool to 3.3 * Remove old files * Update package_esp32_index.template.json * use esptool v3.3 (espressif#6498) could be used for all. Nice would be releasing in Platformio registry. * Switch toolchain for PIO CI Co-authored-by: Jason2866 <[email protected]>
1 parent 7c9b837 commit 1e388a2

File tree

5 files changed

+155
-191
lines changed

5 files changed

+155
-191
lines changed

Diff for: .github/scripts/install-platformio-esp32.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
export PLATFORMIO_ESP32_PATH="$HOME/.platformio/packages/framework-arduinoespressif32"
44
PLATFORMIO_ESP32_URL="https://github.com/platformio/platform-espressif32.git#feature/arduino-idf-master"
55

6-
TOOLCHAIN_VERSION="8.4.0+2021r2-patch2"
6+
TOOLCHAIN_VERSION="8.4.0+2021r2-patch3"
77
ESPTOOLPY_VERSION="~1.30100.0"
88
ESPRESSIF_ORGANIZATION_NAME="espressif"
99

Diff for: .github/scripts/on-push.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ else
109109
replace_script+="data['packages']['toolchain-xtensa-esp32']['optional']=True;"
110110
replace_script+="data['packages']['toolchain-xtensa-esp32s3']['optional']=False;"
111111
replace_script+="data['packages']['tool-esptoolpy']['owner']='tasmota';"
112-
replace_script+="data['packages']['tool-esptoolpy']['version']='https://github.com/tasmota/esptool/releases/download/v3.2.1/esptool-3.2.1.zip';"
112+
replace_script+="data['packages']['tool-esptoolpy']['version']='https://github.com/tasmota/esptool/releases/download/v3.3/esptool-3.3.zip';"
113113
replace_script+="fp.seek(0);fp.truncate();json.dump(data, fp, indent=2);fp.close()"
114114
python -c "$replace_script"
115115

Diff for: Makefile.projbuild

-7
This file was deleted.

Diff for: component.mk

-36
This file was deleted.

0 commit comments

Comments
 (0)