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/+3 |
2013-12-29 | Add get_byte and get_nibble to 8byte function set. | Christopher Peplin | 1 | -0/+2 |
2013-12-29 | Standardize function names to snake_case. | Christopher Peplin | 1 | -7/+7 |
2013-12-29 | Split up 8 byte wrappers from generic bit array functions. | Christopher Peplin | 1 | -59/+0 |
2013-12-29 | Standardize argument ordering for bitfield functions. | Christopher Peplin | 1 | -4/+58 |
2013-12-29 | Clean up bitfield API a bit. | Christopher Peplin | 1 | -13/+52 |
2013-12-28 | Draft work making the bitfield functions more generic. | Christopher Peplin | 1 | -1/+16 |
2013-12-24 | Add test cases from vi-firmware. | Christopher Peplin | 1 | -0/+8 |
2013-12-24 | Initial commit, pulled from openxc/vi-firmware. | Christopher Peplin | 1 | -0/+58 |