summaryrefslogtreecommitdiff
path: root/app/src/usb.c
AgeCommit message (Expand)Author
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