Skip to content
Snippets Groups Projects
Unverified Commit 86fd4806 authored by bors[bot]'s avatar bors[bot] Committed by GitHub
Browse files

Merge #973


973: Rework STM32 BufferedUart internals so we can split into Rx and Tx like embassy-nrf r=lulf a=guillaume-michel

Context:
On STM32, BufferedUart is not splittable into Rx and Tx part like the non buffered version. On embassy-nrf, a RefCell is used to make BufferedUarte splittable.

Description:
This PR add the possibility to split BufferedUart into Rx and Tx without adding breaking changes.

Hope somebody find it useful

Co-authored-by: default avatarGuillaume MICHEL <guillaume@squaremind.io>
parents de007094 daf27447
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment