Hello! I'm back to the topic of RTOS support (which I still never used successfully).
FreeRTOS support requires symbol uxTopUsedPriority to be present. The problem is that this was removed from FreeRTOS before version 7.5.0 and now there is no symbol with similar functionality... That's why currently it's not possible to use FreeRTOS support with OpenOCD. This value was used to determine how many elements from pxReadyTasksLists[] should be read. I guess the simple approach would be to read this whole array now - the problem is that I don't see a way to read the size of this array... Anyone has some nice idea how to fix that? (; Regards, FCh ------------------------------------------------------------------------------ Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Community Edition Quickly connect people, data, and systems into organized workflows Winner of BOSSIE, CODIE, OW2 and Gartner awards http://p.sf.net/sfu/Bonitasoft _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
