* Tue Nov 07 2017 mpluskal@suse.com
- Update to version 1.5.0:
* Introduced a flexible JSON format for technical sensor
specifications, notes and classification. This is also used by
our new UPM website
* 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
- Drop no longer needed upm-ads1x15.patch
- Rename python subpackage to python2
* Thu Aug 03 2017 mpluskal@suse.com
- Explicitly remove non free parts
* Mon Jun 05 2017 mpluskal@suse.com
- Update to version 1.3.0:
* Finalized all required build system and JAVA binding changes to
release the UPM libraries for Android Things targets
* Enhanced the modules for lsm303 and tmp006 to support newer
variants of the chips
* Fixed Node.js detection on Ubuntu when installed with apt using
official packages
* Minor documentation changes
* New sensors: lsm303agr, lsm303d, veml6070, tca9548a, rn2903
- Changes for version 1.2.0:
* Improved JAVA binding compiler compatibility and added JAVA
interfaces that match existing C++ interfaces
* Ported Bosch drivers to C thus now they can be used on
supported MCUs
* Completely redesigned C/C++ example handling by cmake to avoid
maintaining a list by hand
* Fixed several existing drivers, mostly based on static code
analysis reports
* Added a sensor driver template plus bash script that can be
easily used by developers to start writing their own sensor
driver
* Numerous documentation improvements
* New sensors: p9813, abp, rsc, mmc35240, tcs37727, tmp006,
mma8x6x, mag3110, hdc1000
- Changes for version 1.1.0:
* Reworked cmake handling of internal and external dependencies
* Documentation improvements for sensor names, sensor
descriptions, external contributor guides and added new section
on installing UPM on a supported OS
* Fixed issues with C11 builds on some WRLinux gateways and
Debian systems
* New examples and functionality for speaker and ads1x15 modules
* Modified JAVA builds to ensure the SWIG generated wrappers
include all functionality and typemaps
* New sensors: mcp2515, max30100, uartat, le910
- Add upm-ads1x15.patch to fix building with gcc7
- Use ninja for building
* Thu Jan 26 2017 mpluskal@suse.com
- Update to version 1.0.3:
* Minor cmake changes for Java builds and Java examples are now
toggled with the same BUILDEXAMPLES cmake switch
* Made some improvements in the utilities class for our C drivers
* Fixed issue with some drivers not being usable on subplatforms
due to pin numbers using uint8 type
* New sensors: ims, ecezo, mb704x, rf22
- Changes for version 1.0.1:
* Warnings as errors enabled for C/CXX (fixed warnings from -Wall
and others)
* Fix for C/CXX compile flag append issue #485
* C sensor libraries for: my9221, otp538u, guvas12d, ppd42ns
* New sensor: ms5803
- Changes for version 1.0.0:
* 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
* Converted python examples to run on both python2 and python3
* Added 'upm' hierarchy to python module install path which
changes the way UPM modules are imported Example: old: import
pyupm_dfrph new: from upm import pyupm_dfrph or import
upm.pyupm_dfrph
* Added ctests for consistancy checking UPM repo as well as
sanity checking for python2/3 modules and examples
* Various documentation and driver fixes throughout
* New sensors: nmea_gps, mma7361, bh1750, hka5, dfrorp, dfrec,
sht1x
* Mon Oct 03 2016 jengelh@inai.de
- Trim/edit description
* Wed Sep 28 2016 mpluskal@suse.com
- Initial package for version 0.8.0