aboutsummaryrefslogtreecommitdiff
path: root/src/rtos
AgeCommit message (Expand)Author
2015-04-14ChibiOS: fix crash on auto detectionRichard Braun
2015-04-14RTOS: Add logging to FreeRTOS and general RTOSEvan Hunter
2015-03-09rtos: Freescale MQX rtos supportMarian Cingel
2015-01-09ChibiOS: struct ChibiOS_params_list[] should not be constTomas Vanek
2015-01-09rtos: free gdb packet allocated memorySpencer Oliver
2014-11-24Added FPU support for ChibiOS/RTChristian Gudrian
2014-11-24rtos: add support for ChibiOS/RT 3.0Christian Gudrian
2014-11-24rtos: allow symbols to be optional for a particular RTOSPaul Fertser
2014-10-06rtos: constify symbol names and listsSpencer Oliver
2014-03-30Don't cast return value of [cm]allocAndreas Fritiofson
2014-03-29rtos: fix xml register support regressionSpencer Oliver
2014-03-04Constify received GDB packetChristian Eggers
2014-03-04gdb-server/rtos: Send correct answer to "qfThreadInfo" packetChristian Eggers
2014-03-04RTOS: Unify wipe-out of thread listChristian Eggers
2014-02-04rtos: fix uninitialised variable warningPaul Fertser
2014-01-15Conform to C99 integer types format specifiersHsiangkai Wang
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson
2013-10-10cortex_m: target implementation renames cortex_m3 to cortex_mSpencer Oliver
2013-09-13nds32: support FreeRTOSHsiangkai Wang
2013-09-08rtos: Do not dereference null pointersSpencer Oliver
2013-08-07gdb_server: support gdb target descriptionHsiangkai Wang
2013-07-26rtos: issue warning on auto detect failureSpencer Oliver
2013-07-01keep gdb aware of threads if RTOS is set but no threads are createdZied Guermazi
2013-06-05update files to correct FSF addressSpencer Oliver
2013-05-10Added: RTOS awareness for embKernelRavaz
2013-04-28target: rename cortex_m3 to cortex_mSpencer Oliver
2013-03-24rtos: fixed handling of qThreadExtraInfo packetsChristian Gudrian
2013-03-13target: Remove read_memory_impAndreas Fritiofson
2013-03-12rtos: fixes warningØyvind Harboe
2013-02-26gdbserver: use common hexify/unhexify routinesSpencer Oliver
2013-01-27rtos: fix error messageFreddie Chopin
2013-01-27rtos: do not use LOG_OUTPUTSpencer Oliver
2013-01-27rtos: Fix regression preventing use of first RTOS & clean up rtos_qsymbol()Evan Hunter
2012-12-23rtos: rename stm32_stlink target to hla_targetSpencer Oliver
2012-12-14rtos: Add Cortex-R4 support for ThreadXEvan Hunter
2012-11-12rtos: Fix error in reading the current thread in ChibiOS/RTMatthias Blaicher
2012-11-05rtos: Make ChibiOS code aware of endinessMatthias Blaicher
2012-11-05rtos: Add FPU detection to ChibiOS/RTMatthias Blaicher
2012-11-05rtos: Fix wrong ReadyList lookup in ChibiOSMatthias Blaicher
2012-10-28gdb: fix broken qCRC packet handlingSpencer Oliver
2012-10-28gdb: use strncmp rather than strstrSpencer Oliver
2012-10-28rtos: fix gdb qC command answerMatthias Blaicher
2012-10-28rtos: Use ARRAY_SIZE instead of coding it by handMatthias Blaicher
2012-10-27rtos: Fix wrong allocation in linux_get_symbol_list_to_lookupMatthias Blaicher
2012-10-16rtos: Add ChibiOS/RT supportMatthias Blaicher
2012-10-09rtos: Don't crash on qSymbol GDB packet when no RTOS is configuredMatthias Blaicher
2012-10-08rtos: support FreeRTOS over stlinkPaul Fertser
2012-10-05rtos: Rewrite rtos_qsymbol() and fix auto-detect false positivePeter Stuge
2012-10-05rtos: Rewrite rtos_try_next() for readabilityPeter Stuge
2012-10-05rtos: Rewrite rtos_create() for readabilityPeter Stuge