Cargo Features

MSP430G2553 has no features set by default.

[dependencies]
msp430g2553 = { version = "0.4.0", features = ["rt", "critical-section"] }
rt

Enables device of msp430-rt

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

msp430-rt rt?