File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 53
53
//! ```
54
54
//!
55
55
//! The resulting crate must provide an opt-in "rt" feature and depend on these crates:
56
- //! `bare-metal` v0.2.x, `cortex-m` v0.5.x, `cortex-m-rt` v0.6.x and `vcell` v0.1.x. Furthermore the
57
- //! "device" feature of `cortex-m-rt` must be enabled when the "rt" feature is enabled. The
56
+ //! `bare-metal` v0.2.x, `cortex-m` v0.5.x, `cortex-m-rt` >= v0.6.5 and `vcell` v0.1.x. Furthermore
57
+ //! the "device" feature of `cortex-m-rt` must be enabled when the "rt" feature is enabled. The
58
58
//! `Cargo.toml` of the device crate will look like this:
59
59
//!
60
60
//! ``` toml
65
65
//!
66
66
//! [dependencies.cortex-m-rt]
67
67
//! optional = true
68
- //! version = "0.5.0 "
68
+ //! version = "0.6.5 "
69
69
//!
70
70
//! [features]
71
71
//! rt = ["cortex-m-rt/device"]
You can’t perform that action at this time.
0 commit comments