mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
upm: version 0.5.0
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
9d1afd35f8
commit
03b4d24e64
@ -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.4.1-dirty")
|
set (VERSION "v0.5.0-dirty")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
message (INFO " - UPM Version ${VERSION}")
|
message (INFO " - UPM Version ${VERSION}")
|
||||||
|
@ -4,6 +4,21 @@ 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.5.0
|
||||||
|
|
||||||
|
* First implementations for industrial grade Modbus sensors, along with first
|
||||||
|
sensor examples that use the new iio system driver in MRAA.
|
||||||
|
* Significant improvements to the stepmotor driver that will now allow precise
|
||||||
|
control using any GPIO pin and extended the API with new functionality.
|
||||||
|
* Further improved JAVA bindings and sensor ISRs have been modified to
|
||||||
|
implement Runnable objects.
|
||||||
|
* Improved Python typemaps and error checking, documentation now includes
|
||||||
|
detailed function descriptions.
|
||||||
|
* Simplified the build process by eliminating the need to define redundant
|
||||||
|
MRAA related environment variables.
|
||||||
|
* New sensors: nlgpio16, ads1x15, t3311, hdxxvxta, hwxpxx, rhusb, ili9341,
|
||||||
|
apds9930, kxcjk1013
|
||||||
|
|
||||||
### v0.4.1
|
### v0.4.1
|
||||||
|
|
||||||
* Over 150 supported sensor drivers including some industrial grade devices
|
* Over 150 supported sensor drivers including some industrial grade devices
|
||||||
|
Loading…
x
Reference in New Issue
Block a user