aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src/bin/usb_serial.rs
Commit message (Expand)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-1/+1
* Remove manual settings of `composite_with_iads=true`Eekle2024-12-241-7/+0
* refactor rp usb_serial example to use a task to run the usbTim Docker2024-05-121-45/+55
* usb: remove device_descriptor buffer, store bytes in UsbDevice.inner insteadAdam Greig2024-03-231-2/+0
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
* usb: remove msos-descriptor feature.Dario Nieuwenhuis2023-11-081-1/+1
* rp: Add USB raw example + msos descriptor to examples and usb-loggerkalkyl2023-11-071-0/+1
* Add descriptions to all RP2040 examples. Some need hardware that was not spec...Henrik Berg2023-07-131-0/+4
* rp: remove take!, add bind_interrupts!pennae2023-05-151-4/+8
* Fix some typosDirk Stolle2023-05-081-1/+1
* usb: unify ControlHandler+DeviceStateHandler, route all control requests to a...Dario Nieuwenhuis2023-02-081-1/+0
* usb: move classes into the `embassy-usb` crate.Dario Nieuwenhuis2022-09-261-1/+1
* Replace futures::future::join -> embassy_futures::join::join.Dario Nieuwenhuis2022-09-221-1/+1
* Update Rust nightly.Dario Nieuwenhuis2022-09-221-1/+0
* rp: add usb device support.Dario Nieuwenhuis2022-08-251-0/+103