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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-05
Make float_to_fixed_point a public function.
Christopher Peplin
2
-1
/
+4
2014-01-07
Enable warnings when compiling and fix a few.
Christopher Peplin
1
-2
/
+2
2014-01-06
Watch for an error when getting a bit field.
Christopher Peplin
1
-4
/
+7
2014-01-06
Add more documentation.
Christopher Peplin
1
-4
/
+16
2014-01-06
Standardize order of arguments - destination is always last.
Christopher Peplin
6
-17
/
+79
2014-01-06
DRY up the float parser.
Christopher Peplin
1
-6
/
+8
2014-01-04
Fix parse_bool tests.
Christopher Peplin
3
-2
/
+3
2014-01-04
Build with GNU89 standard for greater compatibility.
Christopher Peplin
1
-1
/
+2
2014-01-04
Standardize names for functions.
Christopher Peplin
4
-4
/
+4
2014-01-04
Use more portable endinaness macros to check architecture.
Christopher Peplin
1
-2
/
+5
2014-01-04
Add a get_bitfield function for byte arrays.
Christopher Peplin
6
-16
/
+110
2014-01-03
Checkpoint commit renaming some functions for clarity.
Christopher Peplin
6
-25
/
+47
2014-01-03
Fix some implicitly defined functions - import proper headers.
Christopher Peplin
5
-5
/
+14
2014-01-02
Clarify when you need to specify endianness.
Christopher Peplin
2
-25
/
+16
2013-12-31
Fix byte alignment for right aligned functions.
Christopher Peplin
3
-9
/
+44
2013-12-29
Add a function to set a single nibble in a bitarray.
Christopher Peplin
2
-0
/
+9
2013-12-29
Remove function declaration for deleted function.
Christopher Peplin
1
-9
/
+0
2013-12-29
Add get_byte and get_nibble to 8byte function set.
Christopher Peplin
4
-9
/
+42
2013-12-29
Standardize function names to snake_case.
Christopher Peplin
3
-13
/
+13
2013-12-29
Document all bitfield functions.
Christopher Peplin
3
-17
/
+23
2013-12-29
Test all canutil functions and document in README.
Christopher Peplin
3
-13
/
+47
2013-12-29
Test parsing boolean.
Christopher Peplin
1
-0
/
+8
2013-12-29
Check if a value will fit in bitfield before setting.
Christopher Peplin
2
-6
/
+10
2013-12-29
Standardize on snake_case naming as this is a C library.
Christopher Peplin
6
-50
/
+53
2013-12-29
Split up 8 byte wrappers from generic bit array functions.
Christopher Peplin
4
-109
/
+130
2013-12-29
Standardize argument ordering for bitfield functions.
Christopher Peplin
2
-16
/
+67
2013-12-29
Clean up bitfield API a bit.
Christopher Peplin
3
-157
/
+204
2013-12-28
Hack together a legacy getBitField backed by new bit copying function.
Christopher Peplin
1
-40
/
+50
2013-12-28
Draft work making the bitfield functions more generic.
Christopher Peplin
2
-29
/
+173
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
4
-10
/
+42
2013-12-24
Initial commit, pulled from openxc/vi-firmware.
Christopher Peplin
6
-0
/
+176