1. 10 Feb, 2022 1 commit
  2. 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
  3. 07 Feb, 2022 1 commit
  4. 05 Feb, 2022 2 commits
  5. 03 Feb, 2022 2 commits
  6. 29 Jan, 2022 5 commits
  7. 28 Jan, 2022 3 commits
  8. 27 Jan, 2022 2 commits
  9. 26 Jan, 2022 3 commits
  10. 24 Jan, 2022 1 commit
  11. 22 Jan, 2022 1 commit
  12. 20 Jan, 2022 4 commits
  13. 19 Jan, 2022 1 commit
    • Earle F. Philhower, III's avatar
      Move SdFat to master/head (#422) · d5ddf4cd
      Earle F. Philhower, III authored
      SdFat used to point to unnamed commit in the ESP8266SdFat repo.
      Master in that repo has now been moved to that commit, so make this
      core use the master branch for sanity's sake.
      d5ddf4cd
  14. 15 Jan, 2022 1 commit
  15. 09 Jan, 2022 2 commits
  16. 05 Jan, 2022 5 commits
  17. 03 Jan, 2022 1 commit
  18. 02 Jan, 2022 3 commits