We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7625f74 + 4da66be commit f1393aeCopy full SHA for f1393ae
README.md
@@ -46,6 +46,12 @@ fn main() -> ! {
46
47
For a full usage example, see [`examples/global_alloc.rs`](https://github.com/rust-embedded/embedded-alloc/blob/master/examples/global_alloc.rs).
48
49
+For this to work, an implementation of [`critical-section`](https://github.com/rust-embedded/critical-section) must be provided.
50
+
51
+For simple use cases you may enable the `critical-section-single-core` feature in the [cortex-m](https://github.com/rust-embedded/cortex-m) crate.
52
+Please refer to the documentation of [`critical-section`](https://docs.rs/critical-section) for further guidance.
53
54
55
## License
56
57
Licensed under either of
0 commit comments