--- **[tickets:#440] FreeRTOS aware debugging doesn't support 64-bit TickType_t** **Status:** new **Milestone:** 0.11.0 **Labels:** FreeRTOS **Created:** Wed Nov 13, 2024 02:01 PM UTC by James Hume **Last Updated:** Wed Nov 13, 2024 02:01 PM UTC **Owner:** nobody The FreeRTOS aware debugging module `FreeRtos.c` only supports 32-bit width tick type, but the examples (at least one anway) now use a 64-bit tick width. The problem is that the size of the various `xLIST` and `xLIST_ITEM` structures changes when 64-bit width is used, which means that the values in `freertos_params` need to change. Probably needs some kind of configuration option or way to auto detect this (if thats even possible). --- Sent from sourceforge.net because openocd-devel@lists.sourceforge.net 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.