Age | Commit message (Expand) | Author | Files | Lines |
2013-12-29 | Add a function to set a single nibble in a bitarray. |  Christopher Peplin | 1 | -0/+15 |
2013-12-29 | Add get_byte and get_nibble to 8byte function set. |  Christopher Peplin | 1 | -7/+37 |
2013-12-29 | Standardize function names to snake_case. |  Christopher Peplin | 2 | -9/+8 |
2013-12-29 | Document all bitfield functions. |  Christopher Peplin | 1 | -2/+2 |
2013-12-29 | Test all canutil functions and document in README. |  Christopher Peplin | 1 | -0/+14 |
2013-12-29 | Test parsing boolean. |  Christopher Peplin | 1 | -1/+12 |
2013-12-29 | Check if a value will fit in bitfield before setting. |  Christopher Peplin | 1 | -8/+16 |
2013-12-29 | Standardize on snake_case naming as this is a C library. |  Christopher Peplin | 3 | -36/+36 |
2013-12-29 | Split up 8 byte wrappers from generic bit array functions. |  Christopher Peplin | 2 | -202/+225 |
2013-12-29 | Standardize argument ordering for bitfield functions. |  Christopher Peplin | 1 | -5/+5 |
2013-12-29 | Clean up bitfield API a bit. |  Christopher Peplin | 1 | -8/+17 |
2013-12-28 | Hack together a legacy getBitField backed by new bit copying function. |  Christopher Peplin | 1 | -14/+14 |
2013-12-28 | Draft work making the bitfield functions more generic. |  Christopher Peplin | 1 | -0/+46 |
2013-12-24 | Add test cases from vi-firmware. |  Christopher Peplin | 3 | -0/+76 |
2013-12-24 | Initial commit, pulled from openxc/vi-firmware. |  Christopher Peplin | 2 | -0/+225 |