Cargo Features

escw-mcu-stm32 has no features set by default.

[dependencies]
escw-mcu-stm32 = { version = "0.1.0", features = ["stm32f4", "io", "uart1", "uart2", "uart3", "uart4", "uart5", "uart6", "uart7", "uart8"] }
stm32f4
io

Enables io of escw-mcu

Affects peripheral::io

uart1

Enables uart of escw-mcu

Affects uart::huart1

uart2

Enables uart of escw-mcu

Affects uart::huart2

uart3

Enables uart of escw-mcu

Affects uart::huart3

uart4

Enables uart of escw-mcu

Affects uart::huart4

uart5

Enables uart of escw-mcu

Affects uart::huart5

uart6

Enables uart of escw-mcu

Affects uart::huart6

uart7

Enables uart of escw-mcu

Affects uart::huart7

uart8

Enables uart of escw-mcu

Affects uart::huart8