1. 20 May, 2022 6 commits
  2. 19 May, 2022 2 commits
  3. 11 May, 2022 1 commit
  4. 10 May, 2022 2 commits
  5. 08 May, 2022 2 commits
  6. 05 May, 2022 3 commits
  7. 04 May, 2022 1 commit
  8. 01 May, 2022 1 commit
  9. 28 Apr, 2022 2 commits
  10. 27 Apr, 2022 5 commits
  11. 26 Apr, 2022 2 commits
  12. 25 Apr, 2022 4 commits
    • Andy2No's avatar
      Update SimpleTone.ino (#552) · 797abb5a
      Andy2No authored
      Adds code to define which pins are used, moving them from the defaults, which are the same as the only three analogue input pins, and adding comments to explain how to change them.
      
      The original didn't give any clues about which pins were used, which isn't ideal for a beginner - it was necessary to look at the code for the library, to work that out.
      
      The new code redundantly defines a pWS pin number (as pBCLK+1), which isn't used in the example, but is meant as a reminder to the person using it, of how to wire up WS.
      797abb5a
    • Earle F. Philhower, III's avatar
    • Earle F. Philhower, III's avatar
    • Earle F. Philhower, III's avatar
      Add FreeRTOS support thanks to @hfellner (#533) · bda630e4
      Earle F. Philhower, III authored
      Using all the work from @hfellner and others, add FreeRTOS
      SMP support.
      
      Allow idling cores through the FreeRTOS FIFO queue to
      allow for file system and EEPROM support.
      
      Make delay a weak function so FreeRTOS can override.
      
      Add cycle count support under FreeRTOS using a PIO SM.
      
      Use a task-based approach for handling the USB periodic work
      instead of the IRQ-based one in the main core.
      
      Set 8 prio levels so it fits in 3 bits nicely (0..7).
      bda630e4
  13. 24 Apr, 2022 3 commits
  14. 22 Apr, 2022 3 commits
  15. 17 Apr, 2022 2 commits
  16. 16 Apr, 2022 1 commit