apps/agl-service-can-low-level.git
2013-12-29 Christopher... Standardize function names to snake_case.
2013-12-29 Christopher... Document all bitfield functions.
2013-12-29 Christopher... Test all canutil functions and document in README.
2013-12-29 Christopher... Test parsing boolean.
2013-12-29 Christopher... Check if a value will fit in bitfield before setting.
2013-12-29 Christopher... Standardize on snake_case naming as this is a C library.
2013-12-29 Christopher... Split up 8 byte wrappers from generic bit array functions.
2013-12-29 Christopher... Standardize argument ordering for bitfield functions.
2013-12-29 Christopher... Clean up bitfield API a bit.
2013-12-29 Christopher... Hack together a legacy getBitField backed by new bit...
2013-12-28 Christopher... Draft work making the bitfield functions more generic.
2013-12-27 Christopher... Add missing include for explicit import.
2013-12-24 Christopher... Add test cases from vi-firmware.
2013-12-24 Christopher... Initial commit, pulled from openxc/vi-firmware.