aboutsummaryrefslogtreecommitdiff
path: root/src/rtos
AgeCommit message (Expand)AuthorFilesLines
2013-06-05update files to correct FSF addressSpencer Oliver17-17/+17
2013-05-10Added: RTOS awareness for embKernelRavaz5-2/+463
2013-04-28target: rename cortex_m3 to cortex_mSpencer Oliver4-4/+4
2013-03-24rtos: fixed handling of qThreadExtraInfo packetsChristian Gudrian1-1/+1
2013-03-13target: Remove read_memory_impAndreas Fritiofson1-2/+2
2013-03-12rtos: fixes warningØyvind Harboe1-0/+2
2013-02-26gdbserver: use common hexify/unhexify routinesSpencer Oliver3-48/+12
2013-01-27rtos: fix error messageFreddie Chopin1-1/+1
2013-01-27rtos: do not use LOG_OUTPUTSpencer Oliver4-43/+42
2013-01-27rtos: Fix regression preventing use of first RTOS & clean up rtos_qsymbol()Evan Hunter1-13/+24
2012-12-23rtos: rename stm32_stlink target to hla_targetSpencer Oliver2-2/+2
2012-12-14rtos: Add Cortex-R4 support for ThreadXEvan Hunter3-1/+50
2012-11-12rtos: Fix error in reading the current thread in ChibiOS/RTMatthias Blaicher1-1/+1
2012-11-05rtos: Make ChibiOS code aware of endinessMatthias Blaicher1-28/+29
2012-11-05rtos: Add FPU detection to ChibiOS/RTMatthias Blaicher1-3/+40
2012-11-05rtos: Fix wrong ReadyList lookup in ChibiOSMatthias Blaicher1-9/+1
2012-10-28gdb: fix broken qCRC packet handlingSpencer Oliver1-0/+4
2012-10-28gdb: use strncmp rather than strstrSpencer Oliver2-11/+11
2012-10-28rtos: fix gdb qC command answerMatthias Blaicher1-2/+2
2012-10-28rtos: Use ARRAY_SIZE instead of coding it by handMatthias Blaicher4-16/+12
2012-10-27rtos: Fix wrong allocation in linux_get_symbol_list_to_lookupMatthias Blaicher1-3/+3
2012-10-16rtos: Add ChibiOS/RT supportMatthias Blaicher5-2/+629
2012-10-09rtos: Don't crash on qSymbol GDB packet when no RTOS is configuredMatthias Blaicher1-0/+3
2012-10-08rtos: support FreeRTOS over stlinkPaul Fertser1-0/+12
2012-10-05rtos: Rewrite rtos_qsymbol() and fix auto-detect false positivePeter Stuge2-79/+81
2012-10-05rtos: Rewrite rtos_try_next() for readabilityPeter Stuge1-18/+15
2012-10-05rtos: Rewrite rtos_create() for readabilityPeter Stuge1-57/+66
2012-08-24build: fix memory leaksSpencer Oliver3-12/+29
2012-05-21build: add helper/types.h to config.hSpencer Oliver1-1/+0
2012-05-04build: remove clang unused variable assignment warningsSpencer Oliver1-4/+4
2012-05-04build: remove clang unused variable increments warningsSpencer Oliver1-1/+1
2012-03-19rtos: add sanity checking for FreeRTOS's quantity of prioritiesPaul Fertser1-0/+7
2012-03-19rtos: fix segfault in FreeRTOS handlingPaul Fertser1-0/+12
2012-02-06build: cleanup src/rtos directorySpencer Oliver10-1349/+1119
2012-01-16build: fix broken make distcheckSpencer Oliver1-1/+1
2012-01-15rtos : linux awarenessMichel JAOUEN4-1/+1637
2012-01-15rtos : create qsymbol interface and add str_to_hex interfaceMichel JAOUEN2-112/+89
2012-01-15rtos : ps commandMichel JAOUEN1-0/+1
2012-01-15rtos : smp supportMichel JAOUEN2-4/+15
2012-01-15rtos : current_threadid move to rtos contextMichel JAOUEN2-5/+5
2012-01-15rtos :introduce possible overload by rtos of gdb_thread_packetMichel JAOUEN2-5/+16
2012-01-15rtos : remove unused parameterMichel JAOUEN2-2/+2
2011-11-29Add stack alignment support to RTOS awareness - needed for ARM ABI processorsEvan Hunter4-62/+71
2011-11-07ecos: add missing error propagationØyvind Harboe1-0/+4
2011-11-05warning fix: add self-consitency check to remove warningØyvind Harboe1-0/+3
2011-10-27clang: fix warning about missing check for return valueØyvind Harboe1-1/+2
2011-10-20rtos: remove broken code for handling the deprecated qP packetAndreas Fritiofson1-85/+1
2011-10-20rtos: return the correct value if the T or H packets are handledAndreas Fritiofson1-0/+2
2011-08-27Fix off by one bug in FreeRTOSEvan Hunter1-2/+2
2011-08-24remove target argument from gdb packet handling functionsJie Zhang2-4/+8