stm32-rs / stm32l4xx-hal

A Hardware abstraction layer for the stm32l432xx series chips written in rust.
157 stars 104 forks source link

Allow recombining split serial port. #318

Open reitermarkus opened 2 years ago

reitermarkus commented 2 years ago

Allow converting and Tx and Rx pair back to Serial port.

burrbull commented 2 years ago

related https://github.com/stm32-rs/stm32f1xx-hal/pull/392