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
path:
root
/
src
/
isotp
/
isotp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-27
Update string formatting for new arb ID size.
Christopher Peplin
1
-1
/
+2
2014-02-14
Add an option to control CAN frame padding (on by default).
Christopher Peplin
1
-1
/
+2
2014-01-05
Move a few things about to make compiling with other projects possible.
Christopher Peplin
1
-3
/
+0
2014-01-03
Split up functions in send/receive files for clarity.
Christopher Peplin
1
-72
/
+0
2014-01-03
Split up functions to rx CAN messages for rx and tx of ISO-TP.
Christopher Peplin
1
-27
/
+28
2014-01-03
Test rx an empty CAN messages.
Christopher Peplin
1
-0
/
+3
2014-01-03
Print full payload by giving it enough buffer. DOH.
Christopher Peplin
1
-2
/
+1
2014-01-02
Attempt to print entire payload and fail.
Christopher Peplin
1
-9
/
+11
2014-01-02
Allocate ISO-TP message buffer on the stack.
Christopher Peplin
1
-5
/
+16
2014-01-02
Only mark handle as completed when fully received.
Christopher Peplin
1
-0
/
+2
2014-01-01
Return completed rx messages instead of relying on callbacks.
Christopher Peplin
1
-14
/
+14
2013-12-31
Attempt to print full payload and FAIL!
Christopher Peplin
1
-8
/
+8
2013-12-31
Return completion status when receiving CAN frames.
Christopher Peplin
1
-5
/
+9
2013-12-31
Draft reworking of API.
Christopher Peplin
1
-20
/
+56
2013-12-30
Don't use debug function directly in library.
Christopher Peplin
1
-11
/
+5
2013-12-28
Encapsulate arb_id, payload and size into a data type.
Christopher Peplin
1
-87
/
+5
2013-12-28
Log a message when rejecting a send.
Christopher Peplin
1
-0
/
+1
2013-12-28
Confirm CAN messages are built correctly.
Christopher Peplin
1
-10
/
+17
2013-12-27
Test basic single frame sending.
Christopher Peplin
1
-1
/
+39
2013-12-27
Test basic rx of a single frame message.
Christopher Peplin
1
-7
/
+22
2013-12-27
Draft progress implementing single frame rx.
Christopher Peplin
1
-5
/
+23
2013-12-27
Add skeleton tests for receiving and sending ISO-TP messages.
Christopher Peplin
1
-1
/
+43
2013-12-27
Sketch out the API and add some notes.
Christopher Peplin
1
-0
/
+14