Cargo Features

[dependencies]
max7800x-hal = { version = "0.7.1", default-features = false, features = ["flashprog-linkage", "rand", "rt"] }
default = rand, rt

These default features are set whenever max7800x-hal is added without default-features = false somewhere in the dependency tree.

flashprog-linkage

Enabling this adds the .flashprog section header to critical flash programming functions for custom linkage

rand default

Enables rand_core

rt default

Enables critical-section and rt of max78000-pac