From 6f5633761528e484e8d0963c7ac59403f7210093 Mon Sep 17 00:00:00 2001 From: Ian McIntyre Date: Mon, 13 Mar 2023 06:50:57 -0400 Subject: Prototype API to build runtime in RAM Just a proof-of-concept. The new inspect_elf test seems to show that we're building the correct image. We need another commit in order to help the program run in FlexRAM. --- board/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'board/Cargo.toml') diff --git a/board/Cargo.toml b/board/Cargo.toml index 836230c..449b807 100644 --- a/board/Cargo.toml +++ b/board/Cargo.toml @@ -40,6 +40,12 @@ imxrt1010evk = [ "dep:rtt-target", "dep:panic-rtt-target", ] +imxrt1010evk-ram = [ + "imxrt-ral/imxrt1011", + # No FCB required. + "dep:rtt-target", + "dep:panic-rtt-target", +] imxrt1170evk-cm7 = [ "imxrt-ral/imxrt1176_cm7", "dep:imxrt1170evk-fcb", -- cgit v1.2.3