aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h7/build.rs
Commit message (Collapse)AuthorAgeFilesLines
* formatPegasis2024-05-031-1/+1
|
* add example for bdmaPegasis2024-05-031-0/+30
|
* Replace rustflags with build.rs extra-link-args.Dario Nieuwenhuis2021-11-071-0/+5
| | | | | | | | | | | | Rustflags apply to ALL the crates in the graph, while we only need them for the toplevel crate which is the only one getting linked. Rustflags are not equal for all crates, this caused cargo to re-build the same dependency crate multiple times uselessly. After this change, deps are reused more, making builds faster. Note that this only applies when sharing the target/ dir for multiple crates in the repo which is not the default.
* Emit a default memory.x alongside device.x from metapac.Bob McWhirter2021-08-021-21/+0
|
* stm32h7: Add ethernet exampleThales Fragoso2021-06-161-0/+21