1. 19 Dec, 2015 3 commits
    • TMRh20's avatar
      Mutex handling for interrupts on RPi · 243e25f2
      TMRh20 authored
      - Create separate mutex for SPI vs User data handling
      Problems:
      A: Memory/Data conflicts became apparent after time without thread-safe
      queues
      B: Without implementing locking at the SPI level, even simple code
      examples (rx_transfer.cpp) would hang if a write was done out of sync
      with reads
      
      Solutions:
      A: Keep initial locking mechanism for users
      B: Implement separate automatic mutex and locking mechanism for SPI
      
      #172 #173
      243e25f2
    • TMRh20's avatar
      Add mutex locking to SPI functions for RPi · 715edc5e
      TMRh20 authored
      per #172 #173
      
      - Add mutex locking to SPI for RPi interrupt usage
      - Leave rfInterrupts() rfNoInterrupts() functions for testing purposes
      715edc5e
    • TMRh20's avatar
      Merge pull request #173 from Oitzu/master · a381194b
      TMRh20 authored
      Using interrupts on RPi
      a381194b
  2. 17 Dec, 2015 3 commits
  3. 14 Dec, 2015 1 commit
  4. 13 Dec, 2015 2 commits
  5. 11 Dec, 2015 1 commit
  6. 26 Nov, 2015 1 commit
  7. 25 Nov, 2015 3 commits
  8. 13 Nov, 2015 1 commit
  9. 31 Oct, 2015 6 commits
  10. 29 Oct, 2015 2 commits
  11. 24 Oct, 2015 2 commits
  12. 23 Oct, 2015 1 commit
  13. 20 Oct, 2015 2 commits
  14. 19 Oct, 2015 2 commits
    • Avamander's avatar
      Update library.properties · a045c5ac
      Avamander authored
      For me it seems there should be no limitation as it should work on any Arduino device + rPi
      a045c5ac
    • Avamander's avatar
      Delete FAQ · 69c1f3cc
      Avamander authored
      This is unnecessary and quite a bit outdated file
      69c1f3cc
  15. 01 Oct, 2015 6 commits
  16. 28 Sep, 2015 2 commits
  17. 27 Sep, 2015 2 commits