From 8b0d5278b0de5254a242f8a356f061949a896161 Mon Sep 17 00:00:00 2001 From: Ian McIntyre Date: Wed, 26 Nov 2025 10:17:14 -0500 Subject: Allow smaller vector tables in tests The vector tables exported by imxrt-ral are smaller than the default cortex-m-rt vector table. The tests fail once we enable the rt / device features. With this change, we expect the MCU-dependent vector table sizes. --- board/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'board/Cargo.toml') 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 } -- cgit v1.2.3