Cargo Features

[dependencies]
lpc13xx-pac = { version = "0.2.1", default-features = false, features = ["rt", "lpc1311", "lpc1313", "lpc1342", "lpc1343"] }
default = rt

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

rt default

Enables device of cortex-m-rt

lpc1311

Affects lpc13xx-pac::lpc1311

lpc1313

Affects lpc13xx-pac::lpc1313

lpc1342

Affects lpc13xx-pac::lpc1342

lpc1343

Affects lpc13xx-pac::lpc1343

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