aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorIan McIntyre <ianpmcintyre@gmail.com>2022-11-27 21:23:56 -0500
committerIan McIntyre <ianpmcintyre@gmail.com>2022-12-01 20:21:05 -0500
commit2b3e933a71da3e00817b18d0481d3bea382f2949 (patch)
tree1c6404951c91d79dcd619c2ed3b121558a671a13 /src/lib.rs
parent8ba6242484308959bc24e84a8a77a28101679e1e (diff)
Update to cmrt 0.7.2, and use new features
No need for us to set VTOR and the stack pointer anymore.
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 76ba2fc..63d22d8 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -122,7 +122,7 @@
//!
//! # Feature flags
//!
-//! `imxrt-rt` supports the features available in `cortex-m-rt` version 0.7.1. If you enable a feature,
+//! `imxrt-rt` supports the features available in `cortex-m-rt` version 0.7.2. If you enable a feature,
//! you must enable it in both the `[dependencies]` and `[build-dependencies]` section of your package
//! manifest. For example, if the `cortex-m-rt` `"device"` feature were needed, then enable this crate's
//! `"device"` feature in both places.