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 whenevermwatch-kernel-stm32l4
is added without
somewhere in the dependency tree.default-features = false - rtt default
-
Enables panic-rtt-target ^0.1.2 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.