1. 06 Mar, 2022 1 commit
  2. 05 Mar, 2022 1 commit
  3. 24 Feb, 2022 3 commits
  4. 23 Feb, 2022 2 commits
  5. 22 Feb, 2022 1 commit
  6. 20 Feb, 2022 4 commits
  7. 19 Feb, 2022 2 commits
  8. 15 Feb, 2022 1 commit
  9. 13 Feb, 2022 1 commit
  10. 12 Feb, 2022 2 commits
    • Earle F. Philhower, III's avatar
      Bump to 1.11.0 · f2fd654b
      Earle F. Philhower, III authored
      f2fd654b
    • Earle F. Philhower, III's avatar
      Update GDB and OpenOCD to work together, finally (#482) · 1b61a866
      Earle F. Philhower, III authored
      GDB for non-Linux systems was built w/o expat which caused odd behavior
      under Windows and other systems (i.e. breakpoints not working, etc.)
      New toolchain manually builds cross-compiled libexpat and ensures it is
      used, fixing the issue.
      
      Windows OpenOCD binaries now come from manually built and tested copies
      (using a real Windows system).
      
      Fixes #478
      Fixes #457
      Fixes #456
      and probably others...
      1b61a866
  11. 10 Feb, 2022 2 commits
  12. 08 Feb, 2022 2 commits
    • Earle F. Philhower, III's avatar
      Decrease size of used FIFO in SerialUART (#471) · ba92377e
      Earle F. Philhower, III authored
      Fixes #468
      
      The FIFO limit was set to 1/2, or 16 bytes on POR and not set by the core,
      so for low baud this could result in a LONG time without data moving from
      hardware FIFO to the SW ring buffer and timeouts/etc.
      
      Now use the API call which sets it to 1/8, or 4 bytes of data to speed up
      the transfer 4x.
      
      Also avoid using the divider in the IRQ routine because it is not clear
      from the docs of the Pico SDK IRQ callback routine preserves divider
      state or not.  If not, doing division in an IRQ could result in random
      data corruption in the main app.
      
      Add memory barriers to ensure the order of data into RAM is preserved
      and that GCC doesn't reorder writes.
      ba92377e
    • gsexton's avatar
      Fix OpenSUSE upload, make mount point fionding more robust (#467) · acbe190a
      gsexton authored
      Change order of tests to favor /run/media over /media. Parse output of udiskctl mount to find mount path
      acbe190a
  13. 07 Feb, 2022 1 commit
  14. 05 Feb, 2022 2 commits
  15. 03 Feb, 2022 2 commits
  16. 29 Jan, 2022 5 commits
  17. 28 Jan, 2022 3 commits
  18. 27 Jan, 2022 2 commits
  19. 26 Jan, 2022 3 commits