mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
upm: v1.3.0
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
6c3b161702
commit
106b6c7062
@ -123,7 +123,7 @@ find_package (PkgConfig REQUIRED)
|
|||||||
|
|
||||||
# Force a libmraa search and minimum required version every time a config is generated
|
# Force a libmraa search and minimum required version every time a config is generated
|
||||||
unset(MRAA_FOUND CACHE)
|
unset(MRAA_FOUND CACHE)
|
||||||
set(MRAA_MINIMUM 1.6.1)
|
set(MRAA_MINIMUM 1.7.0)
|
||||||
pkg_check_modules (MRAA REQUIRED mraa>=${MRAA_MINIMUM})
|
pkg_check_modules (MRAA REQUIRED mraa>=${MRAA_MINIMUM})
|
||||||
# Also, get full path to the mraa library
|
# Also, get full path to the mraa library
|
||||||
find_library(MRAA_LIBRARY NAMES mraa PATHS ${MRAA_LIBDIR})
|
find_library(MRAA_LIBRARY NAMES mraa PATHS ${MRAA_LIBDIR})
|
||||||
@ -208,7 +208,7 @@ include (GetGitRevisionDescription)
|
|||||||
git_describe (VERSION "--tags")
|
git_describe (VERSION "--tags")
|
||||||
# If git_describe fails, use a dirty version
|
# If git_describe fails, use a dirty version
|
||||||
if (${VERSION} MATCHES -NOTFOUND)
|
if (${VERSION} MATCHES -NOTFOUND)
|
||||||
set (VERSION "v1.2.0")
|
set (VERSION "v1.3.0")
|
||||||
message (WARNING "Failed to retrieve UPM version with 'git describe' (using "
|
message (WARNING "Failed to retrieve UPM version with 'git describe' (using "
|
||||||
"${VERSION}). Check that git is installed and this is a valid git repo.")
|
"${VERSION}). Check that git is installed and this is a valid git repo.")
|
||||||
endif ()
|
endif ()
|
||||||
|
@ -4,7 +4,7 @@ API Changes {#apichanges}
|
|||||||
Here's a list of other API changes made to the library that break source/binary
|
Here's a list of other API changes made to the library that break source/binary
|
||||||
compatibility between releases:
|
compatibility between releases:
|
||||||
|
|
||||||
# current UPM master
|
# v1.3.0
|
||||||
|
|
||||||
* **The lsm303 driver has been renamed** There are a variety of
|
* **The lsm303 driver has been renamed** There are a variety of
|
||||||
LSM303 devices out there with various incompatibilities and differing
|
LSM303 devices out there with various incompatibilities and differing
|
||||||
|
@ -4,6 +4,17 @@ Changelog {#changelog}
|
|||||||
Here's a list summarizing some of the key undergoing changes to our library
|
Here's a list summarizing some of the key undergoing changes to our library
|
||||||
from earlier versions:
|
from earlier versions:
|
||||||
|
|
||||||
|
### v1.3.0
|
||||||
|
|
||||||
|
* Finalized all required build system and JAVA binding changes to release the
|
||||||
|
UPM libraries for Android Things targets
|
||||||
|
* Enhanced the modules for lsm303 and tmp006 to support newer variants of the
|
||||||
|
chips
|
||||||
|
* Fixed Node.js detection on Ubuntu when installed with apt using official
|
||||||
|
packages
|
||||||
|
* Minor documentation changes
|
||||||
|
* New sensors: lsm303agr, lsm303d, veml6070, tca9548a, rn2903
|
||||||
|
|
||||||
### v1.2.0
|
### v1.2.0
|
||||||
|
|
||||||
* Improved JAVA binding compiler compatibility and added JAVA interfaces that
|
* Improved JAVA binding compiler compatibility and added JAVA interfaces that
|
||||||
|
Loading…
x
Reference in New Issue
Block a user