Cargo Features
[dependencies]
cortex-a = { version = "8.1.1", default-features = false, features = ["nightly"] }
- default = nightly
-
The
nightly
feature is set by default whenevercortex-a
is added without
somewhere in the dependency tree.default-features = false - 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.