Search Criteria
Package Details: esp-idf 5.4.1-2
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: | None |
Last Packager: | alex.henrie |
Votes: | 26 |
Popularity: | 0.108650 |
First Submitted: | 2018-04-01 22:44 (UTC) |
Last Updated: | 2025-04-02 15:53 (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
« First ‹ Previous 1 2 3 4 5 Next › Last »
nobodywasishere commented on 2020-12-28 05:28 (UTC)
I am attempting to update this PKGBUILD working with v4.2 but the zip release is giving me an error
bsdtar: Unsupported ZIP compression method during decompression of link entry (8: deflation) bsdtar: Error exit delayed from previous errors.
I could try going instead seeing if I could install this via the released source code instead of the release zip, calling the install script within the pkgdir, unsure if it will like it though. Anyone else got ideas?
thevoidnn commented on 2020-06-14 05:53 (UTC) (edited on 2020-06-14 13:51 (UTC) by thevoidnn)
why keep .git folder in package? (
rm -rf .git
beforecp -R .
? ) it's 368M of wasted disk space :Dplus, adding
IDF_PATH=/opt/esp-idf
into~/.pam_environment
(or syswide/etc/environment
) instead of/etc/profile.d/esp-idf.sh|csh
allows setting this env var without any bash sessions (e.g. starting CLion IDE in Xfce session)andiandi commented on 2020-03-20 12:10 (UTC)
When building in a clean chroot, the git command is missing. So I would suggest adding makedepends=('git')
theaifam5 commented on 2019-11-23 15:25 (UTC) (edited on 2019-11-23 15:27 (UTC) by theaifam5)
Please consider to add
/etc/profile.d/esp-idf.sh
and/etc/profile.d/esp-idf.csh
and remove all dot files/folders from package.Are you sure about that
ESPIDF
? Shouldn't beIDF_PATH
like the/opt/esp-idf/add_path.sh
requires?btreecat commented on 2019-10-31 20:14 (UTC)
Is this package(and listed deps) the only thing required to run the "hello world" example?
GPereira commented on 2019-07-04 19:20 (UTC) (edited on 2019-07-22 10:45 (UTC) by GPereira)
Yes, I agree with you, you're right
arti-nt commented on 2019-07-02 09:35 (UTC)
@GPereira I'd prefer to use /opt/esp-idf for this package and /opt/esp-idf-latest for esp-idf-git.
arti-nt commented on 2019-07-02 09:27 (UTC) (edited on 2019-07-02 09:32 (UTC) by arti-nt)
@janwil Check one more time, please. Ensure that you copy project directory with "cp", not "sudo cp", and check directory ownership after that. Just tried the same actions, all went correct.
Just in case, I use idf.py script for project building.
GPereira commented on 2019-06-17 14:56 (UTC)
@coderobe I agree with you, the namespace "stable" can be redundant. It's just it's a common case switching between the two (not me, but a big part of the community do it). However, the solution proposed for the problem is just my opinion.
coderobe commented on 2019-06-17 14:23 (UTC)
@GPereira: namespacing the stable release as ...-stable is ridiculous and redundant, namespacing the other deviations of this package differently not so much
« First ‹ Previous 1 2 3 4 5 Next › Last »