Skip to content
  1. Oct 24, 2018
  2. May 27, 2018
  3. May 16, 2018
  4. Apr 11, 2018
  5. Dec 29, 2017
  6. Oct 23, 2017
  7. Jun 11, 2017
  8. May 01, 2017
  9. Dec 26, 2016
  10. Sep 13, 2016
  11. Aug 29, 2016
  12. Apr 13, 2016
  13. Mar 25, 2016
  14. Mar 06, 2016
  15. Jan 12, 2016
  16. Jan 05, 2016
  17. Jan 03, 2016
  18. Dec 05, 2015
  19. Dec 01, 2015
  20. 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
  21. 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
  22. 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
  23. 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
  24. Nov 15, 2015
  25. Oct 30, 2015
  26. Jul 25, 2015
  27. 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
  28. Apr 23, 2015
  29. Apr 18, 2015
  30. 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
  31. Mar 13, 2015
  32. Mar 12, 2015
  33. Feb 17, 2015
Loading