Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-03-01 | New way to return canfd_frame with now number of read bytes. | Romain Forlot | 1 | -2/+2 |
2017-03-01 | Fix: wrong format to display can_message_t information | Romain Forlot | 1 | -1/+1 |
2017-03-01 | Wrong call to thread.join cause deadlock and thread termination. | Romain Forlot | 1 | -3/+0 |
2017-03-01 | Fix: miss 'if' brackets to get incomplete CAN frames correctly | Romain Forlot | 1 | -6/+7 |
2017-03-01 | Fix: improve can_message read | Romain Forlot | 1 | -19/+8 |
2017-03-01 | Delete for good obsolete code | Romain Forlot | 1 | -1/+1 |
2017-02-28 | Implement a new method returning the can device | Romain Forlot | 1 | -0/+5 |
2017-02-28 | Fix: can bus object life is now expanded and don't | Romain Forlot | 1 | -25/+17 |
2017-02-28 | Fix: wrong argument passed to start_reading(). | Romain Forlot | 1 | -1/+1 |
2017-02-28 | Added debugging messages. | Romain Forlot | 1 | -3/+8 |
2017-02-28 | Make the thread function members of can_bus_t and can_bus_dev_t objects. | Romain Forlot | 1 | -35/+123 |
2017-02-28 | Re-arranging objects splitting all objects over | Romain Forlot | 1 | -0/+363 |