embassy/examples/stm32l0
Ulf Lilleengen cbff0398bb
Add IRQ-driven buffered USART implementation for STM32 v2 usart (#356)
* 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
..
.cargo examples: Drop build-std = ["core"] 2021-07-31 13:01:15 -04:00
src Add IRQ-driven buffered USART implementation for STM32 v2 usart (#356) 2021-08-16 17:16:49 +02:00
build.rs Add examples for STM32L0 2021-06-09 23:09:48 +02:00
Cargo.toml Add IRQ-driven buffered USART implementation for STM32 v2 usart (#356) 2021-08-16 17:16:49 +02:00
memory.x Add examples for STM32L0 2021-06-09 23:09:48 +02:00