aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorIan McIntyre <me@mciantyre.dev>2025-01-04 17:21:38 -0500
committerIan McIntyre <me@mciantyre.dev>2025-02-08 19:14:33 -0500
commit9aa3f9434740dc7552cfe86e8c33cbf5d6affca4 (patch)
tree4c5ea8610608b7d62f45722df18de9fffe0a1d52 /src/lib.rs
parenta6064796cbbda9ded59e537a48590355ed3f9a5b (diff)
Add imxrt1160 target support
Implemented by following the reference manual, and tested on an MIMXRT1160EVK. The target adopts all of the same limitations as the 1170 target.
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 63d22d8..fd42472 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -145,7 +145,7 @@
//! the 1050, which has the widest spread of bank-to-power domain assignment
//! (according to AN12077).
//!
-//! There is no support for ECC on 1170. The runtime assumes that OCRAM and TCM ECC
+//! There is no support for ECC on 1160 or 1170. The runtime assumes that OCRAM and TCM ECC
//! is disabled, and that the corresponding memory banks can be used for OCRAM.
//!
//! The runtime installs a `cortex-m-rt` `pre_init` function to configure the runtime.