Search Criteria
Package Details: esp-idf 5.4-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 |
Submitter: | GPereira |
Maintainer: | alex.henrie |
Last Packager: | alex.henrie |
Votes: | 26 |
Popularity: | 0.173400 |
First Submitted: | 2018-04-01 22:44 (UTC) |
Last Updated: | 2025-01-04 19:48 (UTC) |
Dependencies (9)
- ccache (ccache-gitAUR)
- cmake (cmake-gitAUR)
- 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 »
archmkr commented on 2021-06-26 14:53 (UTC)
For reference, it isn't clear anywhere that after installing it, you need to run
/opt/esp-idf/install.sh
andsource /opt/esp-idf/export.sh
to be able to useidf.py
oridf_tools.py
. I think this package should at least show a message about these steps.istobic commented on 2021-06-25 07:33 (UTC)
Hi, to my understanding, v4.3 is already released. Could you please check?
alex.henrie commented on 2021-06-09 16:00 (UTC)
@Sidju Thanks for letting me know. I just added the missing dependencies on python-virtualenv, libusb, cmake, and git.
Sidju commented on 2021-06-06 18:42 (UTC)
Seems like python-virtualenv is an undeclared dependency (for install.sh).
alex.henrie commented on 2021-05-05 18:20 (UTC)
@thevoidnn: /opt/esp-idf/.git has to be present or
source /opt/esp-idf/export.sh
prints the following error:fatal: not a git repository (or any of the parent directories): .git WARNING: Git describe was unsuccessul: Command '['git', 'describe']' returned non-zero exit status 128.
nobodywasishere commented on 2020-12-28 05:29 (UTC)
Also to add to that, it needs its own python environment as it won't work with the latest release of one of the python libraries (pyparsing>=2.0.3,<2.4.0)
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)And1G 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?« First ‹ Previous 1 2 3 4 5 Next › Last »