From 21ea6eddf17b31802766d7d8b8637f3d47951327 Mon Sep 17 00:00:00 2001 From: f4exb Date: Wed, 29 Nov 2017 13:00:02 +0100 Subject: [PATCH] Updated Debian changelog. Internal LimeSuite: removed reference to DRV_DriverInterface --- debian/changelog | 4 +++- liblimesuite/CMakeLists.txt | 2 +- liblimesuite/liblimesuite.pro | 1 - 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index d1982a9fc..fe8cae345 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,10 @@ sdrangel (3.8.5-1) unstable; urgency=medium * SSB mod/demod: improve LSB/USB experience * Web API: online static documentation page + * Web API: implemented all main window methods + * LimeSDR: fixed analog LP filter setting - -- Edouard Griffiths, F4EXB Sun, 26 Nov 2017 12:14:18 +0100 + -- Edouard Griffiths, F4EXB Sat, 02 Dec 2017 12:14:18 +0100 sdrangel (3.8.4-1) unstable; urgency=medium diff --git a/liblimesuite/CMakeLists.txt b/liblimesuite/CMakeLists.txt index 229147ce7..c9eb1b8b2 100644 --- a/liblimesuite/CMakeLists.txt +++ b/liblimesuite/CMakeLists.txt @@ -57,7 +57,7 @@ set(limesuite_HEADERS ${LIBLIMESUITESRC}/src/ConnectionRegistry/IConnection.h ${LIBLIMESUITESRC}/src/ConnectionSTREAM/ConnectionSTREAM.h ${LIBLIMESUITESRC}/src/Connection_uLimeSDR/Connection_uLimeSDR.h - ${LIBLIMESUITESRC}/src/Connection_uLimeSDR/DRV_DriverInterface.h +# ${LIBLIMESUITESRC}/src/Connection_uLimeSDR/DRV_DriverInterface.h ${LIBLIMESUITESRC}/src/Connection_uLimeSDR/FTD3XXLibrary/FTD3XX.h ${LIBLIMESUITESRC}/src/ConnectionXillybus/ConnectionXillybus.h ${LIBLIMESUITESRC}/src/FPGA_common/FPGA_common.h diff --git a/liblimesuite/liblimesuite.pro b/liblimesuite/liblimesuite.pro index 3d41915e3..e119a1a0a 100644 --- a/liblimesuite/liblimesuite.pro +++ b/liblimesuite/liblimesuite.pro @@ -88,7 +88,6 @@ HEADERS = $$LIBLIMESUITESRC/src/ADF4002/ADF4002.h\ $$LIBLIMESUITESRC/src/ConnectionRegistry/IConnection.h\ $$LIBLIMESUITESRC/src/ConnectionSTREAM/ConnectionSTREAM.h\ $$LIBLIMESUITESRC/src/Connection_uLimeSDR/Connection_uLimeSDR.h\ - $$LIBLIMESUITESRC/src/Connection_uLimeSDR/DRV_DriverInterface.h\ $$LIBLIMESUITESRC/src/Connection_uLimeSDR/FTD3XXLibrary/FTD3XX.h\ $$LIBLIMESUITESRC/src/ConnectionXillybus/ConnectionXillybus.h\ $$LIBLIMESUITESRC/src/FPGA_common/FPGA_common.h\