Search Criteria
Package Details: esp-idf 5.4.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/esp-idf.git (read-only, click to copy) |
---|---|
Package Base: | esp-idf |
Description: | Espressif IoT Development Framework. Official development framework for ESP32. |
Upstream URL: | https://github.com/espressif/esp-idf |
Licenses: | Apache-2.0 |
Submitter: | GPereira |
Maintainer: | alex.henrie |
Last Packager: | alex.henrie |
Votes: | 26 |
Popularity: | 0.110868 |
First Submitted: | 2018-04-01 22:44 (UTC) |
Last Updated: | 2025-04-01 03:47 (UTC) |
Dependencies (9)
- ccache (ccache-gitAUR)
- cmake (cmake-gitAUR, cmake3AUR)
- dfu-util (dfu-util-gitAUR)
- git (git-gitAUR, git-glAUR)
- gperf (gperf-gitAUR)
- libusb (libusb-gitAUR)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR)
- python (python37AUR, python311AUR, python310AUR)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
Latest Comments
1 2 3 4 5 Next › Last »
gyscos commented on 2025-04-01 12:29 (UTC) (edited on 2025-04-01 12:33 (UTC) by gyscos)
Looks like the release zip file for the 5.4.1 release was recently updated, and the checksum changed.
It's now
d78e49aafe46e35d34bc8804b64f23cd0a6cabdfe221876ba59f68b4534f0839
.In addition, the folder extracted from the zip now has the version in the path, requiring a small change to both
cd ...
lines.Here's my patch to get it working:
laura7089 commented on 2024-09-18 11:54 (UTC)
I'm getting an error running the install script:
The script exits fine afterwards.
Looks like there's a dependency on
capstone=4
?shtrom commented on 2024-08-22 07:30 (UTC)
Hum, now I'm seeing a lot of
when building projects, so maybe we can't get away with dropping the
.git
directory.shtrom commented on 2024-08-20 09:25 (UTC)
... ah, but that won't work because it does a
git submodule update
in thebuild
step.We need to remove the
.git
directories after that. This can be done withThat will remove the
.git
directory from the submodules, too.So, this:
Which gives us a ~80MiB package, at around 450MiB when installed.
shtrom commented on 2024-08-20 08:57 (UTC)
FWIW, you can skip extracting the
.git
directory altogether by adding the following at the end of theunzip
command theprepare
function:So:
taba commented on 2024-06-24 02:48 (UTC)
Am I talking to myself or what
taba commented on 2023-10-18 17:11 (UTC)
Is the .git folder needed for anything? It takes up a gigabyte.
taba commented on 2023-10-08 17:22 (UTC)
@alex.henrie Are you sure dependencies are not missing anything? The official docs https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/linux-macos-setup.html list other dependencies.
1 2 3 4 5 Next › Last »