Cargo Features

[dependencies]
moondancer = { version = "0.0.0", default-features = false, features = ["ladybug", "minerva", "vexriscv", "vexriscv_dcache", "nightly"] }

- features ------------------------------------------------------------------

default = vexriscv, vexriscv_dcache

These default features are set whenever moondancer is added without default-features = false somewhere in the dependency tree.

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

Features from optional dependencies

- dependencies --------------------------------------------------------------