aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* DEXTER: Add pacontrol interfaceMatthias P. Braendli2023-06-064-4/+89
|
* Avoid undefined format conversion and measure clippingMatthias P. Braendli2023-05-165-110/+181
|
* Dexter: Only do handle_hw_time when synchronous is enabledMatthias P. Braendli2023-05-051-3/+7
|
* Revert "Normalise TII to 1/sqrt(48)" and fix TII level in GainControlMatthias P. Braendli2023-05-043-12/+21
| | | | This reverts commit c7961c2e8688d6db2a87b5079c60a04b8fe37e74.
* Improve dexter clock handlingMatthias P. Braendli2023-04-2714-64/+66
|
* Dexter: Add three clock states and handlingMatthias P. Braendli2023-04-263-125/+217
|
* Properly set TX frequencyMatthias P. Braendli2023-04-262-8/+18
|
* dexter: set frequency to ad9957, lo_offset to dspMatthias P. Braendli2023-04-261-4/+10
|
* Normalise TII to 1/sqrt(48)Matthias P. Braendli2023-04-261-4/+5
|
* Move include unistd.h from Buffer.h to cppMatthias P. Braendli2023-04-262-1/+1
|
* Add JSON output to RCMatthias P. Braendli2023-03-3120-78/+156
|
* Add more DEXTER metrics to RCMatthias P. Braendli2023-03-313-23/+186
|
* SDR: add queued_frames_ms and fix max queue calculationMatthias P. Braendli2023-03-301-20/+13
|
* Replace RunStatistics to permit representation of SDR device specific statsMatthias P. Braendli2023-03-2912-183/+197
|
* Remove debugging printfMatthias P. Braendli2023-03-242-21/+0
|
* Fix startup hiccup due to iio buffer allocation taking several secondsMatthias P. Braendli2023-03-243-35/+75
|
* Remove duplicate stream0_start_clks = 0 on initMatthias P. Braendli2023-03-031-5/+4
|
* Dexter: calculate frame margin from system timeMatthias P. Braendli2023-03-0313-30/+26
|
* Change mod to output queue behaviour, fix SFN dexter + B200Matthias P. Braendli2023-02-219-78/+118
|
* Dexter timestamps: add 1s margin in modulatorMatthias P. Braendli2023-02-011-12/+6
|
* Remove ZeroMQ inputMatthias P. Braendli2023-02-017-465/+6
|
* Remove easydabv3 supportMatthias P. Braendli2023-02-012-42/+21
|
* Remove dexter timestamp_state_tMatthias P. Braendli2023-02-012-71/+72
|
* Add dexter underflow thread, still problematicMatthias P. Braendli2022-10-264-36/+73
|
* Merge branch 'next' into dexterMatthias P. Braendli2022-10-258-11/+19
|\
| * Rework timestamp_refreshMatthias P. Braendli2022-10-147-9/+18
| | | | | | | | Since we have the 'timestamp in the past' warning refresh requests can be lost
* | Add timestamp refresh logicMatthias P. Braendli2022-10-144-19/+61
| |
* | Add TS debugging outputMatthias P. Braendli2022-08-244-1/+22
| |
* | Improve DEXTER SFN supportMatthias P. Braendli2022-08-1828-168/+351
| |
* | Add PrecisionWave DEXTER supportMatthias P. Braendli2022-07-275-7/+449
|/
* Limit FFTW planner to 2s to avoid stalling inputMatthias P. Braendli2022-02-022-0/+2
| | | | | Stalling the input breaks the ZMQ input functionality on raspberry pi. EDI is able to restart the modulator, which uses cached plans
* Add support for BladeRF devicesMatthias P. Braendli2021-11-266-3/+494
| | | | | Many thanks to Steven Rossel for the work he did during his student project.
* Fix Soapy error messageMatthias P. Braendli2021-07-081-1/+1
|
* Avoid copy in loop in EtiReaderMatthias P. Braendli2021-06-151-1/+1
|
* Update common code to latest, update zmq.hpp and adaptMatthias P. Braendli2021-01-165-622/+53
|
* USRP: Handle external pps_src on startupMatthias P. Braendli2020-12-121-0/+3
|
* Revert "Handle pps_src external in USRPTime ctor"Matthias P. Braendli2020-12-121-3/+1
| | | | | | verify_time doesn't handle the external PPS input! This reverts commit 6c02271b0050dbb2808bb55272b438576d937d4a.
* Avoid frame_timestamp with pps exactly 16384000Matthias P. Braendli2020-11-131-1/+1
|
* Add --version optionMatthias P. Braendli2020-08-311-0/+12
|
* Add missing includes for GCC 10 compatibilityMatthias P. Braendli2020-06-081-2/+3
|
* Update common EDI input and adapt to API changesMatthias P. Braendli2020-05-112-17/+17
|
* Fix quit on Ctrl-CMatthias P. Braendli2020-04-061-111/+109
|
* Fix unaligned memory access in ZeroMQ inputMatthias P. Braendli2020-04-061-15/+11
|
* Fix invalid call of memset with length 0Matthias P. Braendli2020-03-161-1/+3
|
* Make the ETI reader state a class enumMatthias P. Braendli2020-03-162-184/+187
|
* Fix handling of ZMQ input timeoutsMatthias P. Braendli2020-03-161-0/+3
| | | | This is an issue since 32f9e6e
* Soapy: set RX samplerate which is required by LimeSDRLeo Currie2020-01-251-0/+1
| | | | | | Pull request 40 (cherry picked from commit 8aef8ca39f3a73ba3411876a7abd58204b2f6fe6)
* Handle pps_src external in USRPTime ctorMatthias P. Braendli2020-01-141-1/+3
|
* Fix compilation with disabled limesdrMatthias P. Braendli2019-11-051-0/+4
|
* Merge lime output into next branchMatthias P. Braendli2019-10-0730-2117/+358
|\