aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h5/src
Commit message (Expand)AuthorAgeFilesLines
* Add rand-core v0.9 support.Dario Nieuwenhuis2025-05-181-1/+0
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-272-5/+5
* stm32/eth: rename PHY->Phy, GenericSMI -> GenericPhy. Remove unneeded unsafes.Dario Nieuwenhuis2025-01-261-4/+3
* stm32: change all examples and tests to use GenericSMI::new_auto().Dario Nieuwenhuis2025-01-261-1/+1
* stm32: Implement reads of DTS peripheralGabriel Smith2025-01-041-0/+75
* chore: clean up stm32h5 ucpdelagil2025-01-031-3/+4
* Remove manual settings of `composite_with_iads=true`Eekle2024-12-242-14/+0
* fix: add docstring for target platformelagil2024-12-221-0/+2
* feat: stm32h5 UCPD exampleelagil2024-12-221-0/+90
* Remove use of static mut.Dario Nieuwenhuis2024-12-161-8/+11
* feat: change SOF timer to input captureelagil2024-11-241-19/+30
* feat(stm32h5): add usb audio exampleelagil2024-11-241-0/+367
* STM32H5xx ADC (#3557)Gabriel Smith2024-11-211-0/+59
* net: refactor to simplify lifetimes/generics.Dario Nieuwenhuis2024-09-161-7/+6
* examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's)Dario Nieuwenhuis2024-08-071-7/+2
* stm32/usart: remove instance generic paramsJan Špaček2024-05-231-2/+1
* fixed: example loops crashing after 256 passesPeter Kövesdi2024-04-291-1/+1
* low power for h5eZio Pan2024-04-281-0/+71
* Reduce use of the full `futures` crate.Dario Nieuwenhuis2024-04-261-1/+1
* examples: stm32: can: fix buildTorin Cooper-Bennun2024-04-221-1/+1
* stm32/usart: remove DMA generic params.Dario Nieuwenhuis2024-04-163-24/+5
* Merge pull request #2697 from eZioPan/stm32-cordicDario Nieuwenhuis2024-04-041-0/+78
|\
| * stm32 CORDIC: re-design APIeZio Pan2024-03-231-8/+51
| * stm32 CORDIC: add exampleeZio Pan2024-03-231-0/+35
* | CAN: Unify API's between BXCAN and FDCAN. Use Envelope for all read methods i...Corey Schuhen2024-03-281-5/+7
|/
* usb: remove device_descriptor buffer, store bytes in UsbDevice.inner insteadAdam Greig2024-03-231-2/+0
* stm32: autogenerate mux config for all chips.Dario Nieuwenhuis2024-03-012-6/+3
* Remove the OperatingMode typestatesCorey Schuhen2024-02-181-2/+1
* Port FDCAN HAL to use PAC directly instead of fdcan crate.Corey Schuhen2024-02-171-33/+56
* Add FDCAN examples for STM32G4, STM32H5 and STM32H7Corey Schuhen2024-01-311-0/+74
* stm32/gpio: remove generics.Dario Nieuwenhuis2024-01-221-3/+2
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-219-9/+0
* chore: replace make_static! macro usage with non-macro versionUlf Lilleengen2023-12-211-5/+8
* stm32/i2c: add async, dual interrupt scaffolding.Dario Nieuwenhuis2023-11-241-1/+2
* usb: remove msos-descriptor feature.Dario Nieuwenhuis2023-11-081-0/+1
* stm32/rcc: add shared code for hsi48 with crs support.Dario Nieuwenhuis2023-11-052-24/+24
* stm32/rcc: misc cleanups.Dario Nieuwenhuis2023-10-232-4/+4
* time: Update examples, tests, and other code to use new Timer::after_x conven...Adam Greig2023-10-152-6/+6
* Remove more unused stuffAndres Oliva2023-10-111-1/+0
* stm32: add timeout to I2C driverAndres Oliva2023-10-101-6/+2
* Patch tests & examplesGabriel Górski2023-10-091-2/+1
* stm32/rcc: use PLL enums from PAC.Dario Nieuwenhuis2023-10-092-9/+13
* stm32/usart: return error instead of panicking on bad baudrate.Dario Nieuwenhuis2023-09-263-3/+3
* stm32/rcc: unify h5 and h7.Dario Nieuwenhuis2023-09-212-3/+3
* stm32: use PAC enums for VOS.Dario Nieuwenhuis2023-09-182-2/+2
* stm32/rcc: convert bus prescalers to pac enumsxoviat2023-09-162-8/+8
* add wait_config_up to examplesJuliDi2023-09-081-0/+3
* Deprecate *recv* in favor of *receive*Ruben De Smet2023-08-221-1/+1
* Update to embedded-io 0.5 (#1752)Dario Nieuwenhuis2023-08-071-1/+1
* stm32/rng: use bind_interrupts!.Dario Nieuwenhuis2023-07-312-3/+10