Cargo Features

jlink_rtt has no features set by default.

[dependencies]
jlink_rtt = { version = "0.2.0", features = ["rtt_in_ram"] }
rtt_in_ram

Use this when using RTT in RAM targets (init and data section both in RAM).
This prevents the host to falsly identify the RTT Callback Structure in the init segment as the used Callback Structure.