sdrangel/devices
Davide Gerhard a53755589e
perseus: fix build error
descr->firmware_downloaded is private and require perseus-in.h that is
not installed by libperseus-sdr; see]
e390356c86/Makefile.am
line 44

/Users/rainbow/tmp/my/sdrangel/devices/perseus/deviceperseusscan.cpp:45:18: error: member access into incomplete type 'perseus_descr' (aka 'perseus_descr_ds')
if (descr->firmware_downloaded)
2019-04-19 08:46:28 +02:00
..
bladerf1 Fixed incomplete copyright headers (1) 2019-04-11 06:39:30 +02:00
bladerf2 Fixed incomplete copyright headers (1) 2019-04-11 06:39:30 +02:00
hackrf Fixed incomplete copyright headers (1) 2019-04-11 06:39:30 +02:00
limesdr Fixed incomplete copyright headers (1) 2019-04-11 06:39:30 +02:00
perseus perseus: fix build error 2019-04-19 08:46:28 +02:00
plutosdr plutosdr device: fix warning 2019-04-15 16:17:36 +02:00
soapysdr Fixed incomplete copyright headers (1) 2019-04-11 06:39:30 +02:00
xtrx Fixed incomplete copyright headers (1) 2019-04-11 06:39:30 +02:00
CMakeLists.txt Remove XTRX from Debian build 2019-01-05 17:51:52 +01:00
devices.pro Windows build updates 2019-03-13 01:08:53 +01:00
readme.md SoapySDR support: build infrastructure and input plugin enumeration 2018-10-29 16:39:25 +01:00

readme.md

Devices common resources

This folder contains classes and methods that can be used by different plugins that work with a common physical device or via network. Thus this can be one of the following devices:

  • BladeRF1: one Rx and one Tx full duplex. Plugins are:

    • bladerf1input
    • bladerf1output
  • BladeRF2: 2 Rx and 2 Tx full duplex (BladeRF 2.0 micro). Plugins are:

    • bladerf2input
    • bladerf2output
  • HackRF: one Rx and one Tx half duplex. Plugins are:

    • hackrfinput
    • hackrfoutput
  • LimeSDR: 2 Rx and 2 Tx full duplex (Lime-USB). 1 Rx and 1 Tx full duplex (Lime-Mini). Plugins are

    • limesdrinput
    • limesdroutput
  • PlutoSDR: one Rx and one Tx full duplex. Plugins are

    • plutosdrinput
    • plutosdroutput
  • SoapySDR: Soapy SDR virtual device

    • soapysdrinput
    • soapysdroutput