embassy/embassy-stm32/src/usart
Ulf Lilleengen cbff0398bb
Add IRQ-driven buffered USART implementation for STM32 v2 usart ()
* Add IRQ-driven buffered USART implementation for STM32 v2 usart

* Implementation based on nRF UARTE, but simplified to not use DMA to
  avoid complex interaction between DMA and USART.
* Implementation of AsyncBufRead and AsyncWrite traits
* Some unit tests to ring buffer
* Update polyfill version
* Update sub module to get usart IRQ fix
2021-08-16 17:16:49 +02:00
..
mod.rs Add IRQ-driven buffered USART implementation for STM32 v2 usart () 2021-08-16 17:16:49 +02:00
v1.rs stm32: add missing + 'a bounds on trait GATs 2021-08-04 19:39:54 +02:00
v2.rs Add IRQ-driven buffered USART implementation for STM32 v2 usart () 2021-08-16 17:16:49 +02:00