Cargo Features

[dependencies]
jh7110-vf2-13b-pac = { version = "0.2.0", default-features = false, features = ["critical-section", "rt"] }
default = critical-section

The critical-section feature is set by default whenever jh7110-vf2-13b-pac is added without default-features = false somewhere in the dependency tree.

critical-section default

Enables critical-section

rt = riscv-rt

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.

riscv-rt rt?

Enables riscv-rt ^0.11.0