Skip to content

Releases: golioth/libostentus

Release 2.0.0

12 Aug 19:44

Choose a tag to compare

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
    compatible golioth,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

17 Aug 19:13

Choose a tag to compare

[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=y to your configuration to add the library to the
    build.

Added

  • Changelog
  • zephyr/module.yml; include this library at modules/lib/libostentus using
    west.yml