Christopher Peplin
|
7c24f87bc7
|
Add Dave Boll to author's list. Thanks!
|
2014-01-03 16:10:34 -05:00 |
Christopher Peplin
|
980d26f9df
|
Document all functions in header files.
|
2014-01-03 14:29:55 -05:00 |
Christopher Peplin
|
a5e9107147
|
Split up functions in send/receive files for clarity.
|
2014-01-03 13:44:39 -05:00 |
Christopher Peplin
|
330358c978
|
Split up functions to rx CAN messages for rx and tx of ISO-TP.
|
2014-01-03 13:40:02 -05:00 |
Christopher Peplin
|
99dd20fc3d
|
Test rx an empty CAN messages.
|
2014-01-03 13:21:18 -05:00 |
Christopher Peplin
|
9c92fe46b5
|
Update docs in README.
|
2014-01-03 13:18:06 -05:00 |
Christopher Peplin
|
cf5710badd
|
Document how to run coverage.
|
2014-01-03 12:45:46 -05:00 |
Christopher Peplin
|
ca2035c4a4
|
Compile with coverage calculation, put objects in a subdir.
|
2014-01-03 12:37:53 -05:00 |
Christopher Peplin
|
64af0554cb
|
Print full payload by giving it enough buffer. DOH.
|
2014-01-03 12:18:33 -05:00 |
Christopher Peplin
|
fe5f39179f
|
Attempt to print entire payload and fail.
|
2014-01-02 18:31:52 -05:00 |
Christopher Peplin
|
3b25a0491c
|
Allocate ISO-TP message buffer on the stack.
|
2014-01-02 17:14:56 -05:00 |
Christopher Peplin
|
e3637d97ec
|
Only mark handle as completed when fully received.
|
2014-01-02 15:28:52 -05:00 |
Christopher Peplin
|
fe20a273bb
|
Avoid hitting a NULL pointer when using callbacks.
|
2014-01-02 12:10:14 -05:00 |
Christopher Peplin
|
482c7eafcb
|
Return completed rx messages instead of relying on callbacks.
|
2014-01-01 16:10:57 -05:00 |
Christopher Peplin
|
8702b34a8f
|
Attempt to print full payload and FAIL!
|
2013-12-31 16:42:18 -05:00 |
Christopher Peplin
|
03c3696d34
|
Return completion status when receiving CAN frames.
|
2013-12-31 16:29:07 -05:00 |
Christopher Peplin
|
6bbc83bd1d
|
Move some functions to main isotp.h file to simplify includes for now.
|
2013-12-31 16:12:36 -05:00 |
Christopher Peplin
|
10a35b0a7c
|
Draft reworking of API.
|
2013-12-31 12:59:04 -05:00 |
Christopher Peplin
|
90209462aa
|
Update deps.
|
2013-12-31 11:40:46 -05:00 |
Christopher Peplin
|
bc7c0205d8
|
Don't use debug function directly in library.
|
2013-12-30 18:30:13 -05:00 |
Christopher Peplin
|
368d36cc15
|
Bump dependency.
|
2013-12-30 13:32:23 -05:00 |
Christopher Peplin
|
af948d07d4
|
Use renamed bitfield-c dependency.
|
2013-12-30 13:31:35 -05:00 |
Christopher Peplin
|
9bd37899bc
|
Update submodules when running CI.
|
2013-12-30 13:21:30 -05:00 |
Christopher Peplin
|
3336fd7115
|
Add Travis CI config.
|
2013-12-29 15:29:49 -05:00 |
Christopher Peplin
|
f13267feab
|
Use updated API for canutil library.
|
2013-12-29 15:29:08 -05:00 |
Christopher Peplin
|
fb3c14776f
|
Draft work using more generic bitfield functions.
|
2013-12-28 15:42:29 -05:00 |
Christopher Peplin
|
fd2f9c3b0d
|
Encapsulate arb_id, payload and size into a data type.
|
2013-12-28 14:15:24 -05:00 |
Christopher Peplin
|
45530604e0
|
Log a message when rejecting a send.
|
2013-12-28 13:56:36 -05:00 |
Christopher Peplin
|
b44a989049
|
Confirm CAN messages are built correctly.
|
2013-12-28 10:58:02 -05:00 |
Christopher Peplin
|
37a7e905f6
|
Test basic single frame sending.
|
2013-12-27 23:06:23 -05:00 |
Christopher Peplin
|
9fadf39098
|
Test basic rx of a single frame message.
|
2013-12-27 21:46:15 -05:00 |
Christopher Peplin
|
451ee4faa4
|
Draft progress implementing single frame rx.
|
2013-12-27 19:04:27 -05:00 |
Christopher Peplin
|
34a7c0ca08
|
Add skeleton tests for receiving and sending ISO-TP messages.
|
2013-12-27 18:28:53 -05:00 |
Christopher Peplin
|
61344915df
|
Add canutil dependency for bit field manipulation.
|
2013-12-27 14:14:14 -05:00 |
Christopher Peplin
|
e6d46d95d3
|
Sketch out the API and add some notes.
|
2013-12-27 14:02:14 -05:00 |
Christopher Peplin
|
9dafed6b7f
|
Initial commit with blank structure.
|
2013-12-27 11:22:56 -05:00 |