From b319d62052d6b553b135837ff8c35ee0c8d475bf Mon Sep 17 00:00:00 2001 From: Sherif A Abdou Date: Mon, 3 Feb 2025 10:22:32 -0500 Subject: Added in_flash RuntimeBuilder constructor Applications linked through this builder can be placed in a flash reservation. You'll need some other software to launch these programs, since they lack the boot header required by the NXP boot ROM. --- board/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'board/Cargo.toml') diff --git a/board/Cargo.toml b/board/Cargo.toml index 9072274..9afdfb0 100644 --- a/board/Cargo.toml +++ b/board/Cargo.toml @@ -26,6 +26,7 @@ rtt-target = { version = "0.3", optional = true, features = ["cortex-m"] } panic-rtt-target = { version = "0.1", optional = true, features = ["cortex-m"] } [features] +nonboot = [] rtic = [] # Begin board features. teensy4 = [ -- cgit v1.2.3