diff --git a/Readme.md b/Readme.md index 400aa1275..53aa86a06 100644 --- a/Readme.md +++ b/Readme.md @@ -41,8 +41,8 @@ Transmission or signal generation support for eligible devices (BladeRF and Hack - Phase 4a: version 2.4.0: FM modulator - Phase 4b: version 2.5.0: SSB modulator and CW keyer - Phase 4c: version 2.5.1: WFM modulator - - Phase 4d: version 2.5.2: Fix issue #11 or limit to a single channel plugin - - phase 5: version 3.0.0: BladeRF and HackRF support including final interpolation stage. Degraded with only one channel plugin allowed due to bug #11 + - Phase 4d: version 2.5.2: Fixed issue #11 + - phase 5: version 3.0.0: BladeRF and HackRF support including final interpolation stage.

Airspy

@@ -92,11 +92,11 @@ If you use your own location for librtlsdr install directory you need to specify `-DLIBRTLSDR_LIBRARIES=/opt/install/librtlsdr/lib/librtlsdr.so -DLIBRTLSDR_INCLUDE_DIR=/opt/install/librtlsdr/include` -

SDRplay

+

SDRplay RSP1

Linux only. -SDRplay devices are supported through the [libmirisdr-4](https://github.com/f4exb/libmirisdr-4) library found in this very same Github space. There is no package distribution for this library and you will have to clone it, build and install it in your system. However Debian packages of SDRangel contain a pre-compiled version of this library. +SDRplay RSP1 devices are supported through the [libmirisdr-4](https://github.com/f4exb/libmirisdr-4) library found in this very same Github space. There is no package distribution for this library and you will have to clone it, build and install it in your system. However Debian packages of SDRangel contain a pre-compiled version of this library. If you use your own location for libmirisdr-4 install directory you need to specify library and include locations with cmake. For example with `/opt/install/libmirisdr` the following defines must be added on `cmake` command line: diff --git a/plugins/samplesource/sdrplay/readme.md b/plugins/samplesource/sdrplay/readme.md index 1c33789c4..16e446991 100644 --- a/plugins/samplesource/sdrplay/readme.md +++ b/plugins/samplesource/sdrplay/readme.md @@ -1,8 +1,8 @@ -

SDRplay plugin

+

SDRplay RSP1 plugin

Introduction

-This plugin supports input from SDRplay devices. SDRplay is based on the MSi001 and MSi2500 chips from Mirics. The standard API provided by Mirics is closed source moreover it could not be implemented successfully in SDRangel. An open source API libmirisdr-2 has been written by Miroslav Slugen and later amended by Leif Asbrink SM5BSZ. This API uses a new flavour called [libmirisdr-4](https://github.com/f4exb/libmirisdr-4) in this very same Github space. It contains enhancements and bug fixes. +This plugin supports input from SDRplay RSP1 devices. SDRplay is based on the MSi001 and MSi2500 chips from Mirics. The standard API provided by Mirics is closed source moreover it could not be implemented successfully in SDRangel. An open source API libmirisdr-2 has been written by Miroslav Slugen and later amended by Leif Asbrink SM5BSZ. This API uses a new flavour called [libmirisdr-4](https://github.com/f4exb/libmirisdr-4) in this very same Github space. It contains enhancements and bug fixes. No Windows support