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 9555ed4

Browse filesBrowse files
authored
Use 8.4.0+2021r2-patch2 toolchains for CI (espressif#6184)
with platformio
1 parent 0d665d7 commit 9555ed4
Copy full SHA for 9555ed4

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

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

Copy file name to clipboardExpand all lines: .github/scripts/install-platformio-esp32.sh
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
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-
XTENSA32_TOOLCHAIN_VERSION="8.4.0+2021r1"
7-
XTENSA32S2_TOOLCHAIN_VERSION="8.4.0+2021r1"
8-
RISCV_TOOLCHAIN_VERSION="8.4.0+2021r1"
6+
XTENSA32_TOOLCHAIN_VERSION="8.4.0+2021r2-patch2"
7+
XTENSA32S2_TOOLCHAIN_VERSION="8.4.0+2021r2-patch2"
8+
RISCV_TOOLCHAIN_VERSION="8.4.0+2021r2-patch2"
99
ESPTOOLPY_VERSION="~1.30100.0"
1010
ESPRESSIF_ORGANIZATION_NAME="espressif"
1111

0 commit comments

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