aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h7/src/bin/i2c_shared.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-2/+2
|
* rustfmtSüha Ünüvar2025-08-081-9/+1
|
* i2c examplesSüha Ünüvar2025-08-081-2/+0
|
* fix cijrmoulton2025-06-101-2/+2
|
* merge new embassy changesjrmoulton2025-06-101-2/+4
|\
| * executor: fix unsoundness due to `impl Trait`, improve macro error handling. ↵Dario Nieuwenhuis2024-10-181-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | (#3425) * executor-macros: don't parse function bodies. * executor-macros: refactor for better recovery and ide-friendliness on errors. * executor-macros: disallow `impl Trait` in task arguments. Fixes #3420 * Fix example using `impl Trait` in tasks.
* | fix examplesjrmoulton2024-08-131-1/+1
|/
* stm32/i2c: remove peripheral generic param.Dario Nieuwenhuis2024-05-211-3/+2
|
* stm32h7: add shared bus exampleFelipe Balbi2024-05-161-0/+112