| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reverted adding AnyBinding, removed AnyChannel, removed ability for ↵ | WillaWillNot | 2025-11-22 | 1 | -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 CI | WillaWillNot | 2025-11-21 | 1 | -3/+1 |
| | | |||||
| * | Updated documentation, fixed EXTI definition issues with chips that have ↵ | WillaWillNot | 2025-11-21 | 1 | -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-protocol | Matteo Meluzzi | 2025-10-24 | 1 | -1/+1 |
| | | |||||
| * | update hid mouse and keyboard examples | matteo | 2025-10-01 | 1 | -24/+54 |
| | | |||||
| * | rename HidSubclass to match hid spec | matteo | 2025-10-01 | 1 | -1/+1 |
| | | |||||
| * | review comments | matteo | 2025-09-30 | 1 | -2/+4 |
| | | |||||
| * | update hid examples | matteo | 2025-09-23 | 1 | -1/+5 |
| | | |||||
| * | Remove manual settings of `composite_with_iads=true` | Eekle | 2024-12-24 | 1 | -7/+0 |
| | | |||||
| * | fix broken links to embassy book | Ulf Lilleengen | 2024-06-03 | 1 | -1/+1 |
| | | |||||
| * | examples/stm32: do not enable vbus detect by default, it doesn't work on all ↵ | Dario Nieuwenhuis | 2024-05-13 | 1 | -7/+5 |
| | | | | | boards. | ||||
| * | Reduce use of the full `futures` crate. | Dario Nieuwenhuis | 2024-04-26 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #2812 from borisfaure/mut-hid-request-handler | Dario Nieuwenhuis | 2024-04-23 | 1 | -7/+7 |
| |\ | | | | | | | usb::hid::RequestHandler::set_report(&mut self, ...) | ||||
| | * | usb-hid: all the RequestHandler method accept &mut self | Boris Faure | 2024-04-15 | 1 | -3/+3 |
| | | | |||||
| | * | examples: request_handler is mutable | Boris Faure | 2024-04-15 | 1 | -4/+4 |
| | | | |||||
| * | | rustfmt usb examples | Joël Schulz-Ansres | 2024-04-22 | 1 | -2/+2 |
| | | | |||||
| * | | Add comment on vbus_detection to all USB examples | Joël Schulz-Ansres | 2024-04-22 | 1 | -1/+13 |
| |/ | |||||
| * | Add VBUS detection blackpill comment | Barnaby Walters | 2024-04-05 | 1 | -0/+1 |
| | | |||||
| * | usb: remove device_descriptor buffer, store bytes in UsbDevice.inner instead | Adam Greig | 2024-03-23 | 1 | -2/+0 |
| | | |||||
| * | stm32/usb: ensure mux is configured in examples. | Dario Nieuwenhuis | 2024-03-19 | 1 | -0/+1 |
| | | |||||
| * | stm32/usb: merge usb and usb_otg into single module. | Dario Nieuwenhuis | 2024-03-19 | 1 | -4/+4 |
| | | |||||
| * | stm32: add usb_hid_keyboard example | Vo Trung Chi | 2024-03-14 | 1 | -0/+222 |
| Signed-off-by: Vo Trung Chi <[email protected]> | |||||
