Search found 4 matches

by eggnogg
Sun Oct 17, 2021 12:00 pm
Forum: ESP-IDF
Topic: How to include cJSON?
Replies: 3
Views: 16568

Re: How to include cJSON?

For IDF 4.3.1 i had to add
set(REQUIRES json)

to CMakeLists.txt of my library

I thought it was working but it didn't finish building

this is the correct way

Code: Select all

set(COMPONENT_REQUIRES "json")
by eggnogg
Wed Jun 02, 2021 5:23 am
Forum: ESP-IDF
Topic: Occasional "ninja: error: opening build log: Permission denied" when building project
Replies: 9
Views: 24249

Re: Occasional "ninja: error: opening build log: Permission denied" when building project

Did anyone fix it?
This is annoying because it is often confused with ctrl + B.
Nope, still happens on IDF 4.2.1
by eggnogg
Wed Apr 28, 2021 2:34 pm
Forum: ESP-IDF
Topic: Latest IDF extension for VSCode has broken my compiler
Replies: 14
Views: 19672

Re: Latest IDF extension for VSCode has broken my compiler


I am not sure how to install the packages in vscode.

If I select to configure esp-idf, it seems it wants to install all the esp-idf.

Where can I enter the command to "install esp-idf python-packages"? (I am still fairly new to vscode setup and commands).

Why does the extension not install what ...
by eggnogg
Sun Jan 17, 2021 6:21 pm
Forum: IDEs for ESP-IDF
Topic: ESP-IDF VScode monitor
Replies: 8
Views: 12733

Re: ESP-IDF VScode monitor

If you want to implement the fix that's on github without recompiling anything go to :
" C:\Users\%username%\.vscode\extensions\espressif.esp-idf-extension-0.6.0\dist "

open " extension.js ", then find and replace
function Be(e,t){const n=i.basename(o.env.shell);let r={"cmd.exe":'set "VARIABLE ...

Go to advanced search