aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/src/endpoints.c
AgeCommit message (Expand)Author
2024-09-13pre-commit: re-format using clang-format hook (v18.1.8)Maxime Vincent
2024-07-03fix: Improve startup time with proper settings loading.Peter Johanson
2024-03-27refactor: Promote new endpoints APIPeter Johanson
2024-02-19refactor: address transport switch enumeration warningXudong Zheng
2024-02-09refactor: All SYS_INIT functions are void args.Peter Johanson
2024-01-14refactor(core): Move to stack allocated events.Peter Johanson
2024-01-05lint: add (void) parameter to pass -Wstrict-prototypesChris Andreae
2023-11-15feat(mouse): Initial mouse keys support.Alexander Krikun
2023-11-13feat(usb): Add boot protocol supportChris Andreae
2023-10-02fix: Address review commentsJoel Spadin
2023-10-02refactor: Split endpoint to transport and instanceJoel Spadin
2023-04-05refactor: Remove v1 logging vestiges.Peter Johanson
2023-04-05refactor: Move to `zephyr/` include paths.Peter Johanson
2022-04-13fix(usb): Split HID from core USB, logging fix.Peter Johanson
2022-04-03refactor: Move to `k_work_delayable` API.Peter Johanson
2021-08-03feat(endpoints): Add endpoint select changed event.Peter Johanson
2021-01-20refactor(core): Extra event payloads to own types, refactor API.Pete Johanson
2021-01-15refactor(core): define usage page as uint16_tinnovaker
2020-12-28refactor: replace filename hyphens with underscoresinnovaker
2020-12-14refactor(settings): Debounce BLE/endpoint settings savesNick
2020-12-14refactor(settings): Only load used subtreesNick Winans
2020-12-14refactor(app): replace `struct device *` with `const struct device *`innovaker
2020-12-14refactor(app): replace Zephyr integer types with C99 integer typesinnovaker
2020-12-02feat(display): Initial widget/status screen work.Pete Johanson
2020-11-21refactor: change `keypad` to `keyboard`innovaker
2020-11-03refactor(hid): Replace deprecated HID usage page referencesinnovaker
2020-10-28feat(endpoints): add preferred endpoint settingJoel Spadin
2020-10-28feat(endpoints): update on BLE profile changeJoel Spadin
2020-10-28feat(endpoints): clear HID report on endpoint changeJoel Spadin
2020-10-28feat: only send HID reports to one endpointJoel Spadin
2020-10-04refactor(usb): Report USB status w/o HID output.Pete Johanson
2020-09-14chore: clang-format the codebase.Pete Johanson
2020-09-10fix: Switch to single AUTHORS file.* Closes #164Pete Johanson
2020-07-25Remove extra '#'.Pete Johanson
2020-07-07Use SYS_INIT for BLE and USB init.Pete Johanson
2020-06-22Fix consumer keys w/ refactored behaviors.Pete Johanson
2020-06-20Lots more pieces toward HID working again.Pete Johanson
2020-06-08Move Zephyr app into subdirectory.Pete Johanson