mbed rtos kernel view

Sysprogs forums Forums VisualGDB mbed rtos kernel view

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11846
    krid
    Participant

    Hi All.

    is there any known possibility to open some sort of kernel view with visualGDB and Visual Studio 17?

    please see attached image.

    Thanks

    best regards

    Dirk

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

    Hi,

    VisualGDB currently only supports kernel event tracing for FreeRTOS: https://visualgdb.com/tutorials/profiler/realtime/freertos/

    We are planning to support other OSes in the next releases, although we would not name specific deadlines currently. The only workaround until we support it officially would be to look into our FreeRTOS tracing implementation that is automatically added to the projects when the tracing is enabled (it provides hooks for FreeRTOS functions and sends structured events to VisualGDB using our semihosting API) and making a quick-and-dirty equivalent of this for your configuration.

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