1. 20 Jan, 2022 4 commits
  2. 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
  3. 15 Jan, 2022 1 commit
  4. 09 Jan, 2022 2 commits
  5. 05 Jan, 2022 5 commits
  6. 03 Jan, 2022 1 commit
  7. 02 Jan, 2022 3 commits
  8. 01 Jan, 2022 1 commit
  9. 31 Dec, 2021 1 commit
  10. 30 Dec, 2021 3 commits
  11. 29 Dec, 2021 1 commit
    • Maximilian Gerhardt's avatar
      Fix PlatformIO build (#395) · 6591da9a
      Maximilian Gerhardt authored
      Defines USBD_MAX_POWER_MA as a static 250mA, which is correct for all the boards supported in platform-raspberrypi (aka, RaspberryPi Pico and Nano RP2040 Connect)
      6591da9a
  12. 28 Dec, 2021 3 commits
    • Earle F. Philhower, III's avatar
      Update package.json · c80c08d3
      Earle F. Philhower, III authored
      c80c08d3
    • Earle F. Philhower, III's avatar
      Add SoftwareSerial-like PIO based UARTs (#391) · ce7d337c
      Earle F. Philhower, III authored
      Adds support to the core for PIO-based, software-created UARTs, up to 8 (the number of PIO state machines) possible.
      
      By using a custom program on the PIO state machines, it allows for very high bit rates and does not require CPU or interrupts.
      
      Bit widths from 5- to 8-bits, 1 or 2 stop bits, and even/odd/none parity are supported.
      ce7d337c
    • Earle F. Philhower, III's avatar
      Use interrupts to capture Serial UART data, not polling (#393) · dc1198bd
      Earle F. Philhower, III authored
      PR #379 was an ugly hack which works only if you poll the Serial port more
      frequently than ~8 byte times.
      
      This PR replaces the polling with an IRQ based lockless writer/reader queue
      so that even if you only read every 32 byte times, the Serial1/2 port should
      not lose data.  It also should use less CPU and allow for somewhat higher
      throughput.
      dc1198bd
  13. 27 Dec, 2021 1 commit
  14. 26 Dec, 2021 2 commits
  15. 23 Dec, 2021 3 commits
  16. 15 Dec, 2021 1 commit
  17. 10 Dec, 2021 1 commit
  18. 09 Dec, 2021 1 commit
  19. 07 Dec, 2021 1 commit
  20. 06 Dec, 2021 2 commits
  21. 03 Dec, 2021 1 commit
  22. 01 Dec, 2021 1 commit