cortex_m: Fix single stepping will not return to debug mode sometimes
[fw/openocd] / src / rtos /
2012-11-05 Matthias Blaicherrtos: Make ChibiOS code aware of endiness
2012-11-05 Matthias Blaicherrtos: Add FPU detection to ChibiOS/RT
2012-11-05 Matthias Blaicherrtos: Fix wrong ReadyList lookup in ChibiOS
2012-10-28 Spencer Olivergdb: fix broken qCRC packet handling
2012-10-28 Spencer Olivergdb: use strncmp rather than strstr
2012-10-28 Matthias Blaicherrtos: fix gdb qC command answer
2012-10-28 Matthias Blaicherrtos: Use ARRAY_SIZE instead of coding it by hand
2012-10-27 Matthias Blaicherrtos: Fix wrong allocation in linux_get_symbol_list_to_...
2012-10-16 Matthias Blaicherrtos: Add ChibiOS/RT support
2012-10-09 Matthias Blaicherrtos: Don't crash on qSymbol GDB packet when no RTOS...
2012-10-08 Paul Fertserrtos: support FreeRTOS over stlink
2012-10-05 Peter Stugertos: Rewrite rtos_qsymbol() and fix auto-detect false...
2012-10-05 Peter Stugertos: Rewrite rtos_try_next() for readability
2012-10-05 Peter Stugertos: Rewrite rtos_create() for readability
2012-08-24 Spencer Oliverbuild: fix memory leaks
2012-05-21 Spencer Oliverbuild: add helper/types.h to config.h
2012-05-04 Spencer Oliverbuild: remove clang unused variable assignment warnings
2012-05-04 Spencer Oliverbuild: remove clang unused variable increments warnings
2012-03-19 Paul Fertserrtos: add sanity checking for FreeRTOS's quantity of...
2012-03-19 Paul Fertserrtos: fix segfault in FreeRTOS handling
2012-02-06 Spencer Oliverbuild: cleanup src/rtos directory
2012-01-16 Spencer Oliverbuild: fix broken make distcheck
2012-01-15 Michel JAOUENrtos : linux awareness
2012-01-15 Michel JAOUENrtos : create qsymbol interface and add str_to_hex...
2012-01-15 Michel JAOUENrtos : ps command
2012-01-15 Michel JAOUENrtos : smp support
2012-01-15 Michel JAOUENrtos : current_threadid move to rtos context
2012-01-15 Michel JAOUENrtos :introduce possible overload by rtos of gdb_thread...
2012-01-15 Michel JAOUENrtos : remove unused parameter
2011-11-29 Evan HunterAdd stack alignment support to RTOS awareness - needed...
2011-11-07 Øyvind Harboeecos: add missing error propagation
2011-11-05 Øyvind Harboewarning fix: add self-consitency check to remove warning
2011-10-27 Øyvind Harboeclang: fix warning about missing check for return value
2011-10-20 Andreas Fritiofsonrtos: remove broken code for handling the deprecated...
2011-10-20 Andreas Fritiofsonrtos: return the correct value if the T or H packets...
2011-08-27 Evan HunterFix off by one bug in FreeRTOS
2011-08-24 Jie Zhangremove target argument from gdb packet handling functions
2011-08-24 EvanAdd suspended task list to FreeRTOS support
2011-08-24 Evan HunterFix FreeRTOS thread list parsing
2011-07-10 Luca BrunoFix typo in command output
2011-06-17 Spencer Oliverbuild: add missing files from dist release
2011-06-04 Freddie ChopinFix "unused variable" warnings (errors) detected with...
2011-05-25 Alan BowmanReport actual current thread
2011-05-25 Alan BowmanAdd eCos/Cortex RTOS support
2011-05-18 Alan BowmanCorrected test for invalid current_threadid
2011-05-14 Alan BowmanCorrect stacking direction and use of address offset
2011-04-19 Michel Jaouenrtos : compilation error on amd64
2011-04-15 Broadcom Corporati... RTOS Thread awareness support wip