aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32g4/src/bin/adc.rs
Commit message (Collapse)AuthorAgeFilesLines
* stm32/adc: extract into commonxoviat2025-11-121-2/+2
| | | | add common low-level interface for adc
* adc: seal special channelsxoviat2025-11-111-0/+5
|
* adc: remove sample_time from structxoviat2025-11-101-2/+1
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* stm32 adc: introduce blocking_readAndres Vahter2024-07-031-1/+1
|
* stm32/adc: update g4 for new pac.Dario Nieuwenhuis2024-04-141-1/+1
|
* stm32: update adc examplesAndres Vahter2024-04-101-2/+2
|
* 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-15/+14
|
* stm32/adc: reexport enums from PAC to avoid boilerplate hell.Dario Nieuwenhuis2024-02-261-1/+1
|
* [embassy-stm32]: started stm32g4 RCC refactorBarnaby Walters2024-02-151-8/+8
| | | | | | | | * 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-2/+2
|
* stm32: rename HSI16 -> HSIDario Nieuwenhuis2023-10-221-1/+1
|
* stm32: expand rcc mux to g4 and h7xoviat2023-10-141-1/+1
|
* time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-151-2/+2
| | | | convenience methods
* stm32/rcc: use more PLL etc enums from PAC.Dario Nieuwenhuis2023-10-111-1/+1
|
* stm32/rcc: use PLL enums from PAC.Dario Nieuwenhuis2023-10-091-3/+3
|
* initial support for STM32G4 ADCDaehyeok Mun2023-09-041-0/+41