Cargo Features

[dependencies]
mwatch-kernel-stm32l4 = { version = "2.0.0", default-features = false, features = ["rtt", "itm", "semihosting", "dyn-tsc-cal"] }
default = rtt

The rtt feature is set by default whenever mwatch-kernel-stm32l4 is added without default-features = false somewhere in the dependency tree.

rtt default

Enables panic-rtt-target and rtt-target ^0.3.1

itm

Enables panic-itm

semihosting

Enables panic-semihosting ^0.5.1

disable-input crc-fb dyn-tsc-cal

mwatch-kernel-stm32l4 has 5 features without comments.