apps/agl-service-can-low-level.git
2014-01-03 Christopher... Build with test coverage calculation.
2014-01-02 Christopher... Clarify when you need to specify endianness.
2013-12-31 Christopher... Fix byte alignment for right aligned functions.
2013-12-30 Christopher... Rename library, it's not really about CAN.
2013-12-29 Christopher... Add a function to set a single nibble in a bitarray.
2013-12-29 Christopher... Remove function declaration for deleted function.
2013-12-29 Christopher... Add Travis CI config.
2013-12-29 Christopher... Add get_byte and get_nibble to 8byte function set.
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.