Cargo Features

cortex-m-log has no features set by default.

[dependencies]
cortex-m-log = { version = "0.8.0", features = ["semihosting", "log-integration", "itm"] }
semihosting = cortex-m-semihosting

Affects destination::semihosting, printer::semihosting

log-integration = log

Affects cortex-m-log::log

itm

Affects destination::itm, printer::itm

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

cortex-m-semihosting semihosting?
log log-integration?