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