aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32l4/src/bin/usb_serial.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-2/+2
|
* 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
|
* rustfmt usb examplesJoël Schulz-Ansres2024-04-221-1/+1
|
* Add comment on vbus_detection to all USB examplesJoël Schulz-Ansres2024-04-221-0/+13
|
* 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-13/+15
|
* stm32/usb: merge usb and usb_otg into single module.Dario Nieuwenhuis2024-03-191-4/+4
|
* stm32/rcc: unify naming sysclk field to `sys`, enum to `Sysclk`.Dario Nieuwenhuis2024-02-261-1/+1
|
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
|
* stm32/rcc: consistent casing and naming for PLL enums.Dario Nieuwenhuis2023-11-131-1/+1
|
* usb: remove msos-descriptor feature.Dario Nieuwenhuis2023-11-081-0/+1
|
* stm32/rcc: add shared code for hsi48 with crs support.Dario Nieuwenhuis2023-11-051-1/+1
|
* stm32: rename HSI16 -> HSIDario Nieuwenhuis2023-10-221-1/+1
|
* stm32: update metapacxoviat2023-10-171-1/+1
|
* stm32: update metapacxoviat2023-10-161-1/+1
|
* stm32/rcc: add better support for L4/L4+ differences.Dario Nieuwenhuis2023-10-161-1/+1
|
* stm32/rcc: port L4 to the "flattened" API like h5/h7.Dario Nieuwenhuis2023-10-151-1/+10
|
* stm32/rcc: use PLL enums from PAC.Dario Nieuwenhuis2023-10-091-1/+1
|
* stm32/otg: add VBUS detection.Dario Nieuwenhuis2023-06-271-1/+3
| | | | Fixes #1442.
* stm32: move to bind_interruptsxoviat2023-05-241-3/+6
| | | | disable lora functionality for now
* Fix some typosDirk Stolle2023-05-081-1/+1
|
* usb: unify ControlHandler+DeviceStateHandler, route all control requests to ↵Dario Nieuwenhuis2023-02-081-1/+0
| | | | | | | | 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).
* stm32 otg: add examples.chemicstry2023-01-111-0/+108