Whats the latest version if ESP32IDF suppored in visualgdb please

Sysprogs forums Forums VisualGDB Whats the latest version if ESP32IDF suppored in visualgdb please

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #25679
    rleinfellner
    Participant

    I am using release/v3.2

    However I can also see V3.3 & V4.0 in the release repo, are these supported yet?

     

     

     

    Attachments:
    You must be logged in to view attached files.
    #25681
    support
    Keymaster

    VisualGDB will officially support ESP-IDF 3.3 and 4.0 once they are released as stable releases. Until then, you can try using VisualGDB with those ESP-IDF versions, however some functionality may not work as expected, as Espressif often changes the internal structure of ESP-IDF during the pre-release stage.

    #25835
    embedded
    Participant

    espressif finally has completed ESP-IDF v3.3 stable release, what is the roadmap for visualGDB to support it too?

    furthermore, usually how many time is required before visualgdb complete support the last stable release from espressif?

    #25846
    support
    Keymaster

    No problem. The ESP-IDF 4.0 introduced some internal changes to the structure of CMake statements used by it, so it took us some time to update VisualGDB so that it could automatically edit them.

    Both ESP-IDF 3.3 and 4.0 are now supported by the following build:  VisualGDB-5.5.1.3259.msi

    Once you install it, the Tools->Manage VisualGDB Packages window will show the new toolchains compatible with ESP-IDF 3.3 and 4.0.

    The new build also introduces the new property editing engine that uses schema files instead of hardcoded logic in order to locate and edit framework-specific CMake statements, so we should be able to react faster next time Espressif changes the statement layout again.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.