embassy/examples/stm32h7/src/bin
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
..
blinky.rs stm32/gpio: expose all functionality as inherent methods. 2022-01-19 17:59:55 +01:00
button_exti.rs stm32/exti: expose all functionality as inherent methods. 2022-01-19 17:59:55 +01:00
camera.rs stm32: Remove OptionalPin 2022-02-10 02:38:10 +01:00
dac.rs stm32: Remove OptionalPin 2022-02-10 02:38:10 +01:00
eth.rs stm32: Add standard crate-wide macros for pin/dma traits, switch all drivers to use them. 2022-02-10 21:38:03 +01:00
fmc.rs stm32: Add support for FMC 2022-02-08 17:30:20 +01:00
low_level_timer_api.rs stm32: Register access for timers now doesn't require self 2022-02-28 16:20:42 +01:00
mco.rs stm32/gpio: expose all functionality as inherent methods. 2022-01-19 17:59:55 +01:00
pwm.rs stm32: Remove OptionalPin 2022-02-10 02:38:10 +01:00
rng.rs traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash. 2022-01-27 00:08:02 +01:00
spi.rs stm32/spi: expose all functionality as inherent methods. 2022-01-19 17:59:55 +01:00
spi_dma.rs Support unstable-trait feature for stm32 2022-01-26 22:39:06 +01:00
usart.rs stm32/usart: expose all functionality as inherent methods. 2022-01-19 17:59:55 +01:00
usart_dma.rs stm32/usart: expose all functionality as inherent methods. 2022-01-19 17:59:55 +01:00
usart_split.rs Add support for splitting stm32 usart into TX and RX 2022-03-15 10:35:37 +01:00