aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h755cm4/src/bin
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-062-2/+2
|
* 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)
* 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-4/+12
| | | | | | Add shared data. Modify freq functions to use shared data. Modify examples to use new init/
* Add H755 examplesDion Dokter2024-07-081-0/+26