Cargo Features

[dependencies]
max7800x-hal = { version = "0.5.0", 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 ^0.8.5 and rand_core ^0.6.4

rt default

Enables critical-section and rt of max78000-pac