1. 10 Jul, 2016 1 commit
  2. 29 Jun, 2016 1 commit
  3. 18 Jun, 2016 1 commit
  4. 17 Jun, 2016 1 commit
  5. 31 May, 2016 1 commit
  6. 28 May, 2016 1 commit
  7. 27 May, 2016 1 commit
  8. 25 May, 2016 1 commit
  9. 24 Apr, 2016 1 commit
  10. 14 Apr, 2016 1 commit
  11. 05 Apr, 2016 2 commits
  12. 28 Mar, 2016 1 commit
  13. 27 Mar, 2016 1 commit
  14. 13 Mar, 2016 2 commits
  15. 07 Mar, 2016 1 commit
  16. 05 Mar, 2016 2 commits
  17. 18 Feb, 2016 1 commit
    • 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
  18. 14 Feb, 2016 1 commit
  19. 09 Feb, 2016 1 commit
  20. 07 Feb, 2016 1 commit
  21. 29 Jan, 2016 1 commit
  22. 16 Jan, 2016 1 commit
  23. 15 Jan, 2016 5 commits
  24. 14 Jan, 2016 1 commit
  25. 13 Jan, 2016 1 commit
  26. 12 Jan, 2016 1 commit
  27. 05 Jan, 2016 1 commit
  28. 04 Jan, 2016 1 commit
  29. 25 Dec, 2015 1 commit
  30. 24 Dec, 2015 1 commit
  31. 23 Dec, 2015 1 commit
  32. 18 Dec, 2015 1 commit
  33. 16 Dec, 2015 1 commit
    • Tomaz Canabrava's avatar
      Add the initial stub for the AirFrame configuration for APM · ff32b9fe
      Tomaz Canabrava authored
      This commit introduces the APM Airframe configuration. The interface
      is the same as the PX4 one, but the way we deal with the uas is a bit different
      
      Since the APM stack doesn't provide a xml with airframe definitions a
      new one was created by hand with only the values that we need, wich will
      trigger a download of the parameters file from the mavlink github
      
      Now it correctly handles the FRAME variable and it's faster
      regarding the download of the parameters for each type of Frame.
      
      Only show Airframes for ArduCopter, not for ArduRover nor ArduPlane
      Signed-off-by: 's avatarTomaz Canabrava <tomaz.canabrava@intel.com>
      ff32b9fe