1. 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
  2. Oct 26, 2023
  3. Oct 24, 2023
  4. 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
  5. Oct 20, 2023
  6. Oct 19, 2023
  7. Oct 13, 2023
  8. Oct 11, 2023
  9. 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
  10. Oct 07, 2023
  11. Oct 06, 2023
  12. Oct 05, 2023
  13. Oct 04, 2023
  14. Oct 03, 2023
  15. Sep 29, 2023
  16. Sep 28, 2023
  17. Sep 27, 2023