aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32u5/src
Commit message (Expand)AuthorAgeFilesLines
* adc: allow usage of anyadcchannel for adc4xoviat2025-11-201-1/+1
* stm32: extract adc4xoviat2025-11-121-9/+12
* stm32/adc: extract into commonxoviat2025-11-121-7/+9
* adc: remove sample_time from structxoviat2025-11-101-11/+7
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-064-8/+8
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-1/+1
* i2c examplesSüha Ünüvar2025-08-081-2/+1
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-2/+2
* stm32u5: Add HSPI example using a flash in memory mapped modeWilliam Spinelli2025-01-071-0/+455
* stm32: generate singletons only for pins that actually exist.Dario Nieuwenhuis2025-01-071-1/+2
* fix formattingklownfish2024-12-311-18/+12
* cleanupklownfish2024-12-271-19/+0
* Merge branch 'embassy-rs:main' into u5_adcOlof2024-12-272-14/+0
|\
| * Remove manual settings of `composite_with_iads=true`Eekle2024-12-242-14/+0
* | add async read for u5 ADC4klownfish2024-12-271-29/+73
* | Merge branch 'embassy-rs:main' into u5_adcOlof2024-12-186-46/+625
|\|
| * Add support for stm32u595/5a5 OTG_HS in client modeDave Marples2024-12-101-0/+129
| * Refactor TSC module: Remove redundant 'Tsc' prefixes for improved naming cons...michel2024-11-291-5/+5
| * STM32-TSC: enable discriminating between pins within same TSC group and impro...michel2024-11-291-43/+32
| * Update chip from stm32u585ai to stm32u5g9zj and fix pinoutWilliam2024-10-282-3/+3
| * Fix formatWilliam2024-10-281-2/+1
| * Add LTDC example for STM32U5G9J-DK2 demo boardWilliam2024-10-252-0/+462
* | better u5 adc exampleklownfish2024-12-181-23/+44
* | add example for u5 ADCklownfish2024-09-241-0/+69
|/
* Update exampleEekle2024-06-301-2/+2
* fmtEekle2024-06-231-4/+2
* Add async wait to TSCEekle2024-06-231-2/+10
* Add example for touch sensitive controllerKarun2024-06-131-0/+89
* examples/stm32: do not enable vbus detect by default, it doesn't work on all ...Dario Nieuwenhuis2024-05-131-0/+4
* Reduce use of the full `futures` crate.Dario Nieuwenhuis2024-04-261-1/+1
* stm32/i2c: remove DMA generic params.Dario Nieuwenhuis2024-04-151-17/+1
* usb: remove device_descriptor buffer, store bytes in UsbDevice.inner insteadAdam Greig2024-03-231-2/+0
* stm32/usb: ensure mux is configured in examples.Dario Nieuwenhuis2024-03-191-0/+1
* stm32/usb: merge usb and usb_otg into single module.Dario Nieuwenhuis2024-03-191-4/+4
* stm32/rcc: unify naming sysclk field to `sys`, enum to `Sysclk`.Dario Nieuwenhuis2024-02-261-1/+1
* stm32/rcc: port U5 to new API, add all PLLs, all HSE modes.Dario Nieuwenhuis2024-02-231-11/+16
* Merge pull request #2594 from exzachlyvv/zvv/u5-i2cDario Nieuwenhuis2024-02-181-0/+41
|\
| * Add simple i2c example for u5Zach2024-02-181-0/+41
* | Merge pull request #2591 from exzachlyvv/zvv/u5-flashDario Nieuwenhuis2024-02-181-0/+55
|\ \
| * | support u5 flashZach2024-02-171-0/+55
| |/
* / u5 - add working rng exampleZach2024-02-171-0/+25
|/
* Update STM32 RCC U5 to support P and Q dividersTyler Gilbert2024-01-031-0/+2
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-213-3/+0
* stm32/rcc: consistent casing and naming for PLL enums.Dario Nieuwenhuis2023-11-131-1/+1
* 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-2/+1
* stm32: rename HSI16 -> HSIDario Nieuwenhuis2023-10-221-2/+2
* time: Update examples, tests, and other code to use new Timer::after_x conven...Adam Greig2023-10-151-3/+3
* stm32/rcc: use PLL enums from PAC.Dario Nieuwenhuis2023-10-091-3/+3
* stm32: u5: implement >55 MHz clock speedsWill Glynn2023-10-051-1/+6