aboutsummaryrefslogtreecommitdiff
path: root/src/rtos/nuttx.c
AgeCommit message (Expand)AuthorFilesLines
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