aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src/bin/usb_hid_mouse.rs
Commit message (Collapse)AuthorAgeFilesLines
* update hid mouse and keyboard examplesmatteo2025-10-011-13/+41
|
* rename HidSubclass to match hid specmatteo2025-10-011-1/+1
|
* review commentsmatteo2025-09-301-2/+4
|
* update hid examplesmatteo2025-09-231-1/+5
|
* Add rand-core v0.9 support.Dario Nieuwenhuis2025-05-181-2/+2
| | | | Co-Authored-By: AurĂ©lien Jacobs <[email protected]>
* chore: Remove unused keyboard code from rp mouse exampleJames Bowes2024-08-261-7/+0
| | | | | | The usb mouse example included code copied from the keyboard example to set up a button, which is not used in the mouse example. Remove it, to make the example clearer.
* 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
|
* removed extra spaces.Mick Chanthaseth2024-02-191-1/+1
|
* fixed formatting in usb_hid_mouse.rsMick Chanthaseth2024-02-191-4/+3
|
* Updated formatting in usb_hid_mouse.rs.Mick Chanthaseth2024-02-191-6/+6
|
* Update imports in usb_hid_mouse.rsMick Chanthaseth2024-02-161-1/+1
|
* added usb_hid_mouse example for rpMick Chanthaseth2024-02-111-0/+183