Cargo Features
jrk-g2-rs has no features set by default.
[dependencies]
jrk-g2-rs = { version = "1.0.1", features = ["stm32", "rpi"] }
- stm32 = cortex-m, cortex-m-rt, panic-halt, stm32f1xx-hal
- rpi = linux-embedded-hal
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 stm32?
-
Enables cortex-m ^0.6.4
- cortex-m-rt stm32?
-
Enables cortex-m-rt ^0.6.13
- panic-halt stm32?
-
Enables panic-halt ^0.2.0
- stm32f1xx-hal stm32?
-
Enables stm32f1xx-hal ^0.7.0
- linux-embedded-hal rpi?
-
Enables linux-embedded-hal ^0.3.0