diff options
Diffstat (limited to 'board/Cargo.toml')
| -rw-r--r-- | board/Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/board/Cargo.toml b/board/Cargo.toml index 21defd4..9072274 100644 --- a/board/Cargo.toml +++ b/board/Cargo.toml @@ -45,3 +45,8 @@ imxrt1170evk-cm7 = [ "dep:rtt-target", "dep:panic-rtt-target", ] + +# Dummy boards for testing DCD linking. +# Don't try running these on hardware; they might not work. +__dcd = ["teensy4"] +__dcd_missize = ["teensy4"] |
