summaryrefslogtreecommitdiffstats
path: root/tests/common.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-27Increase size of arb ID to uint32_t to fit extended IDs.Christopher Peplin1-5/+5
2014-01-07Enable warnings when compiling and fix a few.Christopher Peplin1-5/+4
2014-01-03Split up functions to rx CAN messages for rx and tx of ISO-TP.Christopher Peplin1-2/+2
2014-01-03Print full payload by giving it enough buffer. DOH.Christopher Peplin1-2/+2
2014-01-02Attempt to print entire payload and fail.Christopher Peplin1-3/+1
2014-01-02Allocate ISO-TP message buffer on the stack.Christopher Peplin1-4/+4
2013-12-31Move some functions to main isotp.h file to simplify includes for now.Christopher Peplin1-2/+1
2013-12-31Draft reworking of API.Christopher Peplin1-3/+3
2013-12-30Don't use debug function directly in library.Christopher Peplin1-2/+6
2013-12-28Encapsulate arb_id, payload and size into a data type.Christopher Peplin1-20/+16
2013-12-28Confirm CAN messages are built correctly.Christopher Peplin1-8/+8
2013-12-27Test basic single frame sending.Christopher Peplin1-5/+13
2013-12-27Draft progress implementing single frame rx.Christopher Peplin1-1/+2
2013-12-27Add skeleton tests for receiving and sending ISO-TP messages.Christopher Peplin1-0/+86