Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-05-05 | rtos: with pointers, use NULL instead of 0 | Antonio Borneo | 1 | -4/+4 |
2023-01-28 | rtos: Fix constness of struct rtos_type | Andreas Fritiofson | 1 | -1/+1 |
2022-09-18 | openocd: fix SPDX tag format for files .c | Antonio Borneo | 1 | -1/+1 |
2022-07-23 | openocd: src/rtos: replace the GPL-2.0-or-later license tag | Antonio Borneo | 1 | -13/+2 |
2021-07-24 | openocd: remove NULL comparisons with checkpatch [1/2] | Antonio Borneo | 1 | -2/+2 |
2021-07-24 | openocd: fix simple cases of NULL comparison | Antonio Borneo | 1 | -2/+2 |
2021-07-02 | rtos: rename CamelCase symbols | Antonio Borneo | 1 | -5/+5 |
2021-05-29 | rtos: use ARRAY_SIZE() and simplify rtos_type.create() | Antonio Borneo | 1 | -14/+9 |
2021-03-10 | rtos: Remove typedef'd struct | Marc Schink | 1 | -3/+3 |
2020-09-05 | openocd: avoid checking for non NULL pointer to free it | Antonio Borneo | 1 | -4/+2 |
2020-05-24 | rtos/ChibiOS: Fix some coding styles | Marc Schink | 1 | -0/+547 |