aboutsummaryrefslogtreecommitdiff
path: root/src/rtos/chibios.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-05rtos: with pointers, use NULL instead of 0Antonio Borneo1-4/+4
2023-01-28rtos: Fix constness of struct rtos_typeAndreas Fritiofson1-1/+1
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-2/+2
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-2/+2
2021-07-02rtos: rename CamelCase symbolsAntonio Borneo1-5/+5
2021-05-29rtos: use ARRAY_SIZE() and simplify rtos_type.create()Antonio Borneo1-14/+9
2021-03-10rtos: Remove typedef'd structMarc Schink1-3/+3
2020-09-05openocd: avoid checking for non NULL pointer to free itAntonio Borneo1-4/+2
2020-05-24rtos/ChibiOS: Fix some coding stylesMarc Schink1-0/+547