Standardize function names to snake_case.
[apps/agl-service-can-low-level.git] / src /
2013-12-29 Christopher PeplinStandardize function names to snake_case.
2013-12-29 Christopher PeplinDocument all bitfield functions.
2013-12-29 Christopher PeplinTest all canutil functions and document in README.
2013-12-29 Christopher PeplinTest parsing boolean.
2013-12-29 Christopher PeplinCheck if a value will fit in bitfield before setting.
2013-12-29 Christopher PeplinStandardize on snake_case naming as this is a C library.
2013-12-29 Christopher PeplinSplit up 8 byte wrappers from generic bit array functions.
2013-12-29 Christopher PeplinStandardize argument ordering for bitfield functions.
2013-12-29 Christopher PeplinClean up bitfield API a bit.
2013-12-29 Christopher PeplinHack together a legacy getBitField backed by new bit...
2013-12-28 Christopher PeplinDraft work making the bitfield functions more generic.
2013-12-27 Christopher PeplinAdd missing include for explicit import.
2013-12-24 Christopher PeplinAdd test cases from vi-firmware.
2013-12-24 Christopher PeplinInitial commit, pulled from openxc/vi-firmware.