aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h5/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* stm32/eth: add set_poll_intervalxoviat2023-07-151-1/+1
* stm32/eth: impl. poll intervalxoviat2023-07-151-1/+1
* stm32: update stm32-metapac.Dario Nieuwenhuis2023-06-191-5/+3
* net: Support dual stack IPRuben De Smet2023-06-071-2/+2
* Rename StaticConfig to StaticConfigV4Ruben De Smet2023-06-061-1/+1
* Use make_static! from static-cell v1.1Dario Nieuwenhuis2023-06-011-13/+8
* stm32: move to bind_interruptsxoviat2023-05-246-18/+36
* net: do not use smoltcp Instant/Duration in public API.Dario Nieuwenhuis2023-05-151-1/+1
* Fix some typosDirk Stolle2023-05-081-1/+1
* stm32: add H5 support.Dario Nieuwenhuis2023-04-069-0/+526