diff options
| author | summivox <summivox@gmail.com> | 2023-08-20 23:13:59 -0700 |
|---|---|---|
| committer | Ian McIntyre <ianpmcintyre@gmail.com> | 2023-09-08 19:18:34 -0400 |
| commit | c6d3bcfb11800c58339037be58fa9935f816f1bb (patch) | |
| tree | 4e8b0d6cdae543e0443f4a8d4cf969f4def7a1f3 /board/Cargo.toml | |
| parent | e1fddd5b3b678c43ee59835d7b57bbc063a22d28 (diff) | |
Add optional DCD section in linker script
Users can define their device configuration data (DCD), and place the
data in the .dcd section. If the .dcd section has content, the entry in
the IVT points at the user's DCD. This plays well with imxrt-dcd.
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"] |
