1. Dec 05, 2023
  2. Dec 02, 2023
  3. Dec 01, 2023
  4. Nov 30, 2023
    • Tim Newsome's avatar
      uncertain is updated when trigger fires. · c62e4ccc
      Tim Newsome authored
      Don't make this contingent on hit0/hit1 being changed, since those bits
      are optional. (Although I discourage anyone from not implementing
      hit0/hit1.)
      
      Addresses #915.
      c62e4ccc
  5. Nov 14, 2023
  6. Nov 08, 2023
  7. Nov 04, 2023
    • Tim Newsome's avatar
      Make register dump output more concise. · bdae19a8
      Tim Newsome authored
      Add `show` argument that lets user decide how to deal with fields whose
      value is 0:
      * Show them all.
      * Show them if they have a symbolic name.
      * Don't show them.
      
      Use underscores instead of whitespace in field names, so we don't need a
      comma in the separator.
      
      New format:
      ```
      {datacount=2 cmderr=not_supported}
      {version=0.13 anyresumeack=1 allresumeack=1 impebreak=1 authenticated=true anyhalted=1 allhalted=1}
      ```
      bdae19a8
  8. Oct 26, 2023
  9. Oct 24, 2023
  10. Oct 23, 2023
    • Kirill Radkin's avatar
      Fix macro generation · 44b8d868
      Kirill Radkin authored
      1) We need to add ULL modifier to all values to fix some issues with `set_field` and `get_field` OpenOCD macros (for example, when `mask` = 1 << 31, it leads to UB becuase of signed overflow)
      44b8d868
  11. Oct 20, 2023
  12. Oct 19, 2023
  13. Oct 13, 2023
  14. Oct 11, 2023
  15. Oct 10, 2023
    • Tim Newsome's avatar
      AR: Clarify itrigger behavior. · b699db63
      Tim Newsome authored
      Specifically, make clear that itrigger fires *after* the original
      exception has finished updating all the CSRs.
      
      Hopefully resolves #890.
      b699db63
  16. Oct 07, 2023
  17. Oct 06, 2023
  18. Oct 05, 2023
  19. Oct 04, 2023
  20. Oct 03, 2023
  21. Sep 29, 2023