embassy/embassy-stm32
Ulf Lilleengen e09bde9345 Add support for splitting stm32 usart into TX and RX
* Keeps existing API for usart, but wraps it in Tx and Rx sub-types
* Adds split() method similar to nRF for getting indepdendent TX and RX
  parts
* Implements e-h traits for TX and RX types
* Add stm32h7 example
2022-03-15 10:35:37 +01:00
..
src Add support for splitting stm32 usart into TX and RX 2022-03-15 10:35:37 +01:00
build.rs Ignore BDMA1 in H7 2022-03-08 16:46:42 -06:00
Cargo.toml Update rust nightly, embedded-hal 1.0, embedded-hal-async. 2022-03-11 00:38:07 +01:00