1. 25 Sep, 2015 1 commit
  2. 11 Sep, 2015 1 commit
    • Don Gagne's avatar
      More MissionEditor work · d0d6cc42
      Don Gagne authored
      - New MissionManager
      - Plumb MissionManager through MissionEditor
      - Mission Editor supports get/set
      d0d6cc42
  3. 06 Sep, 2015 1 commit
  4. 03 Sep, 2015 1 commit
  5. 30 Aug, 2015 1 commit
  6. 29 Aug, 2015 2 commits
  7. 28 Aug, 2015 1 commit
  8. 26 Aug, 2015 2 commits
    • Don Gagne's avatar
      Don't write autopilot type · d4fb31b1
      Don Gagne authored
      This can only come from the heartbeat
      d4fb31b1
    • Don Gagne's avatar
      New FirmwarePlugin support · a298165f
      Don Gagne authored
      - FirmwarePlugin is the new place for code which is specific to
      firmware flight stack
      - FirmwarePlugin currently supports flight mode apis
      - Modify code to use new FirmwarePlugin support
      a298165f
  9. 23 Aug, 2015 1 commit
  10. 22 Aug, 2015 1 commit
  11. 14 Aug, 2015 1 commit
  12. 13 Aug, 2015 2 commits
  13. 12 Aug, 2015 1 commit
  14. 01 Aug, 2015 1 commit
  15. 25 Jul, 2015 1 commit
  16. 23 Jul, 2015 1 commit
  17. 04 Jul, 2015 1 commit
  18. 24 Jun, 2015 1 commit
  19. 22 Jun, 2015 1 commit
  20. 17 Jun, 2015 2 commits
  21. 11 Jun, 2015 2 commits
  22. 07 Jun, 2015 1 commit
    • Don Gagne's avatar
      Add Copy Trims support · baac16dc
      Don Gagne authored
      Also:
      - Prompts to reset trims to zero prior to calibrate
      - Turned of radio check for now since it prevents spectrum bind
      baac16dc
  23. 31 May, 2015 1 commit
  24. 24 May, 2015 2 commits
  25. 22 May, 2015 1 commit
  26. 19 May, 2015 1 commit
  27. 18 May, 2015 1 commit
  28. 27 Apr, 2015 1 commit
  29. 25 Apr, 2015 1 commit
  30. 21 Apr, 2015 1 commit
  31. 20 Apr, 2015 1 commit
  32. 02 Apr, 2015 1 commit
  33. 31 Mar, 2015 1 commit
  34. 28 Mar, 2015 1 commit
    • Don Gagne's avatar
      Remove link ids and add link mavlink channel · 4f5984b3
      Don Gagne authored
      Link ids were being used interchangeably with the mavlink channel for
      the link. Link ids handed out as a numerically increasing integer. Once
      the counter went past MAVLINK_COMM_NUM_BUFFERS all hell would break
      loose and cause memory corruption.
      4f5984b3