| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: revert unintended change | Ulf Lilleengen | 2024-01-10 | 1 | -1/+1 |
| | | |||||
| * | cleanup docs and add channel synchronization example | Ulf Lilleengen | 2024-01-10 | 1 | -1/+1 |
| | | |||||
| * | Update probe-rs-cli -> probe-rs | Dario Nieuwenhuis | 2023-06-29 | 1 | -1/+1 |
| | | |||||
| * | Update embedded-hal crates. | Dario Nieuwenhuis | 2023-04-06 | 1 | -1/+1 |
| | | |||||
| * | Change log level to debug | kalkyl | 2022-12-23 | 1 | -1/+1 |
| | | |||||
| * | embassy-rp: Add split() to BufferedUart | kalkyl | 2022-12-22 | 1 | -1/+1 |
| | | |||||
| * | Add env DEFMT_LOG=trace to all examples. | Dario Nieuwenhuis | 2022-06-18 | 1 | -0/+3 |
| | | |||||
| * | rp: impl eh1.0 blocking traits | Dario Nieuwenhuis | 2022-02-15 | 1 | -1/+1 |
| | | |||||
| * | Replace rustflags with build.rs extra-link-args. | Dario Nieuwenhuis | 2021-11-07 | 1 | -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 Gamari | 2021-07-31 | 1 | -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 subdirectory | Dario Nieuwenhuis | 2021-06-02 | 1 | -0/+19 |
