Linux Foundation Collaborative Projects
index
:
agl-service-can-low-level
dab
eel
flounder
guppy
halibut
icefish
jellyfish
koi
lamprey
marlin
master
needlefish
next
octopus
pike
quillback
ricefish
sandbox/DDTLK/autobuild
sandbox/DDTLK/fix-tests
sandbox/claneys/SPEC-3204
sandbox/claneys/modular-low-can
sandbox/excale/wip
sandbox/walzert/agl-service-can-low-level
sandbox/walzert/can_build_icefish
sandbox/ydimitrov/revised_comments
sandbox/zheng_wenlong/als2019
Low level CAN service made to decode and write on CAN bus.
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-07
Don't supress warnings when compiling, argh!
Christopher Peplin
1
-1
/
+1
2014-01-06
Grab PID from response without dereffing a type punned pointer.
Christopher Peplin
2
-9
/
+7
2014-01-06
Mark request handle and response completed even if an error ocurred.
Christopher Peplin
2
-3
/
+18
2014-01-06
Make sure not to use a negative payload length.
Christopher Peplin
1
-1
/
+5
2014-01-06
Initialize outgoing payload to 0.
Christopher Peplin
1
-1
/
+1
2014-01-06
Use new set_bitfield function to handle swapping endianness.
Christopher Peplin
2
-9
/
+7
2014-01-05
Add a TODO about flipping byte order.
Christopher Peplin
1
-1
/
+2
2014-01-05
Log when sending a new diagnositc request.
Christopher Peplin
1
-0
/
+16
2014-01-05
Update API in README to match actual code.
Christopher Peplin
1
-1
/
+1
2014-01-05
Add imports and return values to allow compiling with projects.
Christopher Peplin
2
-3
/
+20
2014-01-03
Add dependencies to README.
Christopher Peplin
1
-1
/
+8
2014-01-03
Move notes lower down in README.
Christopher Peplin
1
-11
/
+12
2014-01-03
Document all remaining methods and data structures.
Christopher Peplin
3
-50
/
+129
2014-01-03
Remove a resolved TODO.
Christopher Peplin
1
-5
/
+0
2014-01-03
Split up header file for clarity.
Christopher Peplin
3
-143
/
+238
2014-01-03
Greatly expand API example in README.
Christopher Peplin
4
-51
/
+155
2014-01-03
Clean up the primary diag request handler.
Christopher Peplin
3
-124
/
+106
2014-01-03
Test receiving a negative response.
Christopher Peplin
2
-3
/
+31
2014-01-03
Test receiving a CAN frame to an already completed message.
Christopher Peplin
1
-0
/
+35
2014-01-03
Remove a resolved TODO.
Christopher Peplin
1
-2
/
+0
2014-01-03
Test sending payload with diagnostic request.
Christopher Peplin
1
-0
/
+29
2014-01-03
Update bitfield library version.
Christopher Peplin
1
-5
/
+5
2014-01-03
Compile with test coverage calculation.
Christopher Peplin
2
-8
/
+26
2014-01-03
Update version of isotp-c library.
Christopher Peplin
3
-14
/
+4
2014-01-02
Test basic diag request and response!
Christopher Peplin
4
-38
/
+55
2014-01-02
Draft implemenation of receiving and parsing single fram diag messages.
Christopher Peplin
6
-43
/
+99
2014-01-02
Match isotp receive_can_frame style, depend less on callbacks.
Christopher Peplin
5
-61
/
+115
2013-12-31
Draft reworking of API.
Christopher Peplin
4
-39
/
+87
2013-12-30
Spray a bunch of notes and code into the implementation file.
Christopher Peplin
2
-12
/
+53
2013-12-30
Add more failing tests before beginning implementation.
Christopher Peplin
2
-6
/
+48
2013-12-30
Add a failing test for a simple diag request/response.
Christopher Peplin
3
-9
/
+108
2013-12-30
Add skeleton of the API and data structures.
Christopher Peplin
6
-7
/
+292
2013-12-30
Initial commit.
Christopher Peplin
11
-0
/
+175