mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
upm: version 0.6.0
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
09b0f0adaa
commit
39c55b23d9
@ -25,7 +25,7 @@ include (GetGitRevisionDescription)
|
|||||||
git_describe (VERSION "--tags")
|
git_describe (VERSION "--tags")
|
||||||
if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND" OR "x_${VERSION}" STREQUAL "x_-128-NOTFOUND")
|
if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND" OR "x_${VERSION}" STREQUAL "x_-128-NOTFOUND")
|
||||||
message (WARNING " - Install git to compile a production UPM!")
|
message (WARNING " - Install git to compile a production UPM!")
|
||||||
set (VERSION "v0.5.1-dirty")
|
set (VERSION "v0.6.0-dirty")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
message (INFO " - UPM Version ${VERSION}")
|
message (INFO " - UPM Version ${VERSION}")
|
||||||
|
@ -4,6 +4,19 @@ 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:
|
||||||
|
|
||||||
|
### v0.6.0
|
||||||
|
|
||||||
|
* Introduced C++ Interfaces for several sensor categories that will help
|
||||||
|
consolidate the sensor APIs with uniform function names upon implementation
|
||||||
|
* Greatly improved Node.js detection and handling during build and install,
|
||||||
|
and should be now compatible with all major versions
|
||||||
|
* Added a driver for the Curie IMU (accelerometer + gyroscope) that works with
|
||||||
|
the new Firmata support implemented by MRAA
|
||||||
|
* Continued to provide several JAVA fixes and examples
|
||||||
|
* Many new industrial and maker sensors: cwlsxxa, teams, tex00, h803x, apa102,
|
||||||
|
smartdrive, bmi160, bme280, ds1808lc, hlg150, lp8860, max44009, si1132, t6713,
|
||||||
|
si7005, ssd1351
|
||||||
|
|
||||||
### v0.5.1
|
### v0.5.1
|
||||||
|
|
||||||
* Updated the API and added new functionality for the MY9221 class and derived
|
* Updated the API and added new functionality for the MY9221 class and derived
|
||||||
|
Loading…
x
Reference in New Issue
Block a user