Skip to content

Commit 140255e

Browse files
bors[bot]no111u3
andauthored
Merge #170
170: Remove unsupported examples for hal r=eldruin a=no111u3 Remove stm32f3 hal implementation as dependency and it's examples from runned doc tests. Following the #156 Co-authored-by: Boris Vinogradov <[email protected]>
2 parents ea5b5ce + 7e6b497 commit 140255e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@ version = "1.0.0-alpha.1"
1818
nb = "1"
1919

2020
[dev-dependencies]
21-
stm32f3 = { version = "0.8", features = ["stm32f303", "rt"] }
2221
futures = "0.1.17"
2322

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
//!
119119
//! [`stm32f3`]: https://crates.io/crates/stm32f3
120120
//!
121-
//! ```
121+
//! ```not_run
122122
//! // crate: stm32f3xx-hal
123123
//! // An implementation of the `embedded-hal` traits for STM32F3xx microcontrollers
124124
//!

0 commit comments

Comments
 (0)