aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h5
Commit message (Collapse)AuthorAgeFilesLines
* Update to embedded-io 0.7Dario Nieuwenhuis2025-12-191-2/+2
|
* adc: type-erase regs instancexoviat2025-12-061-1/+1
|
* Reverted adding AnyBinding, removed AnyChannel, removed ability for ↵WillaWillNot2025-11-221-6/+1
| | | | ExtiInput to accept AnyPin and AnyChannel arguments, added ExtiPin trait for all pins which is lost on converstion to AnyPin and contains type-level ExtiChannel information
* Fixed broken examples/formatting reported by CIWillaWillNot2025-11-211-2/+1
|
* Updated documentation, fixed EXTI definition issues with chips that have ↵WillaWillNot2025-11-211-2/+14
| | | | touch sensing, updated examples, added generation of convenience method to bind_interrupts for easier type erasure
* Merge branch 'main' into smaxoviat2025-11-182-12/+9
|\
| * low_power: misc cleanups and allow main macroxoviat2025-11-161-10/+2
| |
| * fix async adc for h5 and othersxoviat2025-11-131-2/+7
| | | | | | | | closes #4882.
* | Add new{_with_phy}, new_mii{_with_phy}datdenkikniet2025-11-141-6/+6
|/
* adc: remove sample_time from structxoviat2025-11-101-4/+2
|
* update stm32-fmcxoviat2025-11-091-1/+1
|
* stm32: add backup sram modxoviat2025-11-061-0/+31
|
* stm32/stop: move stop_with_rtc into initxoviat2025-11-041-5/+0
|
* rustfmtxoviat2025-11-031-1/+0
|
* low_power: update api to allow reconfigxoviat2025-11-031-2/+0
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-068-12/+12
|
* Edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* stm32: add config to MCO to control the drive strength.Daniel Nilsson2025-10-011-0/+29
|
* style: formattingAdrian Figueroa2025-09-051-1/+0
|
* feat: SAI exampleAdrian Figueroa2025-09-051-0/+53
|
* Fix examplesdiondokter2025-08-291-2/+2
|
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-296-12/+12
|
* chore: prepare embassy crate releasesUlf Lilleengen2025-08-261-7/+7
|
* Load all crates in the graph, honor the "publish" flag to prevent publishing ↵Dario Nieuwenhuis2025-08-251-0/+6
| | | | examples/tests.
* stm32/adc/v3: allow DMA reads to loop through enabled channelsGabriel Smith2025-08-221-0/+94
| | | | | Tested on an STM32H533RE. Documentation of other chips has been reviewed, but not extensively.
* fix: prepare embassy-sync 0.7.1 releaseUlf Lilleengen2025-08-121-1/+1
| | | | * Add newtype for moved type to preserve API compat
* chore: update metapac and prepare embassy-stm32 0.3.0Ulf Lilleengen2025-08-121-1/+1
|
* i2c examplesSüha Ünüvar2025-08-081-2/+0
|
* chore: prepare embassy-executor 0.8 releaseUlf Lilleengen2025-07-311-1/+1
|
* chore: Release embassy-usb version 0.5.0Ulf Lilleengen2025-07-161-1/+1
|
* embassy-sync: bump to 0.7.0Matt Johnston2025-05-221-1/+1
|
* Update defmt dependenciesYuri Astrakhan2025-05-181-3/+3
|
* Add rand-core v0.9 support.Dario Nieuwenhuis2025-05-182-2/+0
| | | | Co-Authored-By: Aurélien Jacobs <[email protected]>
* Statically allocate task pools on stable Rust.Dario Nieuwenhuis2025-03-281-1/+1
| | | | | | Thanks @0e4ef622 for the awesome idea of how to do it and the first implementation. Co-Authored-By: Matthew Tran <[email protected]>
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-272-5/+5
|
* chore: prepare embassy-net releaseUlf Lilleengen2025-02-141-1/+1
|
* stm32/eth: rename PHY->Phy, GenericSMI -> GenericPhy. Remove unneeded unsafes.Dario Nieuwenhuis2025-01-261-4/+3
| | | | | We shouldn't use `unsafe` to mark merely "dangerous" actions, only actions that actually cause UB.
* Merge pull request #3795 from nikvoid/stm32-phy-addr-detectionDario Nieuwenhuis2025-01-261-1/+1
|\ | | | | | | STM32: Option to detect Ethernet PHY address automatically
| * stm32: change all examples and tests to use GenericSMI::new_auto().Dario Nieuwenhuis2025-01-261-1/+1
| |
* | chore: bump embassy-sync versionUlf Lilleengen2025-01-151-1/+1
|/ | | | Prepare version 0.6.2 for release
* Release embassy-usb v0.4.0, embassy-usb-logger v0.4.0.Dario Nieuwenhuis2025-01-151-1/+1
|
* Release embassy-stm32 v0.2.0Dario Nieuwenhuis2025-01-101-1/+1
|
* Merge pull request #3727 from bugadani/releaseDario Nieuwenhuis2025-01-051-1/+1
|\ | | | | | | Prepare embedded-hal, boot, net & net drivers
| * Prepare embassy-net 0.6Dániel Buga2025-01-051-1/+1
| |
* | stm32: Implement reads of DTS peripheralGabriel Smith2025-01-041-0/+75
|/ | | | Only PCLK-driven operation is supported.
* chore: clean up stm32h5 ucpdelagil2025-01-031-3/+4
|
* Remove manual settings of `composite_with_iads=true`Eekle2024-12-242-14/+0
|
* Prepare new embassy-time-*driver, embassy-executor, embassy-timeDániel Buga2024-12-221-2/+2
|
* fix: add docstring for target platformelagil2024-12-221-0/+2
|
* feat: stm32h5 UCPD exampleelagil2024-12-221-0/+90
|