1. Jul 08, 2023
  2. Jul 05, 2023
  3. Jul 01, 2023
    • Tim Newsome's avatar
      debug: Don't rely on RISCV env · 77d04b06
      Tim Newsome authored
      That made sense when mostly people used riscv-tools, but now they get
      tools from all sorts of places and most of them are suitable for the
      debug tests.
      
      Also document RISCV_TESTS_DEBUG_GCC and RISCV_TESTS_DEBUG_GDB
      environment variables in the README.
      
      The github workflows that rely on these tests don't use the Makefile,
      but instead invoke gdbserver.py directly, so they're not affected by
      this change.
      
      Fixes #481
      77d04b06
    • Tim Newsome's avatar
      Merge pull request #483 from riscv-software-src/pylint · 10a93cb7
      Tim Newsome authored
      debug: pylint fix.
      10a93cb7
  4. Jun 30, 2023
  5. Jun 28, 2023
  6. Jun 27, 2023
  7. Jun 15, 2023
  8. Jun 14, 2023
  9. Jun 13, 2023
    • Tim Newsome's avatar
      Get gcc and gdb path from environment. · 6c5455c0
      Tim Newsome authored
      If the environment variables aren't set, then use the same defaults as
      previously.
      
      My current set of tools use riscv64-elf-gcc and riscv64-elf-gdb, and
      this makes it trivial to use them.
      6c5455c0
  10. May 26, 2023
  11. May 23, 2023
  12. May 12, 2023
  13. May 11, 2023
  14. May 04, 2023
  15. May 02, 2023
    • Tim Newsome's avatar
      Update OpenOCD cfg files to new syntax · 2df94d84
      Tim Newsome authored
      We were using a variety of deprecated commands.
      
      The driving force behind this was the new way to use `expr{}` as the old
      way no longer works with mainline OpenOCD.
      2df94d84