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.36k stars 613 forks source link

adding iot2050 platform #1091

Closed fr0st61te closed 1 year ago

fr0st61te commented 1 year ago

This patch series introduce iot2050 platform support with additional enhancements:

  1. add 4800 baud speed
  2. disable timeout on read <= 0 in mraa_uart_set_timeout
  3. add mux interface which is needed for iot2050 platform
  4. gpio/chardev helper functions : mraa_find_gpio_line_by_name, mraa_get_chip_base_by_number
tingleby commented 1 year ago

Thanks for the series, I will take a look!

fr0st61te commented 1 year ago

lgtm. Is this series ready to merge?

Yes, ready to merge!