summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorf4exb <f4exb06@gmail.com>2018-10-11 21:14:30 +0200
committerf4exb <f4exb06@gmail.com>2018-10-11 21:14:30 +0200
commit0e074cda36842623cd2cba52c77b3feb0a9ceb33 (patch)
treeee316ddf4b71cb1837addf1bd75a152a25ab4cdc
parenta7b954dbf8c8bc3a4527441d137c3935ce859c9d (diff)
BladeRF: updated documentationv4.2.1
-rw-r--r--Readme.md3
-rw-r--r--debian/changelog1
-rw-r--r--plugins/samplesink/bladerf2output/readme.md2
3 files changed, 4 insertions, 2 deletions
diff --git a/Readme.md b/Readme.md
index 90d3fa11c..f7600dfa6 100644
--- a/Readme.md
+++ b/Readme.md
@@ -39,6 +39,7 @@ Since version 2 SDRangel can integrate more than one hardware device running con
Since version 3 transmission or signal generation is supported for BladeRF, HackRF (since version 3.1), LimeSDR (since version 3.4) and PlutoSDR (since version 3.7.8) using a sample sink plugin. These plugins are:
- [BladeRF1 output plugin](https://github.com/f4exb/sdrangel/tree/dev/plugins/samplesink/bladerf1output)
+ - [BladeRF2 output plugin](https://github.com/f4exb/sdrangel/tree/dev/plugins/samplesink/bladerf2output)
- [HackRF output plugin](https://github.com/f4exb/sdrangel/tree/dev/plugins/samplesink/hackrfoutput)
- [LimeSDR output plugin](https://github.com/f4exb/sdrangel/tree/dev/plugins/samplesink/limesdroutput)
- [PlutoSDR output plugin](https://github.com/f4exb/sdrangel/tree/dev/plugins/samplesink/plutosdroutput)
@@ -114,7 +115,7 @@ The plugins used to support BladeRF classic are specific to this version of the
<h2>BladeRF micro (v.2)</h2>
-From version 4.2.0. Output (Tx) for Linux only.
+From version 4.2.0.
[BladeRF 2 micro](https://www.nuand.com/bladerf-2-0-micro/) is also supported using libbladeRF library that should be installed and configured in the same way as for BladeRF1.
diff --git a/debian/changelog b/debian/changelog
index a977768c6..bf3560720 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ sdrangel (4.2.1-1) unstable; urgency=medium
* FileRecord improvement with robust header and some fixes. Fixes issue #206
* BladeRF2 MO Tx fix so that the two channels are used effectively. Fixes issue #225
+ * NFM demod: set squelch step to 1 dB
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Wed, 10 Oct 2018 21:14:18 +0200
diff --git a/plugins/samplesink/bladerf2output/readme.md b/plugins/samplesink/bladerf2output/readme.md
index 070ffc554..8719e7163 100644
--- a/plugins/samplesink/bladerf2output/readme.md
+++ b/plugins/samplesink/bladerf2output/readme.md
@@ -2,7 +2,7 @@
<h2>Introduction</h2>
-This output sample sink plugin sends its samples to a [BladeRF2 device](https://www.nuand.com/bladerf-2). This is available since v4.2.0 in Linux distributions only.
+This output sample sink plugin sends its samples to a [BladeRF2 device](https://www.nuand.com/bladerf-2). This is available since v4.2.0.
<h2>Build</h2>