Skip to content

Commit c2346c3

Browse files
authored
Add initial support for arm64 toolchain. (#4117)
Closes #4111. gcc: I was not able to find an arm64 build on espressif's website so I choosed to put the armhf version, even if this should works this is only ok as temporary, arm64 runs better on arm64 than armhf :) esptool: being interpreted python its ok mkspiff: need igrr/mkspiffs#74 to be merged and artifacts added in /package/package_esp32_index.template.json.
1 parent 3491ca7 commit c2346c3

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Diff for: docs/arduino-ide/boards_manager.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- Stable release link: `https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json`
55
- Development release link: `https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json`
66

7-
Starting with 1.6.4, Arduino allows installation of third-party platform packages using Boards Manager. We have packages available for Windows, Mac OS, and Linux (32, 64 bit and ARM).
7+
Starting with 1.6.4, Arduino allows installation of third-party platform packages using Boards Manager. We have packages available for Windows, Mac OS, and Linux (x86, amd64, armhf and arm64).
88

99
- Install the current upstream Arduino IDE at the 1.8 level or later. The current version is at the [Arduino website](http://www.arduino.cc/en/main/software).
1010
- Start Arduino and open Preferences window.

Diff for: package/package_esp32_index.template.json

+14
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,13 @@
9090
"archiveFileName": "xtensa-esp32-elf-linux-armel-1.22.0-87-gb57bad3-5.2.0.tar.gz",
9191
"checksum": "SHA-256:9c68c87bb23b1256dc0a1859b515946763e5292dcab4a4159a52fae5618ce861",
9292
"size": "50655584"
93+
},
94+
{
95+
"host": "aarch64-linux-gnu",
96+
"url": "https://dl.espressif.com/dl/xtensa-esp32-elf-linux-armel-1.22.0-87-gb57bad3-5.2.0.tar.gz",
97+
"archiveFileName": "xtensa-esp32-elf-linux-armel-1.22.0-87-gb57bad3-5.2.0.tar.gz",
98+
"checksum": "SHA-256:9c68c87bb23b1256dc0a1859b515946763e5292dcab4a4159a52fae5618ce861",
99+
"size": "50655584"
93100
}
94101
]
95102
},
@@ -131,6 +138,13 @@
131138
"archiveFileName": "esptool-2.6.1-linux.tar.gz",
132139
"checksum": "SHA-256:eaf82ff4070d9792f6a42ae1e485375de5a87bec59ef01dfb95de901519ec7fb",
133140
"size": "44762"
141+
},
142+
{
143+
"host": "aarch64-linux-gnu",
144+
"url": "https://dl.espressif.com/dl/esptool-2.6.1-linux.tar.gz",
145+
"archiveFileName": "esptool-2.6.1-linux.tar.gz",
146+
"checksum": "SHA-256:eaf82ff4070d9792f6a42ae1e485375de5a87bec59ef01dfb95de901519ec7fb",
147+
"size": "44762"
134148
}
135149
]
136150
},

0 commit comments

Comments
 (0)