aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h755cm4
Commit message (Collapse)AuthorAgeFilesLines
* update stm32-fmcxoviat2025-11-091-1/+1
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-062-2/+2
|
* Edition 2024.Dario Nieuwenhuis2025-10-062-3/+3
|
* Fix examplesdiondokter2025-08-291-1/+1
|
* fix: update more minor versionsUlf Lilleengen2025-08-271-1/+1
|
* chore: prepare embassy crate releasesUlf Lilleengen2025-08-261-8/+8
|
* 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
|
* Release embassy-embedded-hal v0.4Dario Nieuwenhuis2025-08-031-1/+1
|
* chore: prepare embassy-executor 0.8 releaseUlf Lilleengen2025-07-311-1/+1
|
* Merge pull request #4184 from Ragarnoy/stm32h755-intercoreDario Nieuwenhuis2025-07-262-9/+183
|\ | | | | | | Add intercore communication example for STM32H755CM4 and CM7
| * Merge branch 'embassy-rs:main' into stm32h755-intercoreRagarnoy2025-05-211-1/+0
| |\
| * | Remove unnecessary atomic fences from intercore examplesragarnoy2025-05-211-6/+0
| | |
| * | nightly rustfmt really do be my bane rnragarnoy2025-05-101-0/+1
| | |
| * | Rewrite documentation and generally improve itragarnoy2025-05-101-22/+31
| | |
| * | fix release mode that was broken by lto and codegen units (there are ↵ragarnoy2025-05-102-7/+6
| | | | | | | | | | | | probably things that can be done to be able to keep lto, I haven't found yet)
| * | dead code, formatting, ci, we're goodragarnoy2025-05-101-5/+2
| | |
| * | formatting againragarnoy2025-05-101-2/+2
| | |
| * | rustfmtragarnoy2025-05-101-4/+4
| | |
| * | Add intercore communication examples for STM32H755CM4 and CM7, does not work ↵ragarnoy2025-05-102-12/+186
| | | | | | | | | | | | in release for now (for some reason)
* | | chore: Release embassy-usb version 0.5.0Ulf Lilleengen2025-07-161-1/+1
| | |
* | | chore: Release embassy-embedded-hal version 0.3.1Ulf 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-181-1/+0
|/ | | | Co-Authored-By: Aurélien Jacobs <[email protected]>
* chore: Wrap link_section attribute with unsafeHiroaki Yutani2025-05-061-1/+1
|
* 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]>
* chore: prepare embassy-net releaseUlf Lilleengen2025-02-141-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
|
* Prepare embassy-net 0.6Dániel Buga2025-01-051-1/+1
|
* Prepare embassy-embedded-hal 0.3Dániel Buga2025-01-051-1/+1
|
* Prepare new embassy-time-*driver, embassy-executor, embassy-timeDániel Buga2024-12-221-2/+2
|
* Make `integrated-timers` the default, remove Cargo feature.Dario Nieuwenhuis2024-12-151-1/+1
|
* net: release v0.5.0Dario Nieuwenhuis2024-11-281-1/+1
|
* 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
|
* Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1Dario Nieuwenhuis2024-10-211-1/+1
|
* Update smoltcp, embedded-nal-async to use the `core::net` IP addr types.Dario Nieuwenhuis2024-10-071-1/+1
|
* Rename package for embassy-stm32h755cm4-exampleNiels Becker2024-08-061-1/+1
|
* Update new examples to new releasesDion Dokter2024-08-051-3/+3
|
* Improve shared data placement, require less atomic support and use ↵Dion Dokter2024-08-052-1/+2
| | | | unsafecell for the clocks
* fmtDion Dokter2024-07-091-4/+2
|
* Make clocks repr C.Dion Dokter2024-07-083-6/+14
| | | | | | Add shared data. Modify freq functions to use shared data. Modify examples to use new init/
* Add H755 examplesDion Dokter2024-07-085-0/+158