Cargo Features
[dependencies]
kiffieboot = { version = "0.1.0", default-features = false, features = ["pic32mx2x0", "pic32mx2x4", "pic32mx470", "usbd-dfu-rt"] }
- default = usbd-dfu-rt
-
The
usbd-dfu-rt
feature is set by default wheneverkiffieboot
is added without
somewhere in the dependency tree.default-features = false - pic32mx2x0
-
Enables pic32mx2xxfxxxb of pic32mx2xx
- pic32mx2x4
-
Enables pic32mx2x4fxxxd of pic32mx2xx
- pic32mx470
-
With pic32mx47xfxxxl
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.
- pic32mx2xx pic32mx2x0? pic32mx2x4?
- usbd-dfu-rt default