summaryrefslogtreecommitdiffstats
path: root/tests/test_receive.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-03Split up functions to rx CAN messages for rx and tx of ISO-TP.Christopher Peplin1-10/+10
2014-01-03Test rx an empty CAN messages.Christopher Peplin1-0/+11
2014-01-02Allocate ISO-TP message buffer on the stack.Christopher Peplin1-2/+2
2014-01-02Only mark handle as completed when fully received.Christopher Peplin1-0/+3
2014-01-01Return completed rx messages instead of relying on callbacks.Christopher Peplin1-4/+8
2013-12-31Return completion status when receiving CAN frames.Christopher Peplin1-4/+4
2013-12-31Draft reworking of API.Christopher Peplin1-5/+5
2013-12-29Use updated API for canutil library.Christopher Peplin1-8/+8
2013-12-27Test basic rx of a single frame message.Christopher Peplin1-4/+15
2013-12-27Draft progress implementing single frame rx.Christopher Peplin1-3/+3
2013-12-27Add skeleton tests for receiving and sending ISO-TP messages.Christopher Peplin1-0/+79