Eclipse code jump to esp-idf function definitions?
Posted: Wed May 24, 2017 12:22 am
Hello
I have followed instructions (esp-idf.readthedocs.io/en/latest/get-started/eclipse-setup.html) to get Eclipse to import Makefile projects and I have had no problems building or flashing.
It is a feature of most modern IDEs to be able to jump to, or otherwise locate the definitions of functions from their calling point. For example I know that vTaskDelay(xx) that is called in the hello_world example is defined in /esp-idf/components/freertos/tasks.c, but how can I get Eclipse to figure this out?
Details:
Ubuntu via VirtualBox on Windows 10
ESP-IDF latest version (as of 23 May 2017 - not sure how to check exact version)
Eclipse 3.8.1/Luna
Thank you
m
I have followed instructions (esp-idf.readthedocs.io/en/latest/get-started/eclipse-setup.html) to get Eclipse to import Makefile projects and I have had no problems building or flashing.
It is a feature of most modern IDEs to be able to jump to, or otherwise locate the definitions of functions from their calling point. For example I know that vTaskDelay(xx) that is called in the hello_world example is defined in /esp-idf/components/freertos/tasks.c, but how can I get Eclipse to figure this out?
Details:
Ubuntu via VirtualBox on Windows 10
ESP-IDF latest version (as of 23 May 2017 - not sure how to check exact version)
Eclipse 3.8.1/Luna
Thank you
m