summaryrefslogtreecommitdiffstats
path: root/src/plugins/canbus/tinycan/tinycanbackend.h
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-06-101-39/+3
* Use up-to date LGPL license headerKai Köhne2021-11-301-11/+14
* CAN: Implement QCanBusDevice::deviceInfo() in the pluginsAndre Hartmann2021-08-051-0/+1
* CAN: Make functions that should be virtual suchAndre Hartmann2021-07-221-2/+2
* QCanBusDevice: Replace int parameter with ConfigurationKeyAndre Hartmann2021-02-031-1/+1
* Use QList instead of QVectorJarek Kobus2020-08-171-3/+2
* Add QCanBusDevice::resetController() for CAN controller resetAndre Hartmann2019-05-021-0/+2
* Merge remote-tracking branch 'origin/5.8' into 5.9v5.9.0-beta1Liang Qi2017-03-311-2/+2
|\
| * Updated copyright headersAndre Hartmann2017-02-021-2/+2
* | CAN: Add QCanBusDeviceInfoAndre Hartmann2017-01-101-0/+2
|/
* CAN: Do not use QPointer class as it is overheadDenis Shienkov2016-05-041-1/+0
* Replace 'Q_DECL_OVERRIDE' with 'override'Denis Shienkov2016-04-261-5/+5
* Use 'nullptr' where it is possibleDenis Shienkov2016-04-211-1/+1
* Implement the initial support for the TINY CAN adapterDenis Shienkov2015-08-251-0/+79