Cargo Features

[dependencies]
moondancer-pac = { version = "0.0.1", default-features = false, features = ["rt", "minerva", "vexriscv", "critical-section"] }
default = vexriscv

The vexriscv feature is set by default whenever moondancer-pac is added without default-features = false somewhere in the dependency tree.

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 =1.1.1

critical-section:

Cross-platform critical section

riscv-rt rt?

Enables riscv-rt =0.11.0