Components in ESP-IDF

Sysprogs forums Forums VisualGDB Components in ESP-IDF

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #35984
    mattia
    Participant

    Hello,

    I’m using VisualGDB 6.0R3 and an ESP-IDF project. I have just added a component in my solution, it works without problems, but where is stored the information for the project that it has to search into that particular directory? I thought it might be CMakeLists.txt inside the main folder, but it is not the case. So I ask: where is this information placed?

    Thanks

    Mattia Berton

    #35985
    support
    Keymaster

    Hi,

    Please refer to the ESP-IDF documentation for more information about components.

    If you are curious about what exact files get edited when you change a particular setting, you can follow the steps below:

    1. Make a backup of the project, or commit it to Git.
    2. Change the setting and reopen the solution to make sure it is saved.
    3. Compare the old and the new version of the project using an external diffing tool.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.