summaryrefslogtreecommitdiff
path: root/app/src/usb.c
AgeCommit message (Expand)Author
2021-08-03fix(usb): USB state changes in system thhread.Peter Johanson
2021-01-20refactor(core): Extra event payloads to own types, refactor API.Pete Johanson
2020-12-28refactor: replace filename hyphens with underscoresinnovaker
2020-12-14refactor(app): replace `void` with `const struct device *dev` in ISR CBsinnovaker
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-11-03refactor(hid): Mod defines in dedicated header.Pete Johanson
2020-10-28feat: only send HID reports to one endpointJoel Spadin
2020-10-04refactor(usb): Report USB status w/o HID output.Pete Johanson