summaryrefslogtreecommitdiffstats
path: root/src/plugins/canbus/tinycan
Commit message (Expand)AuthorAgeFilesLines
* CAN: Better error messages when loading dynamic librariesAndre Hartmann2016-08-011-1/+1
* CAN: More information when configuration failsAndre Hartmann2016-07-191-1/+2
* Fix logic with the wrong priority of operationsDenis Shienkov2016-07-121-16/+30
* CAN: Do not use QPointer class as it is overheadDenis Shienkov2016-05-043-2/+2
* CAN: Correct spelling for "CAN" and "CAN FD"Andre Hartmann2016-05-021-2/+2
* Replace 'Q_DECL_OVERRIDE' with 'override'Denis Shienkov2016-04-262-6/+6
* Use 'auto' where it is possibleDenis Shienkov2016-04-221-1/+1
* Use 'nullptr' where it is possibleDenis Shienkov2016-04-213-4/+4
* Merge remote-tracking branch 'gerrit/5.6.0' into 5.6Alex Blasche2016-03-081-1/+1
|\
| * Fix static builds of CAN bus pluginsv5.6.0-rc1Alex Blasche2016-02-181-1/+1
* | standardize statement order in project files a bitOswald Buddenhagen2016-03-021-2/+2
* | consistently put qt_{module,plugin,tool} at the end of project filesOswald Buddenhagen2016-03-021-5/+5
|/
* Don't attempt to write an invalid QCanBusFrameAlex Blasche2015-12-181-0/+5
* Improve CanFD related error reporting in peakcan and tinycanAlex Blasche2015-12-181-2/+2
* fix typo: (un)?suported -> (un)supportedRolf Eike Beer2015-12-181-1/+1
* fix spurious dependenciesOswald Buddenhagen2015-11-111-1/+1
* Add QCBD::BitRateKey support for the TinyCan pluginDenis Shienkov2015-09-072-9/+88
* Handle QCBF::ErrorFrame type for the TinyCan pluginDenis Shienkov2015-09-071-1/+22
* Update the symbols header for the TinyCan pluginDenis Shienkov2015-09-072-19/+35
* Introduce an API for tracking the transferred framesDenis Shienkov2015-09-062-9/+7
* Optimize the CAN frames receivingDenis Shienkov2015-09-061-1/+5
* Handle missed properties for the received frame in TinyCan pluginDenis Shienkov2015-09-051-0/+2
* Implement the initial support for the TINY CAN adapterDenis Shienkov2015-08-257-0/+1087