1. 18 Jan, 2017 - 1 commit
  2. 17 Jan, 2017 - 2 commits
    • Andre Hartmann's avatar
      CAN: Introduce CAN FD flag Error State Indicator (ESI) · 19d4d81e
      Andre Hartmann authored
      
      Added hasErrorStateIndicator and setErrorStateIndicator to QCanBusFrame.
      
      * Setting QCanBusFrame::setErrorStateIndicator(true)
        also sets QCanBusFrame::setFlexibleDataRateFormat(true)
      
      * Setting QCanBusFrame::setFlexibleDataRateFormat(false)
        also sets QCanBusFrame::setErrorStateIndicator(false)
      
      [ChangeLog][QCanBusFrame] Added error state indicator flag
      to QCanBusFrame and set it appropriate receiving CAN FD
      frames with the SocketCAN plugin. Setting this flag for
      testing purposes is also possible.
      
      Change-Id: I406b693fc7b7cde8a0d6b2c34c1f313800f11203
      Reviewed-by: default avatarRolf Eike Beer <eb@emlix.com>
      Reviewed-by: default avatarAlex Blasche <alexander.blasche@qt.io>
      19d4d81e
    • Andre Hartmann's avatar
      CAN: Introduce CAN FD Bitrate Switch (BRS) · d4bbdb83
      Andre Hartmann authored
      
      QCanBusFrame:
      
      Added hasBitrateSwitch and setBitrateSwitch to QCanBusFrame
      and therefore, increased the QCanBusFrame version number.
      
      * Setting QCanBusFrame::setBitrateSwitch(true)
        also sets QCanBusFrame::setFlexibleDataRateFormat(true)
      
      * Setting QCanBusFrame::setFlexibleDataRateFormat(false)
        also sets QCanBusFrame::setBitrateSwitch(false)
      
      QCanBusDevice:
      
      Reference implementation and documentation are done for
      the SocketCAN plugin. The CAN Example allows to send
      frames with Bitrate Switch enabled and visualize received
      frames with Bitrate Switch set.
      
      Unfortunately, the SocketCAN plugin does not allow to change
      any bitrate yet, so the newly added data bitrate selection
      box in ConnectDialog seems a bit useless. This box is
      however needed once other plugins become CAN FD capable and
      implement bitrate switching.
      
      [ChangeLog][QCanBusFrame] Introduced flag to allow data
      bitrate switching for CAN FD frames. Reference
      implementation is done for the SocketCAN plugin.
      
      Task-number: QTBUG-56720
      Change-Id: Ieab04020f4750c8b0085624d2250ad7cd982cd96
      Reviewed-by: default avatarRolf Eike Beer <eb@emlix.com>
      Reviewed-by: default avatarAlex Blasche <alexander.blasche@qt.io>
      d4bbdb83
  3. 16 Jan, 2017 - 1 commit
  4. 13 Jan, 2017 - 1 commit
  5. 11 Jan, 2017 - 1 commit
  6. 10 Jan, 2017 - 3 commits
  7. 05 Jan, 2017 - 1 commit
  8. 12 Dec, 2016 - 3 commits
  9. 08 Dec, 2016 - 1 commit
  10. 02 Dec, 2016 - 1 commit
  11. 26 Nov, 2016 - 1 commit
  12. 24 Nov, 2016 - 1 commit
  13. 23 Nov, 2016 - 1 commit
  14. 22 Nov, 2016 - 2 commits
  15. 19 Nov, 2016 - 1 commit
  16. 16 Nov, 2016 - 4 commits
  17. 15 Nov, 2016 - 5 commits
  18. 14 Nov, 2016 - 1 commit
  19. 11 Nov, 2016 - 3 commits
  20. 06 Nov, 2016 - 1 commit
  21. 04 Nov, 2016 - 3 commits
  22. 03 Nov, 2016 - 2 commits