mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
upm: v1.0.0
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
b42ef7b17d
commit
13e2e7aeb8
@ -184,7 +184,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 "v0.8.0-dirty")
|
set (VERSION "v1.0.0-dirty")
|
||||||
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,9 +4,15 @@ 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:
|
||||||
|
|
||||||
### vnext
|
### v1.0.0
|
||||||
|
|
||||||
* Build both python2 and python3 modules if the corresponding pythonlibs are
|
* Added approximately 50 C sources for UPM drivers that can be used on both
|
||||||
|
Unix and RTOS boards
|
||||||
|
* Provided generic alternatives to the Grove set of classes as they will be
|
||||||
|
deprecated over time and eventually removed
|
||||||
|
* UPM modules are now being packed and published on NPM as sources rather than
|
||||||
|
binaries to enhance compatibility with various boards and systems
|
||||||
|
* Build both python2 and python3 modules if the corresponding python libs are
|
||||||
available and removed cmake BUILDPYTHON3 switch
|
available and removed cmake BUILDPYTHON3 switch
|
||||||
* Converted python examples to run on both python2 and python3
|
* Converted python examples to run on both python2 and python3
|
||||||
* Added 'upm' hierarchy to python module install path which changes the way
|
* Added 'upm' hierarchy to python module install path which changes the way
|
||||||
@ -18,6 +24,8 @@ from earlier versions:
|
|||||||
import upm.pyupm_dfrph
|
import upm.pyupm_dfrph
|
||||||
* Added ctests for consistancy checking UPM repo as well as sanity checking
|
* Added ctests for consistancy checking UPM repo as well as sanity checking
|
||||||
for python2/3 modules and examples
|
for python2/3 modules and examples
|
||||||
|
* Various documentation and driver fixes throughout
|
||||||
|
* New sensors: nmea_gps, mma7361, bh1750, hka5, dfrorp, dfrec, sht1x
|
||||||
|
|
||||||
### v0.8.0
|
### v0.8.0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user