aboutsummaryrefslogtreecommitdiffstats
path: root/samples
AgeCommit message (Expand)AuthorFilesLines
2023-10-30bump release version to 1.0.0v1.0.0Takashi Sakamoto4-8/+5
2023-10-30change dependency on libhinawa to version 4.0Takashi Sakamoto2-2/+2
2023-10-30fw_iso_resource: remove sync suffix from allocation methodsTakashi Sakamoto1-2/+2
2023-10-30fw_iso_resource_auto: remove async/sync suffixes from deallocation methodsTakashi Sakamoto1-1/+1
2023-10-30fw_iso_resource_once: remove async/sync suffixes from deallocation methodsTakashi Sakamoto1-1/+1
2023-07-17fw_iso_it: implement Hinoko.FwIsoCtx.read_cycle_time() methodTakashi Sakamoto1-7/+5
2023-07-17fw_iso_rx_single: implement Hinoko.FwIsoCtx.read_cycle_time() methodTakashi Sakamoto1-7/+5
2022-12-18fw_iso_it: rename to HinokoFwIsoItTakashi Sakamoto1-2/+2
2022-12-18fw_iso_rx_multiple: rename to HinokoFwIrMultipleTakashi Sakamoto1-2/+2
2022-12-18fw_iso_ir_single: rename to HinokoFwIsoIrSingleTakashi Sakamoto1-2/+2
2022-05-06fw_iso_resource: rewrite public API to return gboolean according to GNOME con...Takashi Sakamoto1-2/+2
2022-05-06fw_iso_ctx: rewrite public API to return gbooleanTakashi Sakamoto3-5/+5
2022-05-05fw_iso_ctx: add generation propertyTakashi Sakamoto1-4/+4
2022-05-03fw_iso_resource_auto: fix name conflict between 'allocated' property and signalTakashi Sakamoto1-1/+1
2022-04-18fw_iso_resource_once: move public API for allocation/deallocation asynchronou...Takashi Sakamoto1-3/+3
2022-04-18fw_iso_resource_auto: change public API to have timeout argumentTakashi Sakamoto1-2/+2
2021-12-19samples: use fw0 character device for isochronous resource management sampleTakashi Sakamoto1-2/+2
2021-12-18samples: add helper function to parse timestamp in content IR multichannel co...Takashi Sakamoto1-2/+7
2021-12-18fw_iso_rx_single: allow application to schedule hardware interruptTakashi Sakamoto1-1/+19
2021-12-18samples: add helper function to increment isochronous cycle for IR single con...Takashi Sakamoto1-8/+10
2021-12-18samples: add helper function to parse timestamp in IR signle context headerTakashi Sakamoto1-2/+7
2021-12-18fw_iso_tx: allow application to schedule hardware interruptTakashi Sakamoto1-2/+17
2021-12-18samples: minor code refactoring to add function argument for IT context sampleTakashi Sakamoto1-10/+10
2021-12-18samples: compute isochronous cycle time from IT context headerTakashi Sakamoto1-22/+11
2021-12-18samples: minor code refactoring to mark CIP header/payload for IT context sampleTakashi Sakamoto1-7/+10
2021-12-18samples: add helper function to parse timestamp in IT context headerTakashi Sakamoto1-4/+8
2020-08-14fw_iso_resource: change signal prototype to receive instance of GErrorTakashi Sakamoto1-9/+42
2020-06-09system_clock_id: dismiss HinokoSystemClockIdTakashi Sakamoto2-2/+2
2020-05-31samples: add a sample script for Hinoko.FwIsoResource and the othersTakashi Sakamoto1-0/+72
2020-05-24fw_iso_rx_[single|multiple]: remove scode argument for context allocationTakashi Sakamoto2-2/+2
2019-12-02samples: update to use Hinoko.SystemClockId and Hinoko.CycleTimerTakashi Sakamoto2-6/+8
2019-04-29fw_iso_[tx|rx_]*: queue initial buffer chunks for two amount of interruptTakashi Sakamoto1-4/+5
2019-04-28samples: transmit cycle information in header of packetTakashi Sakamoto1-9/+41
2019-04-28samples: add index of packet included in handled eventTakashi Sakamoto3-3/+3
2019-04-28fw_iso_tx: set interrupt flag internallyTakashi Sakamoto1-12/+3
2019-04-28samples: update to handle stopped eventTakashi Sakamoto3-19/+37
2019-04-28fw_iso_ctx: add 'stopped' GObject signal to report stop of isochronous contextTakashi Sakamoto1-3/+12
2019-04-15samples: add a sample Python 3 script for Hinoko.FwIsoTx objectTakashi Sakamoto1-0/+84
2019-04-15samples: add a sample Python 3 script for Hinoko.FwIsoRxMultiple objectsTakashi Sakamoto1-0/+74
2019-04-15samples: add a sample Python 3 script for Hinawa.FwIsoRxSingle objectTakashi Sakamoto1-0/+86