Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enforce memory allocator for ChibiOS builds with allocating debounce ↵ | Nick Brassel | 2021-01-29 | 1 | -0/+6 |
| | | | | algorithms (#11630) | ||||
* | Run cformat and dos2unix manually (#11235) | Ryan | 2020-12-17 | 1 | -5/+5 |
| | |||||
* | quantum/debounce: rename debouncing algorithms (#9564) | Purdea Andrei | 2020-09-06 | 1 | -0/+111 |
* quantum/debounce: rename debouncing algorithms according to Issue 8763 This is the second attempt at implementation, with no ts_ and cy_ prefixes, since those will be implemented with macros. * Debouncing documentation: Refactor, add some generic info, and merge into a single document |