diff options
| author | Sherif A Abdou <sherif_abdou@outlook.com> | 2025-02-03 10:22:32 -0500 |
|---|---|---|
| committer | Ian McIntyre <me@mciantyre.dev> | 2025-03-21 20:04:24 -0400 |
| commit | b319d62052d6b553b135837ff8c35ee0c8d475bf (patch) | |
| tree | 5f8d7a6ce24bd868d58dd2396caed1f3532c3316 /board/Cargo.toml | |
| parent | 4ecbed698241e637a13048a199d29c142445c360 (diff) | |
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.
Diffstat (limited to 'board/Cargo.toml')
| -rw-r--r-- | board/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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 = [ |
