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