Cargo Features

[dependencies]
lpc546xx-pac = { version = "0.2.1", default-features = false, features = ["rt", "lpc54605", "lpc54606", "lpc54607", "lpc54608", "lpc54616", "lpc54618", "lpc54628"] }
default = rt

The rt feature is set by default whenever lpc546xx-pac is added without default-features = false somewhere in the dependency tree.

rt default

Enables device of cortex-m-rt

lpc54605

Affects lpc546xx-pac::lpc54605

lpc54606

Affects lpc546xx-pac::lpc54606

lpc54607

Affects lpc546xx-pac::lpc54607

lpc54608

Affects lpc546xx-pac::lpc54608

lpc54616

Affects lpc546xx-pac::lpc54616

lpc54618

Affects lpc546xx-pac::lpc54618

lpc54628

Affects lpc546xx-pac::lpc54628

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.

cortex-m-rt rt