Changelog for
mraa-2.2.0-2.10.i586.rpm :
* Mon Feb 01 2021 Martin Pluskal
- Update project url
* Wed Dec 30 2020 Martin Pluskal - Update to version 2.2.0:
* Multiple fixes to improve project security and reliability on newly added platforms
* Removed Python 2 bindings and old node.js versions from CI
* Added detection for latest RPi board versions
* Fix for SPI frequency function not writing to file
* Common mraa API can now return C error strings from MRAA error codes
* Updated and extended installation instructions for some Linux distributions
* Mon Nov 16 2020 Dominique Leuenberger - Add mraa-i686.patch: Support target_arch i686, same as i586.
* Mon Aug 24 2020 Dominique Leuenberger - Use %{_prefix}/lib instead of %{_libexecdir} (boo#1174075).
* Fri Jun 12 2020 Martin Pluskal - Fix building with gcc10
* Tue Apr 28 2020 Martin Pluskal - Update to version 2.1.0:
* New platforms UP Xtreme, IPi SMARC, ROCK PI 4, Raspberry Pi 4, Ultra96
* Added support for chardev GPIO devices on Rock960
* Introduced APIs to initialize GPIOs by name
* Multiple fixes to address static tool scans and user submitted bug reports
* Revised documentation to reflect project transfer to the Eclipse Foundation
* Updated installation instructions for multiple distribution channels- Drop python2 bindings
* Mon Mar 11 2019 Martin Pluskal - Drop nodejs bindings as they dont work with lates versions of node.
* Thu Jan 10 2019 Martin Pluskal - Update to version 2.0.0:
* New platforms IEI Tank, Ultra-96, Rock960, Hikey960, Dragonboard 820c
* Added support for chardev GPIO devices with implementation on several boards
* Added string based I/O initialization for simpler integration with other frameworks
* Added GTest support for unit testing
* Extended named LED device APIs allowing them to be listed during board definition
* Removed packaging and CI for obsolete devkits
* Multiple bug fixes and cmake improvements- Run tests during build
* Tue Jul 10 2018 mpluskalAATTsuse.com- Update to version 1.9.0:
* Added support for RPi Zero W
* Added support for MIPS based Omega2 and Linkit Smart 7688
* New APIs for sysfs onboard LED control using the gpio-leds driver
* Restructured and cleaned-up examples
* Improved documentation generation and CI integration
* Static analysis fixes, added SonarQube badge
* Enhanced Node.js detection on some Linux distros (OpenSUSE)- Enable building of nodejs bindings
* Mon Nov 13 2017 mpluskalAATTsuse.com- Use consistent naming with singlespec python packages- Build tests as well