Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | iio: iio_param_t for parameter setting | Josh Morman | 2021-10-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org> | ||||
* | iio: Remove struct specifier (not necessary in C++, clutters a bit) | Marcus Müller | 2021-08-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Marcus Müller <mmueller@gnuradio.org> | ||||
* | gr-iio: Add packetized transfer support using stream tags | David Winter | 2021-06-27 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | This PR adds stream tagging support to the device_source and device_sink blocks, and thus also deriviates like the fmcomms2 and pluto. The important bits are: * The source block now tags buffer boundaries * When tagged_input is enabled on the device sink, it enforces that all input packet sizes match buffer_size / (1 + interpolation). This isn't very flexible, but can be understood as a safeguard against unexpected behavior. Signed-off-by: David Winter <david.winter@analog.com> | ||||
* | feature: gr-iio | Adam Horden | 2021-06-04 | 1 | -0/+63 |
Co-authored-by: Edward Kigwana <ekigwana@scires.com> Co-authored-by: Travis Collins <travis.collins@analog.com> Signed-off-by: Adam Horden <adam.horden@horden.engineering> |