mcu-debug / rtos-views

RTOS views for microcontrollers
MIT License
24 stars 11 forks source link

Show FreeRTOS Queues #41

Open srobertjames opened 9 months ago

srobertjames commented 9 months ago

Is your feature request related to a problem? Please describe. When debugging a FreeRTOS project, I need to know the contents of a FreeRTOS Queue

Describe the solution you'd like Similar to vscode watches: A table or tree showing FreeRTOS Queues, their size, and their contents (as an array)

Describe alternatives you've considered

  1. Looking at the u member in the watches, and then looking at the memory view
  2. Other debuggers seem to support this
srobertjames commented 8 months ago

Are you able to respond to this?

PhilippHaefele commented 5 months ago

@srobertjames Sorry that nobody responded yet. @haneefdm did the general and FreeRTOS implementation, but our free time is somehow limited.

Maybe someone else (e.g. also me) can help when there's spare time for this.

We're also happy to receive PullRequests.

So most likely for now this means that this feature will not be implemented very soon.

haneefdm commented 5 months ago

I will take a look in a couple of weeks. Had been very busy lately.