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
somewhere in the dependency tree.default-features = false - 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