Closed kolbma closed 1 year ago
This issue renders "rtt-target" v0.4.0 (the latest at the moment) unusable, at least on Cortex-M targets 😞
Also notice that v0.4.0 declares no feature-flags at all: https://docs.rs/crate/rtt-target/0.4.0/features
I am having this issue as well. Attempting to build a binary against it results in linker errors for undefined symbols _critical_section_1_0_acquire
and _critical_section_1_0_release
.
You have removed the features (e.g. cortex-m) in the new version, but you are checking for with
cfg
in code for it: https://github.com/probe-rs/rtt-target/blob/4d8bdd8e371f0701595dbfed0b185db188516c2e/rtt-target/src/debug.rs#L26-L30