rust-embedded / cortex-m-rt

Minimal startup / runtime for Cortex-M microcontrollers
https://rust-embedded.github.io/cortex-m-rt/
Apache License 2.0
359 stars 85 forks source link

Fix doctests and run them in CI #246

Closed jonas-schievink closed 4 years ago

jonas-schievink commented 4 years ago

This moves them from the macros crate to the base crate, avoiding a "weird cyclic dev-dependency". It also makes all of them buildable, and does that in CI.

rust-highfive commented 4 years ago

r? @thejpster

(rust_highfive has picked a reviewer for you, use r? to override)

therealprof commented 4 years ago

Very nice!

therealprof commented 4 years ago

bors r+

bors[bot] commented 4 years ago

Build succeeded