mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
upm: v0.7.3
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
5265bada9c
commit
4faa71d239
@ -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.7.2-dirty")
|
set (VERSION "v0.7.3-dirty")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
message (INFO " - UPM Version ${VERSION}")
|
message (INFO " - UPM Version ${VERSION}")
|
||||||
|
@ -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:
|
||||||
|
|
||||||
|
### v0.7.3
|
||||||
|
|
||||||
|
* Fixed several existing drivers and updated Grove Temperature sensor to use
|
||||||
|
new formula for v1.1+ by default
|
||||||
|
* Separated codebase for upm_grove module that bundles some of the starter kit
|
||||||
|
sensors into individual source files
|
||||||
|
* Documentation and doxygen tag updates with correct spelling for Celsius in
|
||||||
|
several places, this also affects API compatibility
|
||||||
|
* Removed superfluous BUILDSWIG option, some build recipes might be impacted
|
||||||
|
* New sensor: ms5611
|
||||||
|
|
||||||
### v0.7.2
|
### v0.7.2
|
||||||
|
|
||||||
* Mraa 1.1.1 required changes to UPM drivers and examples for IIO core
|
* Mraa 1.1.1 required changes to UPM drivers and examples for IIO core
|
||||||
|
Loading…
x
Reference in New Issue
Block a user