Cargo Features

mango-boot has no features set by default.

[dependencies]
mango-boot = { version = "0.2.1", features = ["x86_64", "rpi3", "rpi4"] }
x86_64

Enables bootloader ^0.9

Affects platforms::x86_64

rpi3 = tock-registers

Enables rpi3 of mango-hal

Affects platforms::rpi

rpi4 = tock-registers

Enables rpi4 of mango-hal

Affects platforms::rpi

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 rpi3? rpi4?

Enables tock-registers 0.8.*