aboutsummaryrefslogtreecommitdiff
path: root/src/rtos/ChibiOS.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-16rtos: support gdb_get_register_packetSteven Stallion1-4/+5
2018-04-23ChibiOS thread states: Update thread state to label mappingFaisal Shah1-4/+3
2018-03-07Fix ChibiOS FPU detection.Luca Dariz1-1/+1
2017-12-06rtos: Use 'bool' as return type for detect_rtos()Marc Schink1-5/+5
2016-12-08gdb_server: support qXfer:threads:read packetSteven Stallion1-3/+3
2016-08-14rtos: remove display_str memberSteven Stallion1-2/+0
2016-08-13rtos: removed chSysInit from detection of ChibiOS (#121)Andy Pomfret1-7/+4
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-05-20Fix spelling of ARM CortexAndreas Färber1-2/+2
2015-04-14ChibiOS: fix crash on auto detectionRichard Braun1-1/+6
2015-01-09ChibiOS: struct ChibiOS_params_list[] should not be constTomas Vanek1-1/+1
2014-11-24Added FPU support for ChibiOS/RTChristian Gudrian1-5/+3
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 Fertser1-2/+2
2014-10-06rtos: constify symbol names and listsSpencer Oliver1-5/+4
2014-03-30Don't cast return value of [cm]allocAndreas Fritiofson1-7/+7
2014-03-04RTOS: Unify wipe-out of thread listChristian Eggers1-15/+2
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson1-1/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-04-28target: rename cortex_m3 to cortex_mSpencer Oliver1-1/+1
2012-12-23rtos: rename stm32_stlink target to hla_targetSpencer Oliver1-1/+1
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-28rtos: Use ARRAY_SIZE instead of coding it by handMatthias Blaicher1-4/+3
2012-10-16rtos: Add ChibiOS/RT supportMatthias Blaicher1-0/+528