Cargo Features

e310x has no features set by default.

[dependencies]
e310x = { version = "0.12.0", features = ["rt", "v-trap", "g002", "critical-section"] }
rt v-trap? = riscv-rt
v-trap = rt

Enables v-trap of riscv-rt

g002

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? v-trap?