So you'd do something like:
```rs
#[link_section = ".rtt"]
rtt_target::rtt_init_default!();

```