diff options
Diffstat (limited to 'embassy-mcxa/defmt.x')
| -rw-r--r-- | embassy-mcxa/defmt.x | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/embassy-mcxa/defmt.x b/embassy-mcxa/defmt.x new file mode 100644 index 000000000..dbd6d0850 --- /dev/null +++ b/embassy-mcxa/defmt.x | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | /* | ||
| 2 | Dummy defmt.x to satisfy -Tdefmt.x when building without the `defmt` feature. | ||
| 3 | When `defmt` is enabled, the real defmt.x provided by the defmt crate is used via the linker search path. | ||
| 4 | This file intentionally contains no SECTIONS so it won't override ram.ld. | ||
| 5 | */ | ||
| 6 | |||
