Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | list: Add additional list helper functions | Kevin O'Connor | 2019-11-06 | 1 | -0/+18 |
| | | | | | | | Add list_is_first, list_is_last, list_last_entry, and list_prev_entry helper functions. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | chelper: Move the host C code to a new klippy/chelper/ directory | Kevin O'Connor | 2018-04-30 | 1 | -0/+108 |
Move the C code out of the main klippy/ directory and into its own directory. This reduces the clutter in the main klippy directory. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |