1. 17 Jul, 2024 1 commit
  2. 16 Jul, 2024 6 commits
  3. 15 Jul, 2024 4 commits
  4. 11 Jul, 2024 2 commits
  5. 10 Jul, 2024 7 commits
  6. 02 Jul, 2024 2 commits
  7. 01 Jul, 2024 4 commits
  8. 28 Jun, 2024 2 commits
  9. 25 Jun, 2024 3 commits
  10. 24 Jun, 2024 8 commits
  11. 20 Jun, 2024 1 commit
    • Rodrigo Garcia's avatar
      feat(rmt): Solve neopixel issue (#9906) · 0ef29868
      Rodrigo Garcia authored
      * feat(rmt): Solve neopixel issue
      
      if neopixelWrite() is used from different tasks/isr_callbacks, it may result in a concurrency problem and many detach/attach calls in sequence, but not in synch.
      
      This commit avoids initializing the neopixel GPIO again and improves the respomse time of neopixelWrite().
      0ef29868