We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bfe7c5 commit ba6627bCopy full SHA for ba6627b
README.md
@@ -18,6 +18,11 @@ The only prerequisites are an embedded-hal implementation that provides:
18
See the [stm32f042 example](examples/stm32f042.rs) for a commented example of
19
how to use the library.
20
21
+### Release mode may be required
22
+
23
+Compiling in debug mode may disturb the timing-sensitive parts of this crate and ultimately lead to failure.
24
+In this case, you will likely receive a `Timeout` error. Try compiling with `--release` instead.
25
26
### Tests
27
28
To run the tests, use something like `cargo test --lib --target x86_64-unknown-linux-gnu`.
0 commit comments