Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1e388a2

Browse filesBrowse 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 <24528715+Jason2866@users.noreply.github.com>
1 parent 7c9b837 commit 1e388a2
Copy full SHA for 1e388a2

File tree

5 files changed

+155
-191
lines changed
Filter options

5 files changed

+155
-191
lines changed

‎.github/scripts/install-platformio-esp32.sh

Copy file name to clipboardExpand all lines: .github/scripts/install-platformio-esp32.sh
+1-1Lines changed: 1 addition & 1 deletion
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

‎.github/scripts/on-push.sh

Copy file name to clipboardExpand all lines: .github/scripts/on-push.sh
+1-1Lines changed: 1 addition & 1 deletion
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

‎Makefile.projbuild

Copy file name to clipboardExpand all lines: Makefile.projbuild
-7Lines changed: 0 additions & 7 deletions
This file was deleted.

‎component.mk

Copy file name to clipboardExpand all lines: component.mk
-36Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.