python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to initialize a Queue on a second core of an ESP32?
Currently I'm working on a Demo program to better understand working with FreeRTOS. Therefore I would like to try to initialize a Queue on my second core(core1). After initializing i would like to add...
Dansen
Votes: 0
Answers: 1
git shallow is not working for submodules over jenkins?
I am working on the esp-idf as submodule for my development and I have also integrated Jenkins for the same. It is running perfectly without shallow clone feature added over Jenkins.
But, when I tried...

Bhargav Lalaji
Votes: 0
Answers: 1
Pass variable from command line into C code with CMake
I need some help with an esp-idf project. I want to assign a custom id to my esp32 during flash process. I found a way to pass variables into C code with CMake here.
But it is not working.
My CMakeLis...
Aeropagz
Votes: 0
Answers: 0
Problem with creation of freeRTOS timer in ESP-IDF
I use ESP-IDF 4.2 and want to create a freeRTOS timer. My code is similar to what I have used successfully before but now I get a compilation error that I can't resolve. My code is based on the examp...
f ckx
Votes: 0
Answers: 1