alsa-project / libhinawa

Mirror of https://git.kernel.org/pub/scm/libs/ieee1394/libhinawa.git for user support and continuous integration. I/O library for IEEE 1394 asynchronous transactions to/from units on the bus, with GObject Introspection.
GNU Lesser General Public License v2.1
7 stars 8 forks source link

provide CycleTime structure to libhinoko #92

Closed takaswie closed 1 year ago

takaswie commented 1 year ago

The sister project of libhinawa, libhinoko, provides Hinoko.CycleTimer structure for the content of CYCLE_TIMER register. The structure can be obsoleted by new Hinawa.CycleTime structure.

It requires libhinoko to have a new dependency to libhinawa. It means that libhinoko needs new stable version of libhinawa as soon.

takaswie commented 1 year ago

The Hinawa.CycleTime will be firstly exposed in version 2.6 release.

takaswie commented 1 year ago

Libhinawa v2.6.0 was released including the object. Waiting for integration in libhinoko side.

takaswie commented 1 year ago

Libhinoko now depends on libhinawa v2.6.0 or later.