mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
upm: version 0.5.1
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
74d625c797
commit
f1f9d9ec2e
@ -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.0-dirty")
|
set (VERSION "v0.5.1-dirty")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
message (INFO " - UPM Version ${VERSION}")
|
message (INFO " - UPM Version ${VERSION}")
|
||||||
|
@ -4,18 +4,28 @@ 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.1
|
||||||
|
|
||||||
|
* Updated the API and added new functionality for the MY9221 class and derived
|
||||||
|
sensors: grovecircularled and groveledbar, along with new code samples that
|
||||||
|
show these changes
|
||||||
|
* Provided a fix for one JAVA example that uses interrupts and updated library
|
||||||
|
install paths
|
||||||
|
* Several documentation improvements and pictures were added for new sensors
|
||||||
|
* A few other sensors received minor patches
|
||||||
|
|
||||||
### v0.5.0
|
### v0.5.0
|
||||||
|
|
||||||
* First implementations for industrial grade Modbus sensors, along with first
|
* First implementations for industrial grade Modbus sensors, along with first
|
||||||
sensor examples that use the new iio system driver in MRAA.
|
sensor examples that use the new iio system driver in MRAA
|
||||||
* Significant improvements to the stepmotor driver that will now allow precise
|
* Significant improvements to the stepmotor driver that will now allow precise
|
||||||
control using any GPIO pin and extended the API with new functionality.
|
control using any GPIO pin and extended the API with new functionality
|
||||||
* Further improved JAVA bindings and sensor ISRs have been modified to
|
* Further improved JAVA bindings and sensor ISRs have been modified to
|
||||||
implement Runnable objects.
|
implement Runnable objects
|
||||||
* Improved Python typemaps and error checking, documentation now includes
|
* Improved Python typemaps and error checking, documentation now includes
|
||||||
detailed function descriptions.
|
detailed function descriptions
|
||||||
* Simplified the build process by eliminating the need to define redundant
|
* Simplified the build process by eliminating the need to define redundant
|
||||||
MRAA related environment variables.
|
MRAA related environment variables
|
||||||
* New sensors: nlgpio16, ads1x15, t3311, hdxxvxta, hwxpxx, rhusb, ili9341,
|
* New sensors: nlgpio16, ads1x15, t3311, hdxxvxta, hwxpxx, rhusb, ili9341,
|
||||||
apds9930, kxcjk1013
|
apds9930, kxcjk1013
|
||||||
|
|
||||||
@ -55,7 +65,7 @@ from earlier versions:
|
|||||||
includes last remaining images and grouping sensors by kits
|
includes last remaining images and grouping sensors by kits
|
||||||
* Added support for Sparkfun Sensor Blocks (OLED & IMU)
|
* Added support for Sparkfun Sensor Blocks (OLED & IMU)
|
||||||
* Fully reworked API for at42qt1070, mpu9150 and lcd classes, while
|
* Fully reworked API for at42qt1070, mpu9150 and lcd classes, while
|
||||||
maintaining backwards compatibility for existing lcd displays.
|
maintaining backwards compatibility for existing lcd displays
|
||||||
* Extended doxygen tags for better integration with automated documentation
|
* Extended doxygen tags for better integration with automated documentation
|
||||||
generators
|
generators
|
||||||
* New sensors: rgbringcoder, hp20x, pn532, sainsmartks, lsm9ds0, eboled
|
* New sensors: rgbringcoder, hp20x, pn532, sainsmartks, lsm9ds0, eboled
|
||||||
|
Loading…
x
Reference in New Issue
Block a user