| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Use embassy/defmt-timestamp-uptime in all examples. | Dario Nieuwenhuis | 2022-04-02 | 3 | -22/+4 | |
| | | ||||||
| * | stm32: add rust stable support | Dario Nieuwenhuis | 2022-02-12 | 1 | -1/+1 | |
| | | ||||||
| * | stm32: add `time-driver-any` cargo feature that automatically picks one ↵ | Dario Nieuwenhuis | 2022-01-24 | 1 | -1/+1 | |
| | | | | | available timer. | |||||
| * | Remove unused deps | Dario Nieuwenhuis | 2021-11-15 | 1 | -2/+1 | |
| | | ||||||
| * | Adjust all examples to defmt 0.3. | Bob McWhirter | 2021-11-15 | 1 | -13/+3 | |
| | | ||||||
| * | Replace rustflags with build.rs extra-link-args. | Dario Nieuwenhuis | 2021-11-07 | 4 | -41/+4 | |
| | | | | | | | | | | | | | 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. | |||||
| * | Update lots of deps | Dario Nieuwenhuis | 2021-09-11 | 1 | -4/+4 | |
| | | ||||||
| * | Remove trait_alias, allow(incomplete_features). | Dario Nieuwenhuis | 2021-09-03 | 1 | -1/+0 | |
| | | | | | trait_alias seems unused. no idea why it's there. | |||||
| * | stm32: move dbgmcu stuff to toplevel config setting, defaulting to true. | Dario Nieuwenhuis | 2021-08-19 | 2 | -8/+1 | |
| | | ||||||
| * | Update cortex-m-rt to v0.7 for stm32, rp. | Dario Nieuwenhuis | 2021-08-19 | 1 | -1/+1 | |
| | | ||||||
| * | stm32/time: add Cargo features to choose tim2/tim3 | Dario Nieuwenhuis | 2021-08-05 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #344 from bobmcwhirter/remove_builders | Dario Nieuwenhuis | 2021-08-04 | 1 | -4/+3 | |
| |\ | | | | | Remove builders from Config(s) and examples. | |||||
| | * | Fmt giving me headaches. | Bob McWhirter | 2021-08-04 | 1 | -1/+0 | |
| | | | ||||||
| | * | Um. | Bob McWhirter | 2021-08-04 | 1 | -0/+1 | |
| | | | ||||||
| | * | Unused import. | Bob McWhirter | 2021-08-04 | 1 | -1/+0 | |
| | | | ||||||
| | * | Remove more extra vars. | Bob McWhirter | 2021-08-04 | 1 | -3/+1 | |
| | | | ||||||
| | * | Remove builders from Config(s) and examples. | Bob McWhirter | 2021-08-04 | 1 | -1/+3 | |
| | | | ||||||
| * | | Update nightly, remove removed features. | Dario Nieuwenhuis | 2021-08-04 | 1 | -2/+0 | |
| |/ | ||||||
| * | stm32f0: Enable debug access in low power modes | Timo Kröger | 2021-07-29 | 2 | -1/+9 | |
| | | ||||||
| * | stm32: Add F0 example | Thales Fragoso | 2021-07-15 | 6 | -0/+116 | |
