aboutsummaryrefslogtreecommitdiffstats
path: root/src/output
Commit message (Collapse)AuthorAgeFilesLines
* Fix bladerf and limesdr compilationMatthias P. Braendli2024-08-212-6/+6
|
* Make remaining_holder_s always non-nullMatthias P. Braendli2024-07-091-1/+1
|
* Write DEXTER ad9957 freq as integerMatthias P. Braendli2024-06-111-2/+2
|
* Fix DEXTER freq readback, make SDRDevices responsible for updating conf freqMatthias P. Braendli2024-05-284-16/+28
|
* Add startupcheckMatthias P. Braendli2024-05-012-0/+0
|
* Fix race condition on SDR thread creationMatthias P. Braendli2024-03-311-3/+2
|
* Merge branch 'dexter' into nextMatthias P. Braendli2023-11-2116-243/+1106
|\
| * Don't clutter log output every 6sMatthias P. Braendli2023-10-101-6/+0
| |
| * Dexter: make channel_down wait for underflow to occurMatthias P. Braendli2023-09-051-1/+23
| |
| * Add max_gps_holdover_time to RC, allow modifying synchronous tooMatthias P. Braendli2023-08-251-0/+13
| |
| * Add channel to SDR RCMatthias P. Braendli2023-08-241-1/+33
| |
| * Fix compliationMatthias P. Braendli2023-08-151-1/+1
| |
| * Add parameters sdr.synchronous and mainloop.running_sinceMatthias P. Braendli2023-08-151-0/+6
| |
| * Dexter: Add in_holdover_since metricMatthias P. Braendli2023-08-152-0/+17
| |
| * Dexter: remove old metrics from SDR.cppMatthias P. Braendli2023-08-151-21/+0
| |
| * Revert "DEXTER: Add pacontrol interface"Matthias P. Braendli2023-08-153-87/+2
| | | | | | | | This reverts commit 150b75b244602c789934f1a5094f33aa7da3c09a.
| * Add eventsMatthias P. Braendli2023-07-194-28/+28
| |
| * Change RC showjson commandMatthias P. Braendli2023-07-193-5/+5
| |
| * Dexter: remove dexter_dsp_tx attributes from metricsMatthias P. Braendli2023-07-181-156/+0
| |
| * Add a few cosmetic changesMatthias P. Braendli2023-06-271-1/+1
| |
| * DEXTER: Add pacontrol interfaceMatthias P. Braendli2023-06-063-2/+87
| |
| * 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
| |\
| * | 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
| | |
* | | Lime output: handle different sampleratesMatthias P. Braendli2022-11-181-7/+2
| |/ |/|
* | Rework timestamp_refreshMatthias P. Braendli2022-10-145-6/+15
|/ | | | Since we have the 'timestamp in the past' warning refresh requests can be lost
* Add support for BladeRF devicesMatthias P. Braendli2021-11-263-1/+435
| | | | | Many thanks to Steven Rossel for the work he did during his student project.
* 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
| | | | | | verify_time doesn't handle the external PPS input! This reverts commit 6c02271b0050dbb2808bb55272b438576d937d4a.
* 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
|