Cargo Features
[dependencies]
moondancer-pac = { version = "0.1.1", default-features = false, features = ["rt", "minerva", "vexriscv", "critical-section"] }
- default = vexriscv
-
The
vexriscv
feature is set by default whenevermoondancer-pac
is added without
somewhere in the dependency tree.default-features = false - rt = riscv-rt
- minerva
- vexriscv default
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.
- critical-section implicit feature
-
Enables critical-section
critical-section:
Cross-platform critical section
- riscv-rt rt?
-
Enables riscv-rt =0.11.0