Cargo Features
[dependencies]
moondancer = { version = "0.1.7", default-features = false, features = ["ladybug", "minerva", "vexriscv", "vexriscv_dcache", "nightly", "alloc"] }
- features ------------------------------------------------------------------
- default = vexriscv, vexriscv_dcache
-
These default features are set whenever
moondancer
is added without
somewhere in the dependency tree.default-features = false - ladybug
-
support for using a logic analyzer and the gpio ports for debugging
With enable
- minerva
-
select softcore
Enables minerva of moondancer-pac
- vexriscv default
-
Enables vexriscv of moondancer-pac
- vexriscv_dcache default
- nightly
-
select nightly toolchain
Enables nightly of libgreat and lunasoc-hal
- alloc
Features from optional dependencies
- dependencies --------------------------------------------------------------