Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-02-14 | Add an option to control CAN frame padding (on by default). | Christopher Peplin | 1 | -1/+1 | |
Fixed #1. | |||||
2014-01-05 | Move a few things about to make compiling with other projects possible. | Christopher Peplin | 1 | -0/+2 | |
2014-01-03 | Split up functions in send/receive files for clarity. | Christopher Peplin | 1 | -0/+16 | |
2014-01-03 | Split up functions to rx CAN messages for rx and tx of ISO-TP. | Christopher Peplin | 1 | -9/+7 | |
2014-01-02 | Allocate ISO-TP message buffer on the stack. | Christopher Peplin | 1 | -3/+3 | |
2014-01-02 | Avoid hitting a NULL pointer when using callbacks. | Christopher Peplin | 1 | -1/+3 | |
2014-01-01 | Return completed rx messages instead of relying on callbacks. | Christopher Peplin | 1 | -0/+2 | |
2013-12-31 | Draft reworking of API. | Christopher Peplin | 1 | -20/+34 | |
2013-12-29 | Use updated API for canutil library. | Christopher Peplin | 1 | -17/+18 | |
2013-12-28 | Encapsulate arb_id, payload and size into a data type. | Christopher Peplin | 1 | -0/+54 | |