| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Merge pull request #822 from embassy-rs/remove-authors | Dario Nieuwenhuis | 2022-06-18 | 1 | -1/+0 | |
| |\ | | | | | Remove the authors field from Cargo.tomls | |||||
| | * | Remove the authors field from Cargo.tomls | Dario Nieuwenhuis | 2022-06-18 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | It currently contains whoever was first to write some code for the crate, even if many more people have contributed to it later. The field is "sort of" deprecated, it was made optional recently: https://rust-lang.github.io/rfcs/3052-optional-authors-field.html Due the the reasons listed there I believe removing it is better than setting it to generic fluff like "The Embassy contributors". | |||||
| * | | Merge pull request #821 from embassy-rs/defmt-trace | Dario Nieuwenhuis | 2022-06-18 | 1 | -0/+3 | |
| |\ \ | |/ |/| | Add env DEFMT_LOG=trace to all examples. | |||||
| | * | Add env DEFMT_LOG=trace to all examples. | Dario Nieuwenhuis | 2022-06-18 | 1 | -0/+3 | |
| | | | ||||||
| * | | Update to 2021 edition. (#820) | Dario Nieuwenhuis | 2022-06-18 | 1 | -2/+1 | |
| |/ | ||||||
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 4 | -25/+10 | |
| | | ||||||
| * | stm32: add USB driver. | Dario Nieuwenhuis | 2022-06-07 | 2 | -0/+119 | |
| | | ||||||
| * | examples/stm32*, tests/stm32: specify time-tick-32768hz | Will Glynn | 2022-05-31 | 1 | -1/+1 | |
| | | ||||||
| * | Use embassy/defmt-timestamp-uptime in all examples. | Dario Nieuwenhuis | 2022-04-02 | 5 | -27/+11 | |
| | | ||||||
| * | stm32: add rust stable support | Dario Nieuwenhuis | 2022-02-12 | 1 | -1/+1 | |
| | | ||||||
| * | traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash. | Dario Nieuwenhuis | 2022-01-27 | 2 | -4/+2 | |
| | | ||||||
| * | stm32: add `time-driver-any` cargo feature that automatically picks one ↵ | Dario Nieuwenhuis | 2022-01-24 | 1 | -1/+1 | |
| | | | | | available timer. | |||||
| * | stm32/gpio: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-19 | 1 | -3/+2 | |
| | | ||||||
| * | examples: stm32f1: Add an example of using the ADC | Sjoerd Simons | 2021-12-30 | 1 | -0/+29 | |
| | | ||||||
| * | examples: stm32f1: Optimize for size on development builds | Sjoerd Simons | 2021-12-30 | 1 | -0/+3 | |
| | | | | | | Even the basic examples seemingly need to be build optimized for size to allow flashing to a bluepill | |||||
| * | examples: remove unused deps. | Dario Nieuwenhuis | 2021-11-29 | 1 | -1/+0 | |
| | | ||||||
| * | Remove unused deps | Dario Nieuwenhuis | 2021-11-15 | 1 | -1/+0 | |
| | | ||||||
| * | Adjust all examples to defmt 0.3. | Bob McWhirter | 2021-11-15 | 1 | -16/+5 | |
| | | ||||||
| * | Replace rustflags with build.rs extra-link-args. | Dario Nieuwenhuis | 2021-11-07 | 2 | -12/+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. | |||||
| * | Initial STM32F1 family support with two examples for STM32F103C8 (Blue Pill) | Mariusz Ryndzionek | 2021-09-28 | 5 | -0/+126 | |
