eclipse / mraa

Linux Library for low speed IO Communication in C with bindings for C++, Python, Node.js & Java. Supports generic io platforms, as well as Intel Edison, Intel Joule, Raspberry Pi and many more.
http://mraa.io
MIT License
1.37k stars 614 forks source link

UART related fixes and cleanups #1061

Closed jan-kiszka closed 3 years ago

jan-kiszka commented 3 years ago

mraa_uart_set_flowcontrol was broken /wrt soft flow-control management, mraa_uart_settings used an inconsistent type for soft and hard flow-control, and finally an example code for the uart api was plain wrong.

jan-kiszka commented 3 years ago

I'm in the process of resolving the missing ECA signature. Please already review technically.

jan-kiszka commented 3 years ago

Ping: ECA has been signed, anything else missing?