aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f334/src
Commit message (Collapse)AuthorAgeFilesLines
* adc: exact calxoviat2025-11-102-4/+4
|
* adc: remove sample_time from structxoviat2025-11-102-10/+6
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-063-3/+3
|
* feat(embassy-stm32/opamp): Add some stm32g4 opamp usageIvan Li2025-04-141-2/+2
| | | | Signed-off-by: Ivan Li <[email protected]>
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-1/+1
|
* STM32: bump to latest stm32-metapacDavid Lawrence2024-12-061-2/+2
| | | | HRTIM driver is updated per https://github.com/embassy-rs/stm32-data/pull/544
* stm32: update adc examplesAndres Vahter2024-04-102-6/+6
|
* stm32: autogenerate mux config for all chips.Dario Nieuwenhuis2024-03-011-1/+1
|
* stm32/adc: reexport enums from PAC to avoid boilerplate hell.Dario Nieuwenhuis2024-02-262-2/+2
|
* Move to internal mod and re-export the enumsEli Orona2024-02-241-3/+1
|
* Rust fmtEli Orona2024-02-201-1/+3
|
* Move compile test to the STM32F334 example.Eli Orona2024-02-201-0/+1
|
* stm32/rcc: port F3 RCC to new APIDario Nieuwenhuis2024-02-124-26/+54
| | | | See #2515
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-215-5/+0
|
* STM32 opamp: use impl Peripheral instead of directly taking pinsAdam Greig2023-11-201-1/+1
|
* stm32: support internal output on g4 opampsAdam Greig2023-11-051-1/+1
|
* time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-155-12/+12
| | | | convenience methods
* stm32/rcc: use more PLL etc enums from PAC.Dario Nieuwenhuis2023-10-112-4/+4
|
* stm32: update metapac and fix opamp chxoviat2023-10-041-2/+2
|
* stm32: add opamp mod and update pacxoviat2023-10-031-0/+59
|
* stm32/adc: add async conversionxoviat2023-09-181-9/+14
|
* stm32/f3: add high res for hrtim and misc.xoviat2023-09-102-6/+12
|
* stm32: fix adc f3 and examplexoviat2023-09-091-5/+18
|
* stm32: add initial adc f3 implxoviat2023-09-051-0/+34
|
* stm32/hrtim: extract into modxoviat2023-07-281-1/+1
|
* hrtim: fix example and auto adjust psc.xoviat2023-07-012-28/+64
|
* rustfmtxoviat2023-06-301-3/+1
|
* stm32/hrtim: impl. bridge, dead-time part. res.xoviat2023-06-301-4/+5
|
* stm32/hrtim: add example impl.xoviat2023-06-302-0/+86