aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h755cm7/src
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* 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)
* chore: Wrap link_section attribute with unsafeHiroaki Yutani2025-05-061-1/+1
|
* Improve shared data placement, require less atomic support and use ↵Dion Dokter2024-08-051-1/+1
| | | | unsafecell for the clocks
* fmtDion Dokter2024-07-091-4/+2
|
* Make clocks repr C.Dion Dokter2024-07-081-2/+10
| | | | | | Add shared data. Modify freq functions to use shared data. Modify examples to use new init/
* Add H755 examplesDion Dokter2024-07-081-0/+48