Gunar Schorcht
a83d5ba9b1
dist/tools/esptool: set --retry for curl in install.sh for stability
2023-07-25 23:42:11 +02:00
Gunar Schorcht
1438d41347
dist/tools/esptools: upgrade to gcc 12.2
2023-07-25 23:42:11 +02:00
ea1ab1a092
esptools/install.sh: Fix shellcheck issues
...
Quote all the things!
2023-02-27 13:58:34 +01:00
Gunar Schorcht
14bfabd6e9
dist/tools/esptools/export.sh: fix IDF_TOOL_PATH default setting
2023-01-10 22:12:56 +01:00
Marian Buschsieweke
b0bccd9bed
Merge pull request #18385 from gschorcht/dist/tools/esptool/install.sh
...
dist/tools/esptools: add macOS support to install/export scripts
2022-10-13 13:58:58 +02:00
Benjamin Valentin
66153a47cf
treewide: fix typos
2022-09-15 23:31:40 +02:00
Gunar Schorcht
94a1792c32
dist/tools: add toolchain installtion for ESP32-S2
2022-08-23 17:33:31 +02:00
Gunar Schorcht
c2b62249fb
dist/tools: add toolchain installtion for ESP32-S3
2022-08-07 13:10:31 +02:00
Gunar Schorcht
f6f52749c6
dist/tools/esptools: add macOS support
2022-07-29 17:33:58 +02:00
Gunar Schorcht
1016eaff4a
dist/tools/esptools: qemu-esp32 is only supported on linux-amd64
...
Since the only platform support by `qemu-esp32` is `linux-amd64`, a platform test is added to the `export_qemu` function.
2022-07-29 17:33:58 +02:00
Gunar Schorcht
b148de8f1a
dist/tools/esptools: move test for libncurses version to qemu handling
...
Since macOS doesn't have `ldconfig` command, it must not be used outside the `install_qemu` and `export_qemu` function.
2022-07-29 17:33:58 +02:00
Gunar Schorcht
2ce80685c6
dist/tools/esptools: add ESP32-C3 toolchain
2022-07-20 09:26:21 +02:00
Gunar Schorcht
26c7bfdca3
cpu/esp: helper scripts for ESP32 toolchain installation
2022-03-10 05:31:04 +01:00
Gunar Schorcht
395ec06c16
dist/tools/esptool: upgrade to v3.2 for ESP32
2022-03-08 09:31:42 +01:00
Gunar Schorcht
cbbd02d520
dist/tools: rename esptool to esptools to use it for several tools
...
The directory `dist/tools/esptool` already contains a couple of ESP tools and not only esptool.py. As the location for a couple of ESP related tools, it is more clear to call it `esptools` instead of `esptool`.
2022-03-04 08:34:19 +01:00