aboutsummaryrefslogtreecommitdiff
path: root/src/rtos/rtos.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-16Merge commit '1293ddd65713d6551775b67169387622ada477c1' into from_upstreamTim Newsome1-52/+83
2022-09-29Use LOG_TARGET_FOO() functions in more places. (#731)Tim Newsome1-4/+3
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-09-17rtos: Support looking up .lto_priv.0 appended to symbol nameTim Nordell1-8/+47
2022-09-17rtos: Fold is_symbol_mandatory into rtos_qsymbol(..)Tim Nordell1-20/+15
2022-09-17rtos: Create a new helper function find_symbol(...)Tim Nordell1-13/+18
2022-09-02Remove rtos.gdb_v_packet. (#722)Tim Newsome1-1/+0
2022-08-15rtos: Support for "none" rtosAsier Llano1-1/+4
2022-07-23openocd: src/rtos: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2022-03-03From upstream (#684)Tim Newsome1-1/+1
2022-02-07fix missing thread ID in stop reply when smp-configured hart (but not hart 0)...Greg Savin1-2/+22
2022-01-31Ask the RTOS which target to set swbp on. (#673)Tim Newsome1-0/+8
2021-10-05Merge branch 'master' into from_upstreamTim Newsome1-2/+2
2021-10-05Dynamically allocate memory for RTOS registers. (#647)Tim Newsome1-6/+23
2021-10-02uint64_t->target_addr_t for stack pointers.Tim Newsome1-1/+1
2021-09-18openocd: remove last NULL comparisonsAntonio Borneo1-2/+2
2021-08-30Merge branch 'master' into from_upstreamTim Newsome1-32/+43
2021-08-14rtos: add debug prints for qSymbol lookupJan Matyas1-0/+11
2021-07-24openocd: fix Yoda conditions with checkpatchAntonio Borneo1-1/+1
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-5/+5
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-16/+16
2021-07-20openocd: manually fix Yoda conditionsAntonio Borneo1-1/+1
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-1/+1
2021-07-02Add RTOS memory read/write functions.Tim Newsome1-0/+16
2021-07-02rtos: rename CamelCase symbolsAntonio Borneo1-12/+12
2021-06-11From upstream (#620)Tim Newsome1-2/+4
2021-06-04helper/jim-nvp: comply with coding style [2/2]Antonio Borneo1-2/+2
2021-05-11rtos: Add support for Zephyr RTOSEvgeniy Didin1-0/+2
2021-04-13Merge branch 'master' into from_upstreamTim Newsome1-4/+4
2021-04-08Support RV32/RV64 mainline/metal stackings (#586)Tim Newsome1-6/+11
2021-03-17Writing registers in other threads appears to work. (#585)Tim Newsome1-1/+53
2021-03-10rtos: Remove typedef'd structMarc Schink1-4/+4
2021-03-05RISC-V Freertos support (#582)Tim Newsome1-5/+53
2021-01-18Remove `-rtos riscv` (#567)Tim Newsome1-2/+0
2020-12-31Merge branch 'master' into from_upstreamTim Newsome1-1/+3
2020-11-04rtos: make private the API rtos_try_next()Antonio Borneo1-1/+3
2020-10-15Make it build again.Tim Newsome1-1/+1
2020-10-15Merge branch 'master' into from_upstream_histogramTim Newsome1-9/+9
2020-09-05openocd: avoid checking for non NULL pointer to free itAntonio Borneo1-7/+4
2020-07-26rtos: fix minor typosAntonio Borneo1-1/+1
2020-07-26rtos: add support for RIOTDaniel Krebs1-0/+3
2020-06-23Merge branch 'master' into from_upstreamTim Newsome1-3/+8
2020-05-24openocd: properly use jim data typesAntonio Borneo1-1/+1
2020-05-24rtos/ChibiOS: Fix some coding stylesMarc Schink1-2/+2
2020-03-26Use the correct thread for memory accesses. (#459)Tim Newsome1-0/+16
2020-03-17rtos: Destroy RTOS and fix memory leakMarc Schink1-0/+5
2019-09-27Merge branch 'master' into from_upstreamTim Newsome1-1/+1
2019-08-28gdb_server, rtos: Fine-grained RTOS register accessTim Newsome1-9/+37
2019-08-14Don't fake step for hwthread rtos. (#393)Tim Newsome1-0/+7
2019-06-04gdb_server: fix GDB_BUFFER_SIZE usage, fix unaligned access during bulk trans...Bohdan Tymkiv1-1/+1