aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-12-29Standardize function names to snake_case.Christopher Peplin6-25/+24
2013-12-29Document all bitfield functions.Christopher Peplin5-23/+56
2013-12-29Test all canutil functions and document in README.Christopher Peplin5-17/+85
2013-12-29Test parsing boolean.Christopher Peplin3-1/+43
2013-12-29Check if a value will fit in bitfield before setting.Christopher Peplin3-14/+26
2013-12-29Standardize on snake_case naming as this is a C library.Christopher Peplin9-86/+89
2013-12-29Split up 8 byte wrappers from generic bit array functions.Christopher Peplin6-311/+355
2013-12-29Standardize argument ordering for bitfield functions.Christopher Peplin3-21/+72
2013-12-29Clean up bitfield API a bit.Christopher Peplin4-165/+221
2013-12-28Hack together a legacy getBitField backed by new bit copying function.Christopher Peplin3-55/+65
2013-12-28Draft work making the bitfield functions more generic.Christopher Peplin3-29/+219
2013-12-27Add missing include for explicit import.Christopher Peplin1-0/+1
2013-12-24Add test cases from vi-firmware.Christopher Peplin9-12/+125
2013-12-24Initial commit, pulled from openxc/vi-firmware.Christopher Peplin13-0/+500