summaryrefslogtreecommitdiff
path: root/app/drivers/zephyr/ec11.c
AgeCommit message (Collapse)Author
2020-12-03refactor: Align drivers with Zephyr file system conventionsinnovaker
PR: #400
2020-10-03fix(ec11): allow more than one encoderJoel Spadin
Fixes "device.h:101:11: error: redefinition of '__device_ec11'" in firmware that has more than one encoder.
2020-09-14chore: clang-format the codebase.Pete Johanson
* Use the LLVM style * Override indent width (8) and column limit (100) * Fixes #142.
2020-09-10fix: Switch to single AUTHORS file.* Closes #164Pete Johanson
2020-07-21Tweaks for orientation and A/B pins for Kyria leftPete Johanson
2020-07-21Support multiple instances of the encoder.Pete Johanson
2020-07-21Code cleanup for non-trigger mode.Pete Johanson
2020-07-21Working encoder detection.Pete Johanson
2020-07-20Fetch/get implementation work.Pete Johanson
2020-07-20EN11 is actually EC11, some sample work.Pete Johanson