aboutsummaryrefslogtreecommitdiff
path: root/src/rtos/hwthread.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-18rtos: move prototype of rtos_thread_packet() in rtos.hAntonio Borneo1-2/+0
2022-12-03hwthread: Restore current_threadid in hwthread_update_threadsKoudai Iwahori1-0/+10
2022-12-03hwthread: Add register validity check in get_thread_reg_listKoudai Iwahori1-0/+9
2022-11-11rtos: hwthread: fix clang error core.NullDereferenceAntonio Borneo1-4/+4
2022-11-11Revert "Remove duplicate of a counter in hwthread_update_threads"Tomas Vanek1-3/+7
2022-10-08Remove duplicate of a counter in hwthread_update_threadsEvgeniy Naydanov1-7/+3
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-15/+1
2022-02-14target/smp: use a struct list_head to hold the smp targetsAntonio Borneo1-3/+5
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-6/+6
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-9/+9
2021-07-02Add RTOS memory read/write functions.Tim Newsome1-0/+36
2021-03-10rtos: Remove typedef'd structMarc Schink1-3/+3
2020-12-26rtos/hwthread: fix register list for armv7aAntonio Borneo1-5/+17
2020-11-04rtos: declare local symbols as staticAntonio Borneo1-2/+2
2020-09-05openocd: use proper format with uint32_tAntonio Borneo1-1/+1
2020-05-07Add get_thread_reg() and set_reg() for hwthreadTim Newsome1-51/+90
2019-03-08rtos/hwthread: add hardware-thread pseudo rtosMatthias Welwarsky1-0/+347