1. 16 Feb, 2017 1 commit
  2. 14 Feb, 2017 1 commit
  3. 02 Jan, 2017 1 commit
  4. 07 Dec, 2016 2 commits
  5. 03 Dec, 2016 1 commit
  6. 27 Nov, 2016 1 commit
  7. 25 Nov, 2016 1 commit
  8. 24 Nov, 2016 1 commit
  9. 03 Oct, 2016 1 commit
  10. 18 Sep, 2016 1 commit
  11. 16 Sep, 2016 1 commit
  12. 15 Sep, 2016 1 commit
  13. 14 Sep, 2016 1 commit
  14. 19 Jul, 2016 1 commit
  15. 26 Jun, 2016 1 commit
  16. 23 Jun, 2016 1 commit
    • Don Gagne's avatar
      Performance fixes · ca438f88
      Don Gagne authored
      - Cache only supported on PX4. Solo sends param updates at a high rate
      to update gimbal values. This was causing the cache to update itself at
      too high of a rate, killing performance, especially on iOS.
      - Fixed read/write index usage to provide correct progress bar updates
      ca438f88
  17. 13 Jun, 2016 1 commit
  18. 12 Jun, 2016 1 commit
  19. 31 May, 2016 1 commit
  20. 29 May, 2016 2 commits
  21. 17 Apr, 2016 1 commit
  22. 15 Apr, 2016 2 commits
  23. 10 Apr, 2016 2 commits
  24. 07 Apr, 2016 1 commit
  25. 25 Mar, 2016 1 commit
  26. 24 Mar, 2016 1 commit
  27. 07 Mar, 2016 1 commit
  28. 05 Mar, 2016 2 commits
  29. 18 Feb, 2016 2 commits
    • Nate Weibley's avatar
      Remove dead parameter cache code · 708096b5
      Nate Weibley authored
      Conflicts:
      	src/FactSystem/ParameterLoader.cc
      708096b5
    • Nate Weibley's avatar
      New parameter cache loading spec · 80ef4da8
      Nate Weibley authored
       - Request list of all parameters, expecting device to lead each component with _HASH_CHECK cache value
       - Test for hash collision, if so our cache is valid and respond with _HASH_CHECK to stop listing
       - Else: let listing continue as normal to get updated param values
       - Store each cache by systemID + componentID
      
      For #2586
      80ef4da8
  30. 17 Feb, 2016 3 commits
  31. 07 Feb, 2016 1 commit
  32. 15 Jan, 2016 1 commit