-
This is caused by iiod_responder_wait_done() in iiod-responder.c. The thread is probably not stopped correctly and therefore cannot join.
Testscenario: latest master libiio, network context to sdr.
-
Recently a new trigger info has been added as "IIO_ENUM_AVAILABLE("trigger_status", IIO_SEPARATE, &m2k_dac_trigger_status_enum)" on line 644.
Being 3 arguments it should be IIO_ENUM_AVAILABLE_SHA…
-
Im using the lib via FetchContent in my project.
```
message(STATUS "Fetching libad9361-iio from github")
FetchContent_Declare(
libad9361-iio
GIT_REPOSITORY https://github.com/analogde…
-
Just consider this minimal CMakeLists.txt:
```
cmake_minimum_required(VERSION 3.10)
include(FetchContent)
project(qluto4)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
message(STATUS "Fetching libi…
-
Manjaro, GCC 14.2.1.
Link failure, because of asan can't be found:
```
[ 87%] Linking CXX executable ../bin/pcm-memory
cd /home/artiom/projects/pcm/build/src && /usr/bin/cmake -E cmake_link_scri…
-
### What happened?
simple flowgraph with QT range (for frequency), iio_attribute_updater, iio_attribute_sink.
At start seems to work but as soon as I modify the slider to change the frequency the fo…
-
### Platform
Linux Native
### Description
Linux iio provide many drivers for different kind of sensors:
https://www.kernel.org/doc/html/latest/driver-api/iio/intro.html
> - analog to digita…
-
This will be useful on tablets and phones to test for accelerometers, compasses, quaternion sensors, etc.
In particular, accelerometers will behave differently if they have a "trigger" or not, if the…
-
Everything works fine on HackRF, satellites appear and do not disappear, and after 3 minutes 3d fixation takes place. But for some reason, everything is bad with libreSDR. Satellites appear and disapp…
-
Hi,
in a forum you mention IIO interface, did you get to do it?