aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h755cm4/src/bin/intercore.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* Edition 2024.Dario Nieuwenhuis2025-10-061-2/+2
|
* Fix examplesdiondokter2025-08-291-1/+1
|
* 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-101-4/+4
| | | | 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-101-0/+181
in release for now (for some reason)