Cargo Features

[dependencies]
cortex-a = { version = "8.1.1", default-features = false, features = ["nightly"] }
default = nightly

The nightly feature is set by default whenever cortex-a is added without default-features = false somewhere in the dependency tree.

nightly default = tock-registers

Affects asm::random, cortex-a::registers

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.

tock-registers nightly

Enables tock-registers 0.8.*

Use it as interface-only library.