apps/low-level-can-service.git
10 years agoMake sure not to use a negative payload length.
Christopher Peplin [Mon, 6 Jan 2014 23:21:49 +0000 (18:21 -0500)]
Make sure not to use a negative payload length.

10 years agoInitialize outgoing payload to 0.
Christopher Peplin [Mon, 6 Jan 2014 20:40:57 +0000 (15:40 -0500)]
Initialize outgoing payload to 0.

10 years agoUse new set_bitfield function to handle swapping endianness.
Christopher Peplin [Mon, 6 Jan 2014 19:54:15 +0000 (14:54 -0500)]
Use new set_bitfield function to handle swapping endianness.

10 years agoAdd a TODO about flipping byte order.
Christopher Peplin [Sun, 5 Jan 2014 23:56:37 +0000 (18:56 -0500)]
Add a TODO about flipping byte order.

10 years agoLog when sending a new diagnositc request.
Christopher Peplin [Sun, 5 Jan 2014 23:56:31 +0000 (18:56 -0500)]
Log when sending a new diagnositc request.

10 years agoUpdate API in README to match actual code.
Christopher Peplin [Sun, 5 Jan 2014 23:56:20 +0000 (18:56 -0500)]
Update API in README to match actual code.

10 years agoAdd imports and return values to allow compiling with projects.
Christopher Peplin [Sun, 5 Jan 2014 20:44:16 +0000 (15:44 -0500)]
Add imports and return values to allow compiling with projects.

10 years agoAdd dependencies to README.
Christopher Peplin [Sat, 4 Jan 2014 03:34:41 +0000 (22:34 -0500)]
Add dependencies to README.

10 years agoMove notes lower down in README.
Christopher Peplin [Sat, 4 Jan 2014 03:31:32 +0000 (22:31 -0500)]
Move notes lower down in README.

10 years agoDocument all remaining methods and data structures.
Christopher Peplin [Sat, 4 Jan 2014 02:33:45 +0000 (21:33 -0500)]
Document all remaining methods and data structures.

10 years agoRemove a resolved TODO.
Christopher Peplin [Fri, 3 Jan 2014 21:55:01 +0000 (16:55 -0500)]
Remove a resolved TODO.

10 years agoSplit up header file for clarity.
Christopher Peplin [Fri, 3 Jan 2014 21:53:25 +0000 (16:53 -0500)]
Split up header file for clarity.

10 years agoGreatly expand API example in README.
Christopher Peplin [Fri, 3 Jan 2014 21:38:04 +0000 (16:38 -0500)]
Greatly expand API example in README.

10 years agoClean up the primary diag request handler.
Christopher Peplin [Fri, 3 Jan 2014 20:25:16 +0000 (15:25 -0500)]
Clean up the primary diag request handler.

10 years agoTest receiving a negative response.
Christopher Peplin [Fri, 3 Jan 2014 20:09:10 +0000 (15:09 -0500)]
Test receiving a negative response.

10 years agoTest receiving a CAN frame to an already completed message.
Christopher Peplin [Fri, 3 Jan 2014 19:54:02 +0000 (14:54 -0500)]
Test receiving a CAN frame to an already completed message.

10 years agoRemove a resolved TODO.
Christopher Peplin [Fri, 3 Jan 2014 19:52:17 +0000 (14:52 -0500)]
Remove a resolved TODO.

10 years agoTest sending payload with diagnostic request.
Christopher Peplin [Fri, 3 Jan 2014 19:51:42 +0000 (14:51 -0500)]
Test sending payload with diagnostic request.

10 years agoUpdate bitfield library version.
Christopher Peplin [Fri, 3 Jan 2014 19:44:58 +0000 (14:44 -0500)]
Update bitfield library version.

10 years agoCompile with test coverage calculation.
Christopher Peplin [Fri, 3 Jan 2014 19:44:32 +0000 (14:44 -0500)]
Compile with test coverage calculation.

10 years agoUpdate version of isotp-c library.
Christopher Peplin [Fri, 3 Jan 2014 19:40:46 +0000 (14:40 -0500)]
Update version of isotp-c library.

10 years agoTest basic diag request and response!
Christopher Peplin [Thu, 2 Jan 2014 22:15:24 +0000 (17:15 -0500)]
Test basic diag request and response!

10 years agoDraft implemenation of receiving and parsing single fram diag messages.
Christopher Peplin [Thu, 2 Jan 2014 20:28:06 +0000 (15:28 -0500)]
Draft implemenation of receiving and parsing single fram diag messages.

10 years agoMatch isotp receive_can_frame style, depend less on callbacks.
Christopher Peplin [Thu, 2 Jan 2014 17:00:52 +0000 (12:00 -0500)]
Match isotp receive_can_frame style, depend less on callbacks.

10 years agoDraft reworking of API.
Christopher Peplin [Tue, 31 Dec 2013 17:59:20 +0000 (12:59 -0500)]
Draft reworking of API.

10 years agoSpray a bunch of notes and code into the implementation file.
Christopher Peplin [Tue, 31 Dec 2013 02:06:57 +0000 (21:06 -0500)]
Spray a bunch of notes and code into the implementation file.

10 years agoAdd more failing tests before beginning implementation.
Christopher Peplin [Tue, 31 Dec 2013 01:49:23 +0000 (20:49 -0500)]
Add more failing tests before beginning implementation.

10 years agoAdd a failing test for a simple diag request/response.
Christopher Peplin [Tue, 31 Dec 2013 01:40:50 +0000 (20:40 -0500)]
Add a failing test for a simple diag request/response.

10 years agoAdd skeleton of the API and data structures.
Christopher Peplin [Mon, 30 Dec 2013 23:30:37 +0000 (18:30 -0500)]
Add skeleton of the API and data structures.

10 years agoInitial commit.
Christopher Peplin [Mon, 30 Dec 2013 20:25:32 +0000 (15:25 -0500)]
Initial commit.