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
2013-12-29
Remove function declaration for deleted function.
Christopher Peplin
1
-9
/
+0
2013-12-29
Add Travis CI config.
Christopher Peplin
2
-1
/
+12
2013-12-29
Add get_byte and get_nibble to 8byte function set.
Christopher Peplin
6
-20
/
+91
2013-12-29
Standardize function names to snake_case.
Christopher Peplin
6
-25
/
+24
2013-12-29
Document all bitfield functions.
Christopher Peplin
5
-23
/
+56
2013-12-29
Test all canutil functions and document in README.
Christopher Peplin
5
-17
/
+85
2013-12-29
Test parsing boolean.
Christopher Peplin
3
-1
/
+43
2013-12-29
Check if a value will fit in bitfield before setting.
Christopher Peplin
3
-14
/
+26
2013-12-29
Standardize on snake_case naming as this is a C library.
Christopher Peplin
9
-86
/
+89
2013-12-29
Split up 8 byte wrappers from generic bit array functions.
Christopher Peplin
6
-311
/
+355
2013-12-29
Standardize argument ordering for bitfield functions.
Christopher Peplin
3
-21
/
+72
2013-12-29
Clean up bitfield API a bit.
Christopher Peplin
4
-165
/
+221
2013-12-28
Hack together a legacy getBitField backed by new bit copying function.
Christopher Peplin
3
-55
/
+65
2013-12-28
Draft work making the bitfield functions more generic.
Christopher Peplin
3
-29
/
+219
2013-12-27
Add missing include for explicit import.
Christopher Peplin
1
-0
/
+1
2013-12-24
Add test cases from vi-firmware.
Christopher Peplin
9
-12
/
+125
2013-12-24
Initial commit, pulled from openxc/vi-firmware.
Christopher Peplin
13
-0
/
+500