aboutsummaryrefslogtreecommitdiff
path: root/debug/bin
AgeCommit message (Collapse)AuthorFilesLines
2022-10-21Change memory address used in debug tests. (#422)Tim Newsome2-1/+1
https://github.com/riscv-software-src/riscv-isa-sim/pull/889 put a UART at the address we were using in our 32-bit debug tests.
2021-04-13Add FreeRTOS smoke tests. (#333)Tim Newsome3-0/+7
* Add FreeRTOS smoke tests. Make sure that OpenOCD can access all threads in a FreeRTOS binary on single-hart RV32 and RV64. * Also test `-rtos FreeRTOS`.