mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
upm: v1.5.0
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
166332744e
commit
b9010059ad
@ -216,7 +216,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.3.0")
|
set (VERSION "v1.5.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,6 +4,12 @@ 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:
|
||||||
|
|
||||||
|
# v1.5.0
|
||||||
|
|
||||||
|
* **VEML6070** This sensor class no longer needs an I2C address when
|
||||||
|
initialized, since they are fixed. Only the I2C bus number needs to
|
||||||
|
be provided.
|
||||||
|
|
||||||
# v1.3.0
|
# 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
|
||||||
|
@ -4,6 +4,20 @@ 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.5.0
|
||||||
|
|
||||||
|
* Introduced a flexible JSON format for technical sensor specifications, notes
|
||||||
|
and classification. This is also used by our [new UPM website](http://upm.mraa.io)
|
||||||
|
* Revised all C++ sensor examples and switched to stack allocations where
|
||||||
|
possible along with other code and formatting clean-up
|
||||||
|
* Significantly improved docker workflow, CI integration, sanity and
|
||||||
|
consistency tests, static code scans and documentation generation
|
||||||
|
* Several improvements to a couple of existing sensor drivers and better
|
||||||
|
compatibility with subplatforms
|
||||||
|
* Added new std::vector to AbstractList<> typemap for Java bindings and
|
||||||
|
examples
|
||||||
|
* New sensors: lis2ds12, lsm6ds3h, lsm6dsl, lidarlitev3
|
||||||
|
|
||||||
### v1.3.0
|
### v1.3.0
|
||||||
|
|
||||||
* Finalized all required build system and JAVA binding changes to release the
|
* Finalized all required build system and JAVA binding changes to release the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user