RESOLVED: ESP-IDF version and sdkconfig
Posted: Wed Sep 15, 2021 1:24 pm
I'm sure this question has been asked and answered here but the search box is currently returning server error 500 for me so I'm asking again...
Since ESP-IDF is pre-built as a library for Arduino I need to know the version of ESP-IDF source code it was built against and the contents of the SDKCONFIG file it was built with: how do I determine those things?
[Reason for asking is that I have C code which works perfectly fine when I build it with ESP-IDF but hits a stack canary panic when I run the same code built through Arduino so I would like to check (a) what the code looks like when the panic occurs (components/freertos/queue.c:1466) and (b) how much stack/heap etc. ESP-IDF was built with.]
Since ESP-IDF is pre-built as a library for Arduino I need to know the version of ESP-IDF source code it was built against and the contents of the SDKCONFIG file it was built with: how do I determine those things?
[Reason for asking is that I have C code which works perfectly fine when I build it with ESP-IDF but hits a stack canary panic when I run the same code built through Arduino so I would like to check (a) what the code looks like when the panic occurs (components/freertos/queue.c:1466) and (b) how much stack/heap etc. ESP-IDF was built with.]