Skip to content
  1. Apr 11, 2018
  2. Dec 29, 2017
  3. Oct 23, 2017
  4. Jun 11, 2017
  5. May 01, 2017
  6. Dec 26, 2016
  7. Sep 13, 2016
  8. Aug 29, 2016
  9. Apr 13, 2016
  10. Mar 25, 2016
  11. Mar 06, 2016
  12. Jan 12, 2016
  13. Jan 05, 2016
  14. Jan 03, 2016
  15. Dec 05, 2015
  16. Dec 01, 2015
  17. 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
  18. 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
  19. 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
  20. 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
  21. Nov 15, 2015
  22. Oct 30, 2015
  23. Jul 25, 2015
  24. 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
  25. Apr 23, 2015
  26. Apr 18, 2015
  27. 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
  28. Mar 13, 2015
  29. Mar 12, 2015
  30. Feb 17, 2015
  31. Feb 13, 2015
  32. Feb 12, 2015
  33. Feb 09, 2015
    • Bryant's avatar
      Fix setting the baud rate. · 5730af5c
      Bryant authored
      There's also a partial fix for the databits and stopbits. I'm unsure how to deal with the logic
      around the 'is_cdc' variable, as I can't really follow what it's for.
      5730af5c
Loading