Page 1 of 1

Annotated ESP-IDF source and examples

Posted: Mon Mar 03, 2025 10:23 pm
by sysprogs
Hi All,

We are working on a new source navigation system for our products, so to test it out we made a cross-referenced snapshot of the latest ESP-IDF 5.4 and the examples included in it: https://sourcevu.sysprogs.com/espressif

You can pick a function and view incoming/outgoing calls, all references, examples, and everything else you would see in an IDE, except it works right in the browser and you don't need to create a project.

Any feedback will be appreciated. Thanks.

Re: Annotated ESP-IDF source and examples

Posted: Tue Mar 04, 2025 9:14 am
by MicroController
Cool :+1:
I'll definitely give it a try next time I need to find the call sites/hierarchy of some IDF functions.

Re: Annotated ESP-IDF source and examples

Posted: Tue Mar 04, 2025 9:59 am
by Nespressif
Interesting, I will keep it in mind. Thank you.