--- **[tickets:#471] FreeRTOS task-aware debugging with configUSE\_MINI\_LIST\_ITEM = 0 isn't supported** **Status:** new **Milestone:** 0.12.0 **Created:** Mon Jun 01, 2026 05:07 PM UTC by Arun Balamurali **Last Updated:** Mon Jun 01, 2026 05:07 PM UTC **Owner:** nobody Due to this [FreeRTOS bug](https://github.com/FreeRTOS/FreeRTOS-Kernel/issues/53), some users will set `configUSE_MINI_LIST_ITEM = 0`. With this option, task-aware debugging is unable to read the `pxReadyTaskLists` data structure correctly because it expects the `freertos_params.list_width` to be 20 bytes, rather than the 28 bytes that the list becomes with `configUSE_MINI_LIST_ITEM = 0`. I can confirm that changing the parameter to 28 works correctly. --- Sent from sourceforge.net because [email protected] is subscribed to https://sourceforge.net/p/openocd/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/openocd/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
