Skip to content
  1. May 16, 2018
  2. Apr 11, 2018
  3. Dec 29, 2017
  4. Oct 23, 2017
  5. Jun 11, 2017
  6. May 01, 2017
  7. Dec 26, 2016
  8. Sep 13, 2016
  9. Aug 29, 2016
  10. Apr 13, 2016
  11. Mar 25, 2016
  12. Mar 06, 2016
  13. Jan 12, 2016
  14. Jan 05, 2016
  15. Jan 03, 2016
  16. Dec 05, 2015
  17. Dec 01, 2015
  18. Nov 29, 2015
    • Don Gagne's avatar
      Autoconnect restructuring · ca6eccda
      Don Gagne authored
      Windows OS doesn’t disconnect port when you pull plug on USB. This
      caused all sorts of problems with previous logic. New logic handles
      this correctly.
      ca6eccda
  19. Nov 23, 2015
    • Don Gagne's avatar
      Auto connect support · b9cb57ec
      Don Gagne authored
      - Pervasive change to automatically connect to known board types
      - Lots of additional changes along with this:
      - More exposure of objects/properties to Qml
      - Much restructuring in LinkManager and LinkManager clients
      b9cb57ec
  20. Nov 19, 2015
    • Don Gagne's avatar
      Auto connect support · 18dc3d04
      Don Gagne authored
      - Pervasive change to automatically connect to known board types
      - Lots of additional changes along with this:
      - More exposure of objects/properties to Qml
      - Much restructuring in LinkManager and LinkManager clients
      18dc3d04
  21. Nov 18, 2015
    • Don Gagne's avatar
      Auto connect support · aaed8c2d
      Don Gagne authored
      - Pervasive change to automatically connect to known board types
      - Lots of additional changes along with this:
      - More exposure of objects/properties to Qml
      - Much restructuring in LinkManager and LinkManager clients
      aaed8c2d
  22. Nov 15, 2015
  23. Oct 30, 2015
  24. Jul 25, 2015
  25. Jul 01, 2015
    • Don Gagne's avatar
      Run SerialLink on main thread · cf9df59c
      Don Gagne authored
      This is needed for Android since it needs to communicate with java apis
      which require everything on the main thread. The additional thread was
      not really needed since you can implement using a signal based approach
      which ends up being the same thing.
      cf9df59c
  26. Apr 23, 2015
  27. Apr 18, 2015
  28. Mar 28, 2015
    • 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
  29. Mar 13, 2015
  30. Mar 12, 2015
  31. Feb 17, 2015
  32. Feb 13, 2015
  33. Feb 12, 2015
Loading