aboutsummaryrefslogtreecommitdiffstats
path: root/src/output
Commit message (Expand)AuthorAgeFilesLines
* Dexter: Only do handle_hw_time when synchronous is enabledMatthias P. Braendli2023-05-051-3/+7
* Improve dexter clock handlingMatthias P. Braendli2023-04-2713-63/+64
* Dexter: Add three clock states and handlingMatthias P. Braendli2023-04-262-120/+208
* 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
* Add JSON output to RCMatthias P. Braendli2023-03-314-10/+29
* 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-215-43/+58
* Remove dexter timestamp_state_tMatthias P. Braendli2023-02-012-71/+72
* Add dexter underflow thread, still problematicMatthias P. Braendli2022-10-263-34/+72
* Merge branch 'next' into dexterMatthias P. Braendli2022-10-256-8/+16
|\
| * Rework timestamp_refreshMatthias P. Braendli2022-10-145-6/+15
* | Add timestamp refresh logicMatthias P. Braendli2022-10-143-18/+58
* | Add TS debugging outputMatthias P. Braendli2022-08-242-0/+8
* | Improve DEXTER SFN supportMatthias P. Braendli2022-08-1816-43/+184
* | Add PrecisionWave DEXTER supportMatthias P. Braendli2022-07-272-0/+402
|/
* Add support for BladeRF devicesMatthias P. Braendli2021-11-263-1/+435
* Fix Soapy error messageMatthias P. Braendli2021-07-081-1/+1
* 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
* Soapy: set RX samplerate which is required by LimeSDRLeo Currie2020-01-251-0/+1
* 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-072-8/+7
|\
| * SDR: show FCT with timestamp warnings in logMatthias P. Braendli2019-09-051-4/+4
| * Unify Socket library with other mmbToolsMatthias P. Braendli2019-07-081-4/+3
* | Change lowpass filter. Remove interpolation (no need). Set samples in I16 ins...F5OEO2019-05-162-117/+142
* | Implement bandwidth functions for LimelimeMatthias P. Braendli2019-05-072-0/+14
* | Merge branch 'next' into limeMatthias P. Braendli2019-05-076-8/+66
|\|
| * Fix compilation with UHD 3.14Matthias P. Braendli2019-05-061-2/+1
| * Add analog bandwidth configuration to UHD and Soapy outputsMatthias P. Braendli2019-03-146-6/+64
* | Lime: show fifo fill percent in RCMatthias P. Braendli2019-03-123-7/+7
* | Lime: Show fifo fullness in RCMatthias P. Braendli2019-03-124-2/+26
* | Lime: do not check fifoFilledCount before sendingMatthias P. Braendli2019-03-122-12/+4
* | Refactor Lime outputMatthias P. Braendli2019-02-272-198/+205
* | Merge branch 'next' into limeMatthias P. Braendli2019-02-271-2/+2
|\|
| * Catch all exceptions as constMatthias P. Braendli2019-01-281-2/+2
* | Merge branch 'next' into limeMatthias P. Braendli2019-01-232-6/+10
|\|
| * Only start DPD feedback if port is setMatthias P. Braendli2018-12-171-4/+6
| * Soapy: do not set master clock rate if it is 0Matthias P. Braendli2018-12-171-2/+4
* | Format document - test push githubF5OEO2018-12-142-202/+183
* | In progress, buffer managementF5OEO2018-12-131-16/+72
* | Add FIR processing with upsamplingF5OEO2018-12-113-90/+50
* | First working minimal live versionF5OEO2018-12-102-48/+113