aboutsummaryrefslogtreecommitdiff
path: root/src/rtos/ChibiOS.c
AgeCommit message (Expand)Author
2016-08-14rtos: remove display_str memberSteven Stallion
2016-08-13rtos: removed chSysInit from detection of ChibiOS (#121)Andy Pomfret
2016-05-24Remove FSF address from GPL noticesMarc Schink
2016-05-20Fix spelling of ARM CortexAndreas Färber
2015-04-14ChibiOS: fix crash on auto detectionRichard Braun
2015-01-09ChibiOS: struct ChibiOS_params_list[] should not be constTomas Vanek
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-04RTOS: Unify wipe-out of thread listChristian Eggers
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson
2013-06-05update files to correct FSF addressSpencer Oliver
2013-04-28target: rename cortex_m3 to cortex_mSpencer Oliver
2012-12-23rtos: rename stm32_stlink target to hla_targetSpencer Oliver
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-28rtos: Use ARRAY_SIZE instead of coding it by handMatthias Blaicher
2012-10-16rtos: Add ChibiOS/RT supportMatthias Blaicher