Closed tact1m4n3 closed 6 months ago
IMHO, if the features is not used in the crate, there’s not really any need to re-export it.
Because features are aggregated for each crate, one can enable rp2040-hal/defmt
on their crate to enable it.
I.E. add a dependency in your crate to rp2040-hal
and enable the feature there.
The
rp-pico
crate(as well as the others) do not have thedefmt
feature fromrp2040-hal
exposed. Perhaps it was forgotten to be added? (I've seen that there is already a similar issue to this one #18, but regarding a different feature)