Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-02-27 | Increase size of arb ID to uint32_t to fit extended IDs. | Christopher Peplin | 1 | -3/+3 |
2014-02-14 | Add an option to control CAN frame padding (on by default). | Christopher Peplin | 1 | -2/+0 |
2014-01-03 | Document all functions in header files. | Christopher Peplin | 1 | -2/+63 |
2014-01-03 | Split up functions in send/receive files for clarity. | Christopher Peplin | 1 | -0/+7 |
2014-01-03 | Split up functions to rx CAN messages for rx and tx of ISO-TP. | Christopher Peplin | 1 | -2/+2 |
2013-12-31 | Return completion status when receiving CAN frames. | Christopher Peplin | 1 | -2/+1 |
2013-12-31 | Move some functions to main isotp.h file to simplify includes for now. | Christopher Peplin | 1 | -3/+0 |
2013-12-31 | Draft reworking of API. | Christopher Peplin | 1 | -5/+5 |
2013-12-29 | Use updated API for canutil library. | Christopher Peplin | 1 | -1/+2 |
2013-12-28 | Encapsulate arb_id, payload and size into a data type. | Christopher Peplin | 1 | -2/+6 |
2013-12-27 | Draft progress implementing single frame rx. | Christopher Peplin | 1 | -0/+19 |