9b17b3d721
Remove unused deps
2021-11-15 20:13:22 +01:00
a770fc77c9
Adjust all examples to defmt 0.3.
2021-11-15 11:19:19 -05:00
2221e1fa93
Replace rustflags with build.rs extra-link-args.
...
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.
2021-11-07 23:52:11 +01:00
f2623e7e9b
Update lots of deps
2021-09-11 01:35:23 +02:00
de016e8456
Remove trait_alias, allow(incomplete_features).
...
trait_alias seems unused. no idea why it's there.
2021-09-03 17:00:58 +02:00
2c992f7010
stm32: move dbgmcu stuff to toplevel config setting, defaulting to true.
2021-08-19 23:50:19 +02:00
d3aeb45fb3
Update cortex-m-rt to v0.7 for stm32, rp.
2021-08-19 00:56:11 +02:00
b1d631d639
stm32/time: add Cargo features to choose tim2/tim3
2021-08-05 19:14:09 +02:00
cfa1f61154
Merge pull request #344 from bobmcwhirter/remove_builders
...
Remove builders from Config(s) and examples.
2021-08-04 21:32:39 +02:00
97e4b89f82
Fmt giving me headaches.
2021-08-04 14:32:22 -04:00
08e7e5a3fa
Um.
2021-08-04 14:22:47 -04:00
dc126b9ab6
Unused import.
2021-08-04 14:14:36 -04:00
6fd8f6b79a
Remove more extra vars.
2021-08-04 13:55:34 -04:00
07d4b196f7
Update nightly, remove removed features.
2021-08-04 19:48:14 +02:00
03f15d3a60
Remove builders from Config(s) and examples.
2021-08-04 11:32:39 -04:00
2a4890165d
stm32f0: Enable debug access in low power modes
2021-07-29 15:35:23 +02:00
697f93ad42
stm32: Add F0 example
2021-07-15 13:50:39 -03:00