Question
Empty FreeRTOS Queue window
As per subject. I can see the tasks but it would be most useful if I can see queue status as a USB task isn't always responsive, and mouse movements are discarded if the queue is full.
I have added the 12 or so queues into the registry with the vQueueAddToRegistry() function but they are still not visible.
configUSE_TRACE_FACILITY is defined as "1".
Clearly I am missing something but it's not obvious what?