aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/.cargo
Commit message (Collapse)AuthorAgeFilesLines
* fix: revert unintended changeUlf Lilleengen2024-01-101-1/+1
|
* cleanup docs and add channel synchronization exampleUlf Lilleengen2024-01-101-1/+1
|
* Update probe-rs-cli -> probe-rsDario Nieuwenhuis2023-06-291-1/+1
|
* Update embedded-hal crates.Dario Nieuwenhuis2023-04-061-1/+1
|
* Change log level to debugkalkyl2022-12-231-1/+1
|
* embassy-rp: Add split() to BufferedUartkalkyl2022-12-221-1/+1
|
* Add env DEFMT_LOG=trace to all examples.Dario Nieuwenhuis2022-06-181-0/+3
|
* rp: impl eh1.0 blocking traitsDario Nieuwenhuis2022-02-151-1/+1
|
* Replace rustflags with build.rs extra-link-args.Dario Nieuwenhuis2021-11-071-11/+0
| | | | | | | | | | | | 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.
* examples: Drop build-std = ["core"]Ben Gamari2021-07-311-3/+0
| | | | | | | | Previously the cargo configurations of all of the example projects had `build-std = ["core"]`, which forces compilation of `core` as a code-size optimisation. However, this is strictly unnecessary and will currently break for users who do not use `rustup` directly (e.g. nix users).
* Move examples to a subdirectoryDario Nieuwenhuis2021-06-021-0/+19