aboutsummaryrefslogtreecommitdiff
path: root/src/rtos
AgeCommit message (Expand)Author
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
2012-08-24build: fix memory leaksSpencer Oliver
2012-05-21build: add helper/types.h to config.hSpencer Oliver
2012-05-04build: remove clang unused variable assignment warningsSpencer Oliver
2012-05-04build: remove clang unused variable increments warningsSpencer Oliver
2012-03-19rtos: add sanity checking for FreeRTOS's quantity of prioritiesPaul Fertser
2012-03-19rtos: fix segfault in FreeRTOS handlingPaul Fertser
2012-02-06build: cleanup src/rtos directorySpencer Oliver
2012-01-16build: fix broken make distcheckSpencer Oliver
2012-01-15rtos : linux awarenessMichel JAOUEN
2012-01-15rtos : create qsymbol interface and add str_to_hex interfaceMichel JAOUEN
2012-01-15rtos : ps commandMichel JAOUEN
2012-01-15rtos : smp supportMichel JAOUEN
2012-01-15rtos : current_threadid move to rtos contextMichel JAOUEN
2012-01-15rtos :introduce possible overload by rtos of gdb_thread_packetMichel JAOUEN
2012-01-15rtos : remove unused parameterMichel JAOUEN
2011-11-29Add stack alignment support to RTOS awareness - needed for ARM ABI processorsEvan Hunter
2011-11-07ecos: add missing error propagationØyvind Harboe
2011-11-05warning fix: add self-consitency check to remove warningØyvind Harboe
2011-10-27clang: fix warning about missing check for return valueØyvind Harboe
2011-10-20rtos: remove broken code for handling the deprecated qP packetAndreas Fritiofson
2011-10-20rtos: return the correct value if the T or H packets are handledAndreas Fritiofson
2011-08-27Fix off by one bug in FreeRTOSEvan Hunter
2011-08-24remove target argument from gdb packet handling functionsJie Zhang
2011-08-24Add suspended task list to FreeRTOS supportEvan
2011-08-24Fix FreeRTOS thread list parsingEvan Hunter
2011-07-10Fix typo in command outputLuca Bruno
2011-06-17build: add missing files from dist releaseSpencer Oliver
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin
2011-05-25Report actual current threadAlan Bowman
2011-05-25Add eCos/Cortex RTOS supportAlan Bowman