aboutsummaryrefslogtreecommitdiff
path: root/src/rtos/hwthread.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-07Rtos riscv (#350)Tim Newsome1-3/+10
2019-01-25Use more compatible printf formatting.Tim Newsome1-1/+1
2019-01-25Remove debug statements.Tim Newsome1-28/+2
2019-01-24WIP on hardware breakpoints.Tim Newsome1-3/+17
2019-01-18Don't reset current thread id on single step.Tim Newsome1-13/+20
2019-01-17Fix reading of non-general registers for hwthreadTim Newsome1-3/+36
2019-01-11rtos support to write registers on current threadTim Newsome1-47/+49
2019-01-07Implement hwthread_get_thread_reg_list.Tim Newsome1-4/+22
2019-01-03Neuter hwthread_get_thread_reg_list so it buildsTim Newsome1-66/+6
2019-01-02rtos/hwthread: add hardware-thread pseudo rtosMatthias Welwarsky1-0/+394