Package Details: esp-idf 5.3.1-1

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: 25
Popularity: 0.59
First Submitted: 2018-04-01 22:44 (UTC)
Last Updated: 2024-10-01 05:51 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

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

GPereira commented on 2019-06-15 12:49 (UTC)

Hi, I would like to suggest installing to /opt/esp-idf-stable so one could have both esp-idf and esp-idf-git installed and hop between bleeding edge and stable versions, by changing the environment variable. I am doing the analogous suggestion on esp-idf-git package so it can be installed at /opt/esp-idf-latest. I can co-maintain this package with you if you want. I use it a lot.

janwil commented on 2019-05-03 11:57 (UTC)

Please help me understanding how to run ESP IDF ... I installed it, set the path and copied the Hello World example to a local directory, but when I run make menuconfig, I get

make[1]: Entering directory '/opt/esp-idf-sdk/tools/kconfig' cc -c -D_GNU_SOURCE -D_DEFAULT_SOURCE -DCURSES_LOC="<ncurses.h>" -DNCURSES_WIDECHAR=1 -DLOCALE -MMD /opt/esp-idf-sdk/tools/kconfig/mconf.c -o mconf.o /opt/esp-idf-sdk/tools/kconfig/mconf.c:1053:1: fatal error: opening dependency file mconf.d: Permission denied } ^ compilation terminated.

What is it I am doing wrong? The situation is the same with esp-idf-git.

Jan

Ybalrid commented on 2019-03-30 18:40 (UTC)

I will have to agree with zagitta's comment, the output of strip is slightly annoying

mardab commented on 2019-02-05 21:52 (UTC)

@gahag i have to disagree, although You have to set paths and permissions manually to be able to build