mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 09:20:39 +03:00
upm: v0.8.0
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
2583d0852d
commit
d866b25f85
@ -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.3-dirty")
|
set (VERSION "v0.8.0-dirty")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
message (INFO " - UPM Version ${VERSION}")
|
message (INFO " - UPM Version ${VERSION}")
|
||||||
|
@ -4,6 +4,16 @@ 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.8.0
|
||||||
|
|
||||||
|
* Extended l3gd20 driver to support I2C connections in addition to IIO
|
||||||
|
* Updated ads1x15, mcp9808 and ssd1306 I2C drivers to not throw a fatal
|
||||||
|
exception if they fail to set a different I2C speed
|
||||||
|
* Added extra functionality to apa102 driver, backlight control to jhd1313m1
|
||||||
|
LCDs and fixed htu21d
|
||||||
|
* Improved documentation with build dependencies, refreshed the list of known
|
||||||
|
limitations and simplified the component name for a few sensors
|
||||||
|
|
||||||
### v0.7.3
|
### v0.7.3
|
||||||
|
|
||||||
* Fixed several existing drivers and updated Grove Temperature sensor to use
|
* Fixed several existing drivers and updated Grove Temperature sensor to use
|
||||||
|
Loading…
x
Reference in New Issue
Block a user