aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf52840/src/bin/usb_hid_keyboard.rs
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'main' into 17-add-support-for-boot-protocolMatteo Meluzzi2025-10-241-3/+5
|
* rename HidSubclass to match hid specmatteo2025-10-011-1/+1
|
* review commentsmatteo2025-09-301-3/+6
|
* working nrf52840 examplesmatteo2025-09-231-11/+38
|
* update hid examplesmatteo2025-09-231-1/+5
|
* Update nrf-pac.Dario Nieuwenhuis2024-11-151-1/+1
|
* nrf: port to chiptool-based `nrf-pac`.Dario Nieuwenhuis2024-11-041-4/+2
|
* usb-hid: all the RequestHandler method accept &mut selfBoris Faure2024-04-151-3/+3
|
* examples: request_handler is mutableBoris Faure2024-04-151-4/+4
|
* usb: remove device_descriptor buffer, store bytes in UsbDevice.inner insteadAdam Greig2024-03-231-2/+0
|
* nrf/gpio: remove generics.Dario Nieuwenhuis2024-01-221-2/+2
|
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
|
* nrf/usb: switch to new interrupt binding, fix vbus detect on nrf53.Dario Nieuwenhuis2023-03-061-5/+11
|
* usb: unify ControlHandler+DeviceStateHandler, route all control requests to ↵Dario Nieuwenhuis2023-02-081-12/+13
| | | | | | | | all handlers. - Allows classes to handle vendor requests. - Allows classes to use a single handler for multiple interfaces. - Allows classes to access the other events (previously only `reset` was available).
* nrf: docs.Dario Nieuwenhuis2023-02-011-2/+2
|
* Rename examples/nrf to examples/nrf52840Dominik Boehi2023-01-091-0/+222