]> git.sur5r.net Git - openocd/history - src/rtos
CMSIS-DAP: Fix build errors on Mac OS X
[openocd] / src / rtos /
2014-03-04 Christian EggersConstify received GDB packet
2014-03-04 Christian Eggersgdb-server/rtos: Send correct answer to "qfThreadInfo...
2014-03-04 Christian EggersRTOS: Unify wipe-out of thread list
2014-02-04 Paul Fertserrtos: fix uninitialised variable warning
2014-01-15 Hsiangkai WangConform to C99 integer types format specifiers
2013-10-31 Andreas FritiofsonClean up const usage to avoid excessive casting
2013-10-10 Spencer Olivercortex_m: target implementation renames cortex_m3 to...
2013-09-13 Hsiangkai Wangnds32: support FreeRTOS
2013-09-08 Spencer Oliverrtos: Do not dereference null pointers
2013-08-07 Hsiangkai Wanggdb_server: support gdb target description
2013-07-26 Spencer Oliverrtos: issue warning on auto detect failure
2013-07-01 Zied Guermazikeep gdb aware of threads if RTOS is set but no threads...
2013-06-05 Spencer Oliverupdate files to correct FSF address
2013-05-10 RavazAdded: RTOS awareness for embKernel
2013-04-28 Spencer Olivertarget: rename cortex_m3 to cortex_m
2013-03-24 Christian Gudrianrtos: fixed handling of qThreadExtraInfo packets
2013-03-13 Andreas Fritiofsontarget: Remove read_memory_imp
2013-03-12 Øyvind Harboertos: fixes warning
2013-02-26 Spencer Olivergdbserver: use common hexify/unhexify routines
2013-01-27 Freddie Chopinrtos: fix error message
2013-01-27 Spencer Oliverrtos: do not use LOG_OUTPUT
2013-01-27 Evan Hunterrtos: Fix regression preventing use of first RTOS ...
2012-12-23 Spencer Oliverrtos: rename stm32_stlink target to hla_target
2012-12-14 Evan Hunterrtos: Add Cortex-R4 support for ThreadX
2012-11-12 Matthias Blaicherrtos: Fix error in reading the current thread in ChibiOS/RT
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