aboutsummaryrefslogtreecommitdiff
path: root/src/rtos/nuttx.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-25rtos/nuttx: add Espressif target support and refactoringErhan Kurubas1-216/+325
2023-01-28rtos: Fix constness of struct rtos_typeAndreas Fritiofson1-1/+1
2023-01-28rtos/nuttx: move stacking info to the new nuttx stackings fileErhan Kurubas1-57/+1
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-09-13openocd: remove CamelCase symbols *xPSR*Antonio Borneo1-2/+2
2022-07-23openocd: src/rtos: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-11-05rtos: use struct member names instead of commentsTim Newsome1-10/+8
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-1/+1
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-1/+1
2021-05-29openocd: use macro ARRAY_SIZE()Antonio Borneo1-1/+1
2021-04-30target/armv7m: change FPv4_SP and FPv5_SP/DP identifiers to uppercaseTomas Vanek1-1/+1
2021-03-10rtos: Remove typedef'd structMarc Schink1-3/+3
2020-11-04rtos: declare local symbols as staticAntonio Borneo1-1/+1
2020-07-26rtos: fix minor typosAntonio Borneo1-1/+1
2020-05-02coding style: src: remove empty lines at end of text filesAntonio Borneo1-1/+0
2019-06-04gdb_server: fix GDB_BUFFER_SIZE usage, fix unaligned access during bulk trans...Bohdan Tymkiv1-1/+1
2018-10-16rtos: support gdb_get_register_packetSteven Stallion1-38/+37
2018-08-01rtos: add support for NuttXMasatoshi Tateishi1-0/+405