aboutsummaryrefslogtreecommitdiff
path: root/src/rtos/embKernel.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-23openocd: src/rtos: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-07-24openocd: fix Yoda conditions with checkpatchAntonio Borneo1-1/+1
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-1/+1
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-5/+5
2021-07-02rtos: rename CamelCase symbolsAntonio Borneo1-42/+42
2021-07-02rtos: convert CamelCase enum in uppercaseAntonio Borneo1-14/+14
2021-03-10rtos: Remove typedef'd structMarc Schink1-3/+3
2020-05-02coding style: src: remove empty lines at end of text filesAntonio Borneo1-1/+0
2020-02-24coding style: fix space around pointer's asteriskAntonio Borneo1-1/+1
2018-10-16rtos: support gdb_get_register_packetSteven Stallion1-4/+5
2017-12-06rtos: Use 'bool' as return type for detect_rtos()Marc Schink1-4/+4
2016-12-08gdb_server: support qXfer:threads:read packetSteven Stallion1-3/+3
2016-08-14rtos: remove display_str memberSteven Stallion1-1/+0
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2014-11-24rtos: allow symbols to be optional for a particular RTOSPaul Fertser1-1/+1
2014-10-06rtos: constify symbol names and listsSpencer Oliver1-3/+3
2014-03-30Don't cast return value of [cm]allocAndreas Fritiofson1-3/+3
2014-03-04RTOS: Unify wipe-out of thread listChristian Eggers1-19/+1
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson1-1/+1
2013-10-10cortex_m: target implementation renames cortex_m3 to cortex_mSpencer Oliver1-3/+3
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-05-10Added: RTOS awareness for embKernelRavaz1-0/+363