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 5353//! ```
5454//!
5555//! 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
5858//! `Cargo.toml` of the device crate will look like this:
5959//!
6060//! ``` toml
6565//!
6666//! [dependencies.cortex-m-rt]
6767//! optional = true
68- //! version = "0.5.0 "
68+ //! version = "0.6.5 "
6969//!
7070//! [features]
7171//! rt = ["cortex-m-rt/device"]
You can’t perform that action at this time.
0 commit comments