aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h755cm7/src/bin/intercore.rs
Commit message (Collapse)AuthorAgeFilesLines
* Edition 2024.Dario Nieuwenhuis2025-10-061-2/+2
|
* Remove unnecessary atomic fences from intercore examplesragarnoy2025-05-211-5/+0
|
* Rewrite documentation and generally improve itragarnoy2025-05-101-39/+40
|
* fix release mode that was broken by lto and codegen units (there are ↵ragarnoy2025-05-101-5/+13
| | | | 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-0/+1
|
* formatting againragarnoy2025-05-101-1/+0
|
* formattingragarnoy2025-05-101-14/+11
|
* Add #[allow(dead_code] attributes and rename spawner variableragarnoy2025-05-101-1/+3
|
* rustfmtragarnoy2025-05-101-9/+8
|
* Add intercore communication examples for STM32H755CM4 and CM7, does not work ↵ragarnoy2025-05-101-0/+226
in release for now (for some reason)