mraa: update to v2.2.0
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
committed by
Propanu
parent
36572583e4
commit
7786c7ded5
@@ -117,7 +117,7 @@ include (GetGitRevisionDescription)
|
||||
git_describe (VERSION "--tags")
|
||||
if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND" OR "x_${VERSION}" STREQUAL "x_HEAD-HASH-NOTFOUND" OR "x_${VERSION}" STREQUAL "x_-128-NOTFOUND")
|
||||
message (WARNING " - Install git to compile a production libmraa!")
|
||||
set (VERSION "v2.1.0")
|
||||
set (VERSION "v2.2.0")
|
||||
endif ()
|
||||
|
||||
message (STATUS "INFO - libmraa Version ${VERSION}")
|
||||
|
||||
@@ -5,6 +5,14 @@ This changelog is meant as a quick & rough guide to what has changed between
|
||||
versions. The API is now fairly stable but when new calls/features are added
|
||||
they are listed here. Anything pre 0.2.x is ignored.
|
||||
|
||||
**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
|
||||
|
||||
**2.1.0**
|
||||
* New platforms UP Xtreme, IPi SMARC, ROCK PI 4, Raspberry Pi 4, Ultra96
|
||||
* Added support for chardev GPIO devices on Rock960
|
||||
|
||||
Reference in New Issue
Block a user