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
/
bitfield
/
8byte.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-04
Build with GNU89 standard for greater compatibility.
Christopher Peplin
1
-1
/
+2
2014-01-04
Standardize names for functions.
Christopher Peplin
1
-1
/
+1
2014-01-04
Add a get_bitfield function for byte arrays.
Christopher Peplin
1
-4
/
+6
2014-01-03
Checkpoint commit renaming some functions for clarity.
Christopher Peplin
1
-2
/
+2
2014-01-03
Fix some implicitly defined functions - import proper headers.
Christopher Peplin
1
-4
/
+0
2014-01-02
Clarify when you need to specify endianness.
Christopher Peplin
1
-8
/
+9
2013-12-31
Fix byte alignment for right aligned functions.
Christopher Peplin
1
-8
/
+0
2013-12-29
Add get_byte and get_nibble to 8byte function set.
Christopher Peplin
1
-6
/
+14
2013-12-29
Document all bitfield functions.
Christopher Peplin
1
-13
/
+15
2013-12-29
Check if a value will fit in bitfield before setting.
Christopher Peplin
1
-5
/
+6
2013-12-29
Standardize on snake_case naming as this is a C library.
Christopher Peplin
1
-19
/
+21
2013-12-29
Split up 8 byte wrappers from generic bit array functions.
Christopher Peplin
1
-0
/
+56