aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/src/usb.c
AgeCommit message (Expand)Author
2024-10-14fix(usb): detect USB power mode to fallback to BLEangweekiat
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-13feat(usb): Add boot protocol supportChris Andreae
2023-04-05refactor: Move to `zephyr/` include paths.Peter Johanson
2022-11-17fix(usb): add USB_DC_CLEAR_HALT to supported statesXudong Zheng
2022-09-11fix(usb): add USB_DC_RESUME to supported statesJohn Drogo
2022-06-16fix(usb): Correctly detect USB connection status.Peter Johanson
2022-04-13fix(usb): Split HID from core USB, logging fix.Peter Johanson
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