1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-07 05:36:35 -04:00
Commit Graph

4533 Commits

Author SHA1 Message Date
f4exb
e4ce6c21b2 libbladerRF2: Windows build for bladerf1output plugin 2018-09-27 10:41:55 +02:00
f4exb
4448fd2ca3 BladeRF2 input. Added documentation 2018-09-27 08:57:37 +02:00
f4exb
7078cd868e BladeRF2 input: do not re-create the thread if there are no more channels active 2018-09-27 06:37:31 +02:00
f4exb
d5a33b7448 BladeRF2 input: fixed channel 1 running on its own 2018-09-27 06:05:41 +02:00
f4exb
3e876141f4 BladeRF2 input: fixed auto/manual transition gain control 2018-09-27 05:44:20 +02:00
f4exb
3a4324a7fb BladeRF2 input: fixed sample rate and center frequency rounding issues by sending these values in the report to buddy message 2018-09-27 05:17:34 +02:00
f4exb
2373dcf197 libbladerRF2: Windows support with OOT build of libbladeRF 2018-09-26 18:59:52 +02:00
f4exb
151f21f775 BladeRF2 input: set the appropriate total number of Rx channels in device enumeration process 2018-09-26 14:58:55 +02:00
f4exb
aa6834a6e9 BladeRF2 input: added details about the start and stop stream methods 2018-09-26 14:56:33 +02:00
f4exb
96979e0c37 BladeRF2 input: fix MI start/stop 2018-09-26 08:54:40 +02:00
f4exb
464a9fde0a BladeRF2 input: do not reference m_deviceShared.m_channel outside open/close device 2018-09-26 03:20:24 +02:00
f4exb
07bd587f6c BladeRF2 input: more debug messages. Fixed thread channel destructor: do not delete the sample FIFO that is not owned by the thread 2018-09-26 03:07:55 +02:00
f4exb
4634fb481d BladerRF2 input support. Fixed gain modes handling. Cosmetic changes 2018-09-26 01:54:23 +02:00
f4exb
81ad05cb64 BladerRF2 input support. Global gain handling 2018-09-25 23:43:52 +02:00
f4exb
5ad52a4a1b BladerRF2 input support. Populate gain modes 2018-09-25 17:03:34 +02:00
f4exb
fcaf22418d BladerRF2 input support. Transfer thread ownership before closing the source if it has the allocated thread 2018-09-25 14:31:57 +02:00
f4exb
5f2a4e8c83 BladerRF2 input support. Trying to fix threading issue 2018-09-25 14:19:57 +02:00
f4exb
47a4da4142 BladerRF2 input support (8). Streams but thread issue 2018-09-25 08:45:57 +02:00
f4exb
b20feec1fd BladerRF2 input support (7). GUI and Plugin 2018-09-25 00:38:38 +02:00
f4exb
cdeb6e6c42 BladerRF2 input support (6). REST API 2018-09-24 17:59:52 +02:00
f4exb
7dfe094364 BladerRF2 input support (5). Global notification of changes to buddies 2018-09-24 17:32:40 +02:00
f4exb
df505fcdef BladerRF2 input support (4) 2018-09-24 08:43:16 +02:00
f4exb
945d30d91b BladerRF2 input support (3) 2018-09-24 02:01:10 +02:00
f4exb
f7af0a4ac2 BladerRF2 input support (2) 2018-09-23 19:56:24 +02:00
f4exb
d808f049f6 BladerRF2 input support (1) 2018-09-22 10:39:09 +02:00
f4exb
57ef3a0567 BladeRF: fixed devices build and add BladeRF2 device 2018-09-22 02:55:40 +02:00
f4exb
d118ad2558 LibbladeRF2 Debian build fix (1) 2018-09-20 01:41:28 +02:00
f4exb
13bd448eec LibbladeRF2: Debian build 2018-09-20 01:19:34 +02:00
f4exb
5b31982772 LibbladeRF2: migrate bladerfinput to bladerf1input (2) 2018-09-19 13:28:14 +02:00
f4exb
9c5c2de56c LibbladeRF2: migrate bladerfoutput to bladerf1output fix 2018-09-19 11:23:24 +02:00
f4exb
3726664132 LibbladeRF2: migrate bladerfinput to bladerf1input (1) 2018-09-19 08:56:39 +02:00
f4exb
0e79f4eccf LibbladeRF2: migrate bladerfoutput to bladerf1output 2018-09-19 08:42:59 +02:00
f4exb
e130c2213f LibbladeRF2: migrate UI from bladerf to bladerf1 2018-09-19 06:27:40 +02:00
f4exb
94837dbd51 LibbladeRF2: BladeRF1 specific enumeration 2018-09-19 06:15:22 +02:00
f4exb
bf726e16b1 LibbladeRF2: migrate REST API from bladerf to bladerf1 2018-09-19 05:54:07 +02:00
f4exb
8433f63a9b LibbladeRF2: migrate devices/bladerf to devices/bladerf1 2018-09-19 05:26:18 +02:00
f4exb
d596931209 LibbladeRF2: make bladeRF1 work 2018-09-18 23:12:00 +02:00
f4exb
d2a740425b SDRDaemonSink: always set center frequency on API report analysis 2018-09-18 00:08:15 +02:00
f4exb
1894f0ba02 Windows build: remove SDRDaemon plugins 2018-09-17 09:24:05 +02:00
f4exb
a5ebd0198b SDRDaemonSink: fixed server CMake file 2018-09-17 04:08:35 +02:00
f4exb
7bbb0b426d SDRDaemonSink: use QUdpSocket: cleanup 2018-09-17 03:53:46 +02:00
f4exb
aac6d09622 SDRDaemonSink: use QUdpSocket 2018-09-17 03:42:08 +02:00
f4exb
1e02b85702 SDRDaemonSink: make UDP worker a QThread 2018-09-17 03:33:18 +02:00
f4exb
0d115ac342 DaemonSinkThread: removed useless member 2018-09-16 20:50:56 +02:00
f4exb
b5b73812b2 Merge branch 'dev' of /shared/development/sdrangel into dev 2018-09-16 11:23:48 +02:00
f4exb
6406a0ba50 SDRDaemonSink: separate files for UDPSinkFECWorker 2018-09-16 11:23:24 +02:00
f4exb
2d003dfebf Fixed Windows install script 2018-09-16 11:00:36 +02:00
f4exb
82b25f2f9d Fixed Windows build 2018-09-16 10:02:54 +02:00
f4exb
03441bdd6c Fixed Debian build on Bionic 2018-09-15 23:55:41 +00:00
f4exb
f86afff3e8 Fixed Debian build 2018-09-16 01:30:43 +02:00