aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f4/src/bin/usb_hid_keyboard.rs
Commit message (Collapse)AuthorAgeFilesLines
* Reverted adding AnyBinding, removed AnyChannel, removed ability for ↵WillaWillNot2025-11-221-6/+1
| | | | ExtiInput to accept AnyPin and AnyChannel arguments, added ExtiPin trait for all pins which is lost on converstion to AnyPin and contains type-level ExtiChannel information
* Fixed broken examples/formatting reported by CIWillaWillNot2025-11-211-3/+1
|
* Updated documentation, fixed EXTI definition issues with chips that have ↵WillaWillNot2025-11-211-2/+10
| | | | touch sensing, updated examples, added generation of convenience method to bind_interrupts for easier type erasure
* Merge branch 'main' into 17-add-support-for-boot-protocolMatteo Meluzzi2025-10-241-1/+1
|
* update hid mouse and keyboard examplesmatteo2025-10-011-24/+54
|
* rename HidSubclass to match hid specmatteo2025-10-011-1/+1
|
* review commentsmatteo2025-09-301-2/+4
|
* update hid examplesmatteo2025-09-231-1/+5
|
* Remove manual settings of `composite_with_iads=true`Eekle2024-12-241-7/+0
|
* fix broken links to embassy bookUlf Lilleengen2024-06-031-1/+1
|
* examples/stm32: do not enable vbus detect by default, it doesn't work on all ↵Dario Nieuwenhuis2024-05-131-7/+5
| | | | boards.
* Reduce use of the full `futures` crate.Dario Nieuwenhuis2024-04-261-1/+1
|
* Merge pull request #2812 from borisfaure/mut-hid-request-handlerDario Nieuwenhuis2024-04-231-7/+7
|\ | | | | | | usb::hid::RequestHandler::set_report(&mut self, ...)
| * usb-hid: all the RequestHandler method accept &mut selfBoris Faure2024-04-151-3/+3
| |
| * examples: request_handler is mutableBoris Faure2024-04-151-4/+4
| |
* | rustfmt usb examplesJoël Schulz-Ansres2024-04-221-2/+2
| |
* | Add comment on vbus_detection to all USB examplesJoël Schulz-Ansres2024-04-221-1/+13
|/
* Add VBUS detection blackpill commentBarnaby Walters2024-04-051-0/+1
|
* usb: remove device_descriptor buffer, store bytes in UsbDevice.inner insteadAdam Greig2024-03-231-2/+0
|
* stm32/usb: ensure mux is configured in examples.Dario Nieuwenhuis2024-03-191-0/+1
|
* stm32/usb: merge usb and usb_otg into single module.Dario Nieuwenhuis2024-03-191-4/+4
|
* stm32: add usb_hid_keyboard exampleVo Trung Chi2024-03-141-0/+222
Signed-off-by: Vo Trung Chi <[email protected]>