aboutsummaryrefslogtreecommitdiff
path: root/src/rtos/eCos.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-18rtos: move prototype of rtos_thread_packet() in rtos.hAntonio Borneo1-3/+0
2023-01-15src/rtos/eCos : Support per-build configuration specific structure layoutsJames G. Smith1-90/+943
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src/rtos: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
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/eCos: rename CamelCase symbolsAntonio Borneo1-43/+43
2021-07-02rtos: rename CamelCase symbolsAntonio Borneo1-1/+1
2021-05-29rtos: use ARRAY_SIZE() and simplify rtos_type.create()Antonio Borneo1-16/+10
2021-03-10rtos: Remove typedef'd structMarc Schink1-3/+3
2018-10-16rtos: support gdb_get_register_packetSteven Stallion1-5/+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-2/+2
2016-08-14rtos: remove display_str memberSteven Stallion1-3/+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-2/+2
2014-10-06rtos: constify symbol names and listsSpencer Oliver1-6/+6
2014-03-30Don't cast return value of [cm]allocAndreas Fritiofson1-6/+6
2014-03-04RTOS: Unify wipe-out of thread listChristian Eggers1-19/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-04-28target: rename cortex_m3 to cortex_mSpencer Oliver1-1/+1
2013-01-27rtos: do not use LOG_OUTPUTSpencer Oliver1-11/+11
2012-10-28rtos: Use ARRAY_SIZE instead of coding it by handMatthias Blaicher1-4/+3
2012-02-06build: cleanup src/rtos directorySpencer Oliver1-207/+192
2011-11-07ecos: add missing error propagationØyvind Harboe1-0/+4
2011-07-10Fix typo in command outputLuca Bruno1-1/+1
2011-05-25Add eCos/Cortex RTOS supportAlan Bowman1-0/+427