aboutsummaryrefslogtreecommitdiff
path: root/src/rtos
AgeCommit message (Expand)AuthorFilesLines
2015-11-03rtos/mqx: Fix uninitialized parts of symbol tabledaniel-k1-1/+1
2015-10-30rtos: handle STKALIGN adjustments on cortex mAndrew Ruder2-1/+53
2015-10-30rtos: turn stack alignment into a function pointerAndrew Ruder9-18/+58
2015-08-06RTOS: ThreadX support on ARM926E-JSAlexander Drozdov1-2/+160
2015-04-24rtos/mqx: prevent crash with -rtos autoPaul Fertser1-0/+6
2015-04-24rtos: fix print format specifiersPaul Fertser2-5/+6
2015-04-16rtos: add instructions and helper code to make FreeRTOS work againAndreas Fritiofson1-1/+5
2015-04-16FreeRTOS: Make optional symbols optionalAndreas Fritiofson1-15/+22
2015-04-14ChibiOS: fix crash on auto detectionRichard Braun1-1/+6
2015-04-14RTOS: Add logging to FreeRTOS and general RTOSEvan Hunter2-1/+37
2015-03-09rtos: Freescale MQX rtos supportMarian Cingel5-3/+674
2015-01-09ChibiOS: struct ChibiOS_params_list[] should not be constTomas Vanek1-1/+1
2015-01-09rtos: free gdb packet allocated memorySpencer Oliver1-0/+1
2014-11-24Added FPU support for ChibiOS/RTChristian Gudrian3-5/+32
2014-11-24rtos: add support for ChibiOS/RT 3.0Christian Gudrian1-16/+24
2014-11-24rtos: allow symbols to be optional for a particular RTOSPaul Fertser8-20/+33
2014-10-06rtos: constify symbol names and listsSpencer Oliver8-29/+28
2014-03-30Don't cast return value of [cm]allocAndreas Fritiofson7-42/+42
2014-03-29rtos: fix xml register support regressionSpencer Oliver4-56/+22
2014-03-04Constify received GDB packetChristian Eggers3-14/+14
2014-03-04gdb-server/rtos: Send correct answer to "qfThreadInfo" packetChristian Eggers1-1/+1
2014-03-04RTOS: Unify wipe-out of thread listChristian Eggers7-91/+24
2014-02-04rtos: fix uninitialised variable warningPaul Fertser1-1/+1
2014-01-15Conform to C99 integer types format specifiersHsiangkai Wang1-6/+6
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson3-3/+3
2013-10-10cortex_m: target implementation renames cortex_m3 to cortex_mSpencer Oliver3-7/+7
2013-09-13nds32: support FreeRTOSHsiangkai Wang3-1/+61
2013-09-08rtos: Do not dereference null pointersSpencer Oliver1-4/+3
2013-08-07gdb_server: support gdb target descriptionHsiangkai Wang1-2/+3
2013-07-26rtos: issue warning on auto detect failureSpencer Oliver1-1/+3
2013-07-01keep gdb aware of threads if RTOS is set but no threads are createdZied Guermazi1-12/+15
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