Cargo Features
[dependencies]
ws2812-pwm-dma = { version = "0.1.1", default-features = false, features = ["device-selected", "stm32f401", "stm32f405", "stm32f407", "stm32f410", "stm32f411", "stm32f412", "stm32f413", "stm32f415", "stm32f417", "stm32f423", "stm32f427", "stm32f429", "stm32f437", "stm32f439", "stm32f446", "stm32f469", "stm32f479"] }
- default = stm32f411
-
The
stm32f411feature is set by default wheneverws2812-pwm-dmais added withoutsomewhere in the dependency tree.default-features = false - device-selected stm32f401? stm32f405? stm32f407? stm32f410? stm32f411 stm32f412? stm32f413? stm32f415? stm32f417? stm32f423? stm32f427? stm32f429? stm32f437? stm32f439? stm32f446? stm32f469? stm32f479?
- stm32f401 = device-selected
-
Enables stm32f401 of stm32f4xx-hal ^0.15.0
stm32f4xx-hal:
Use one of the supported STM32-serie related features:
stm32f401,stm32f405,stm32f407,stm32f415,stm32f417,stm32f410,stm32f411,stm32f412,stm32f413,stm32f423,stm32f427,stm32f429,stm32f437,stm32f439,stm32f446,stm32f469,stm32f479.Note: stm32f4 has only one feature for some very similar device families, so it's intended for e.g. stm32f405/415 to both enable stm32f4/stm32f405.
- stm32f405 = device-selected
-
Enables stm32f405 of stm32f4xx-hal ^0.15.0
- stm32f407 = device-selected
-
Enables stm32f407 of stm32f4xx-hal ^0.15.0
- stm32f410 = device-selected
-
Enables stm32f410 of stm32f4xx-hal ^0.15.0
- stm32f411 default = device-selected
-
Enables stm32f411 of stm32f4xx-hal ^0.15.0
- stm32f412 = device-selected
-
Enables stm32f412 of stm32f4xx-hal ^0.15.0
- stm32f413 = device-selected
-
Enables stm32f413 of stm32f4xx-hal ^0.15.0
- stm32f415 = device-selected
-
Enables stm32f415 of stm32f4xx-hal ^0.15.0
- stm32f417 = device-selected
-
Enables stm32f417 of stm32f4xx-hal ^0.15.0
- stm32f423 = device-selected
-
Enables stm32f423 of stm32f4xx-hal ^0.15.0
- stm32f427 = device-selected
-
Enables stm32f427 of stm32f4xx-hal ^0.15.0
- stm32f429 = device-selected
-
Enables stm32f429 of stm32f4xx-hal ^0.15.0
- stm32f437 = device-selected
-
Enables stm32f437 of stm32f4xx-hal ^0.15.0
- stm32f439 = device-selected
-
Enables stm32f439 of stm32f4xx-hal ^0.15.0
- stm32f446 = device-selected
-
Enables stm32f446 of stm32f4xx-hal ^0.15.0
- stm32f469 = device-selected
-
Enables stm32f469 of stm32f4xx-hal ^0.15.0
- stm32f479 = device-selected
-
Enables stm32f479 of stm32f4xx-hal ^0.15.0
ws2812-pwm-dma has 19 features without comments.