Releases: golioth/libostentus
Releases · golioth/libostentus
Release 2.0.0
Breaking Changes
- This repo is now a Zephyr driver. The repository should be included as a module in your project's
west.yml file. The driver is automatically selected for build when an Ostentus node (with
compatiblegolioth,ostentus) is present in your devicetree.
Added
- Functions to read byte and multiple-bytes from Ostentus to host device
- Function to read firmware version from Ostentus to host device
- Function to reset Ostentus
- This library is now a Zephyr driver
Changed
- Updated example usage
Release 1.0.0
[1.0.0] - 2023-08-17
Breaking Changes
- This repo is now a Zephyr module. It should be included as a modules/lib
subdirectory (e.g. modules/lib/libostentus) using west.yml. Add
CONFIG_LIB_OSTENTUS=yto your configuration to add the library to the
build.
Added
- Changelog
- zephyr/module.yml; include this library at modules/lib/libostentus using
west.yml