Private
Public Access
2
0

mraa: Update to v2.1.0

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu
2020-01-16 11:45:05 -08:00
parent f58cdc9da4
commit e15ce6fbc7
2 changed files with 9 additions and 1 deletions

View File

@@ -110,7 +110,7 @@ include (GetGitRevisionDescription)
git_describe (VERSION "--tags") 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") 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!") message (WARNING " - Install git to compile a production libmraa!")
set (VERSION "v2.0.0") set (VERSION "v2.1.0")
endif () endif ()
message (STATUS "INFO - libmraa Version ${VERSION}") message (STATUS "INFO - libmraa Version ${VERSION}")

View File

@@ -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 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. they are listed here. Anything pre 0.2.x is ignored.
**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
**2.0.0** **2.0.0**
* New platforms IEI Tank, Ultra-96, Rock960, Hikey960, Dragonboard 820c * New platforms IEI Tank, Ultra-96, Rock960, Hikey960, Dragonboard 820c
* Added support for chardev GPIO devices with implementation on several boards * Added support for chardev GPIO devices with implementation on several boards