From ba4b2bd83b1c3a2770656f825065c2b540fe0a8e Mon Sep 17 00:00:00 2001 From: f4exb Date: Fri, 4 Sep 2015 04:16:05 +0200 Subject: [PATCH] Deep redesign: Better support for FCD dongles #6: have two distinct plugins for Pro and Pro+. Only Pro+ is active at the moment --- Readme.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 0ac9a6c21..0cc760e95 100644 --- a/Readme.md +++ b/Readme.md @@ -19,14 +19,16 @@ These plugins come from the parent code base and are still present in the source - tetra - Sample sources: - fcd + - fcdpro - gnuradio - osmosdr - v4l-msi - v4l-rtl -

Funcube Dongle (fcd)

+

Funcube Dongle (fcd, fcdpro)

-This is the old driver. +- fcd is the old driver and will be completely removed in the future. +- fcdpro is the plugin for the original FunCube Dongle Pro (not Pro+). It is temporarily removed from the build to avoid confusion until the enumeration of devices works properly.

Gnuradio

@@ -58,7 +60,7 @@ If you use your own location for libbladeRF install directory you need to specif

FunCube Dongle

-At the moment only the Pro+ is supported with the plugin in fcdpro. This is a work in progress. Support of features is still limited (no IF gain, no filter settings). +At the moment only the Pro+ is supported with the plugin in fcdproplus. This is a work in progress. Support of features is still limited (no IF gain, no filter settings). The control interface is based on qthid and has been built in the software in the fcdhid library. You don't need anything else than libusb support. @@ -155,6 +157,7 @@ Assuming Debian Jessie is used: - Dedicated message queue to communicate to the GUI for objects coupled with a GUI - Optimizations with Valgrind cachegrind - Corrected decimators bit shifting so that the number of effective output bits is constant and fill the internal sample width + - Separate library to support all flavours of FunCube dongles - Many other little things...

To Do