SuperHouse / esp-open-rtos

Open source FreeRTOS-based ESP8266 software framework
BSD 3-Clause "New" or "Revised" License
1.52k stars 491 forks source link

uart: add ability to configure byte length #597

Closed nicogrx closed 6 years ago

nicogrx commented 6 years ago

This patch to optionally change data bits length of serial bus.

Signed-off-by: Jean-Nicolas Graux nicogrx@gmail.com

nicogrx commented 6 years ago

Thank you!