aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32u5
Commit message (Collapse)AuthorAgeFilesLines
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-1/+1
|
* chore: prepare embassy crate releasesUlf Lilleengen2025-08-261-6/+6
|
* Load all crates in the graph, honor the "publish" flag to prevent publishing ↵Dario Nieuwenhuis2025-08-251-0/+6
| | | | examples/tests.
* 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/+1
|
* 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
|
* 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-271-2/+2
|
* 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
|
* 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
| | | | | | | Before we'd generate all pins Px0..Px15 for each GPIOx port. This changes codegen to only generate singletons for actually-existing pins. (AFs were already previously filtered, so these non-existing pins were already mostly useless)
* fix formattingklownfish2024-12-311-18/+12
|
* cleanupklownfish2024-12-271-19/+0
|
* Merge branch 'embassy-rs:main' into u5_adcOlof2024-12-273-16/+2
|\
| * 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
| |
* | add async read for u5 ADC4klownfish2024-12-271-29/+73
| |
* | Merge branch 'embassy-rs:main' into u5_adcOlof2024-12-188-52/+633
|\|
| * Merge pull request #3593 from bugadani/refactorDario Nieuwenhuis2024-12-161-1/+1
| |\ | | | | | | | | | Rework time-driver contract.
| | * Make `integrated-timers` the default, remove Cargo feature.Dario Nieuwenhuis2024-12-151-1/+1
| | |
| * | 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 ↵michel2024-11-291-5/+5
| | | | | | | | consistency
| * STM32-TSC: enable discriminating between pins within same TSC group and ↵michel2024-11-291-43/+32
| | | | | | | | improve TSC library in general
| * Bump sync version (#3562)Dániel Buga2024-11-221-1/+1
| | | | | | | | | | | | | | * Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor
| * Release embassy-executor 0.6.3.Dario Nieuwenhuis2024-11-121-1/+1
| |
| * Prep executor 0.6.2Dániel Buga2024-11-061-1/+1
| |
| * Update chip from stm32u585ai to stm32u5g9zj and fix pinoutWilliam2024-10-284-7/+7
| |
| * Fix formatWilliam2024-10-281-2/+1
| |
| * Add LTDC example for STM32U5G9J-DK2 demo boardWilliam2024-10-253-0/+464
| |
| * Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1Dario Nieuwenhuis2024-10-211-1/+1
| |
* | better u5 adc exampleklownfish2024-12-181-23/+44
| |
* | add example for u5 ADCklownfish2024-09-241-0/+69
|/
* prepare release embassy-executorUlf Lilleengen2024-08-051-1/+1
|
* Prepare to release embassy-usbUlf Lilleengen2024-08-051-1/+1
|
* Prepare embassy-time releaseUlf Lilleengen2024-08-051-1/+1
|
* 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
|
* prepare for embassy-time 0.3.1 releaseUlf Lilleengen2024-06-041-1/+1
|
* Prepare for embassy-sync 0.6.0 releaseUlf Lilleengen2024-05-291-1/+1
|
* examples/stm32: do not enable vbus detect by default, it doesn't work on all ↵Dario Nieuwenhuis2024-05-131-0/+4
| | | | boards.
* Reduce use of the full `futures` crate.Dario Nieuwenhuis2024-04-262-2/+2
|
* Update dependent versionsJames Munns2024-04-231-1/+1
|