aboutsummaryrefslogtreecommitdiff
path: root/board/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'board/Cargo.toml')
-rw-r--r--board/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/Cargo.toml b/board/Cargo.toml
index 449b807..bfebd0d 100644
--- a/board/Cargo.toml
+++ b/board/Cargo.toml
@@ -9,12 +9,15 @@ version = "1.0"
[dependencies.imxrt-ral]
version = "0.5"
+features = ["rt"]
[dependencies.imxrt-rt]
path = ".."
+features = ["device"]
[build-dependencies.imxrt-rt]
path = ".."
+features = ["device"]
[target.'cfg(all(target_arch = "arm", target_os = "none"))'.dependencies]
teensy4-fcb = { version = "0.3", optional = true }