aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32g4/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-5/+0
|
* Reduce use of the full `futures` crate.Dario Nieuwenhuis2024-04-261-1/+1
|
* usb: remove device_descriptor buffer, store bytes in UsbDevice.inner insteadAdam Greig2024-03-231-2/+0
|
* stm32/rcc: g4: consistent PllSource, add pll pqr limits, simplify a bit.Dario Nieuwenhuis2024-03-041-1/+1
|
* stm32: autogenerate mux config for all chips.Dario Nieuwenhuis2024-03-011-32/+18
|
* RefinementsBarnaby Walters2024-02-171-0/+1
| | | | | | | | | | * Implemented boost mode dance (RM0440 p234-245, 6.5.1) * Enabled boost mode in usb_serial example, tested on hardware * Removed hard requirement of a valid 48MHz source (HSI48 is checked if requested, PLL passed through as-is and assumed to be valid) * Used calc_pclk to calculate APB frequencies * Refactored 48MHz configuration code to remove unnecessary let and block * Renamed ahb_freq to hclk for clarity and consistency
* Removed redundant HSI48 configurationBarnaby Walters2024-02-161-3/+4
|
* [embassy-stm32]: started stm32g4 RCC refactorBarnaby Walters2024-02-151-11/+18
| | | | | | | | * Copied API from f.rs where applicable * HSE and HSI independantly configurable * Boost mode set by user rather * Added HSE, pll1_q and pll1_p frequencies to set_clocks call * Stubbed max module based on f.rs, needs cleanup
* 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-4/+4
|
* 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-4/+2
|
* stm32/rcc: use PLL enums from PAC.Dario Nieuwenhuis2023-10-091-4/+4
|
* STM32G4: Add CRS support to RCCKevin Lannen2023-06-281-9/+19
| | | | Create working CRS USB Example
* stm32: update metapac, includes fix for OTG with 9 endpoints (H7)Dario Nieuwenhuis2023-06-271-1/+3
|
* stm32: update stm32-metapac.Dario Nieuwenhuis2023-06-191-3/+1
|
* STM32G4: Add USB Serial exampleKevin Lannen2023-06-141-0/+110