Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change RC showjson command | Matthias P. Braendli | 2023-07-19 | 3 | -5/+5 |
* | Dexter: remove dexter_dsp_tx attributes from metrics | Matthias P. Braendli | 2023-07-18 | 1 | -156/+0 |
* | Add a few cosmetic changes | Matthias P. Braendli | 2023-06-27 | 1 | -1/+1 |
* | DEXTER: Add pacontrol interface | Matthias P. Braendli | 2023-06-06 | 3 | -2/+87 |
* | Dexter: Only do handle_hw_time when synchronous is enabled | Matthias P. Braendli | 2023-05-05 | 1 | -3/+7 |
* | Improve dexter clock handling | Matthias P. Braendli | 2023-04-27 | 13 | -63/+64 |
* | Dexter: Add three clock states and handling | Matthias P. Braendli | 2023-04-26 | 2 | -120/+208 |
* | Properly set TX frequency | Matthias P. Braendli | 2023-04-26 | 2 | -8/+18 |
* | dexter: set frequency to ad9957, lo_offset to dsp | Matthias P. Braendli | 2023-04-26 | 1 | -4/+10 |
* | Add JSON output to RC | Matthias P. Braendli | 2023-03-31 | 4 | -10/+29 |
* | Add more DEXTER metrics to RC | Matthias P. Braendli | 2023-03-31 | 3 | -23/+186 |
* | SDR: add queued_frames_ms and fix max queue calculation | Matthias P. Braendli | 2023-03-30 | 1 | -20/+13 |
* | Replace RunStatistics to permit representation of SDR device specific stats | Matthias P. Braendli | 2023-03-29 | 12 | -183/+197 |
* | Remove debugging printf | Matthias P. Braendli | 2023-03-24 | 2 | -21/+0 |
* | Fix startup hiccup due to iio buffer allocation taking several seconds | Matthias P. Braendli | 2023-03-24 | 3 | -35/+75 |
* | Remove duplicate stream0_start_clks = 0 on init | Matthias P. Braendli | 2023-03-03 | 1 | -5/+4 |
* | Dexter: calculate frame margin from system time | Matthias P. Braendli | 2023-03-03 | 13 | -30/+26 |
* | Change mod to output queue behaviour, fix SFN dexter + B200 | Matthias P. Braendli | 2023-02-21 | 5 | -43/+58 |
* | Remove dexter timestamp_state_t | Matthias P. Braendli | 2023-02-01 | 2 | -71/+72 |
* | Add dexter underflow thread, still problematic | Matthias P. Braendli | 2022-10-26 | 3 | -34/+72 |
* | Merge branch 'next' into dexter | Matthias P. Braendli | 2022-10-25 | 6 | -8/+16 |
|\ | |||||
| * | Rework timestamp_refresh | Matthias P. Braendli | 2022-10-14 | 5 | -6/+15 |
* | | Add timestamp refresh logic | Matthias P. Braendli | 2022-10-14 | 3 | -18/+58 |
* | | Add TS debugging output | Matthias P. Braendli | 2022-08-24 | 2 | -0/+8 |
* | | Improve DEXTER SFN support | Matthias P. Braendli | 2022-08-18 | 16 | -43/+184 |
* | | Add PrecisionWave DEXTER support | Matthias P. Braendli | 2022-07-27 | 2 | -0/+402 |
|/ | |||||
* | Add support for BladeRF devices | Matthias P. Braendli | 2021-11-26 | 3 | -1/+435 |
* | Fix Soapy error message | Matthias P. Braendli | 2021-07-08 | 1 | -1/+1 |
* | USRP: Handle external pps_src on startup | Matthias P. Braendli | 2020-12-12 | 1 | -0/+3 |
* | Revert "Handle pps_src external in USRPTime ctor" | Matthias P. Braendli | 2020-12-12 | 1 | -3/+1 |
* | Soapy: set RX samplerate which is required by LimeSDR | Leo Currie | 2020-01-25 | 1 | -0/+1 |
* | Handle pps_src external in USRPTime ctor | Matthias P. Braendli | 2020-01-14 | 1 | -1/+3 |
* | Fix compilation with disabled limesdr | Matthias P. Braendli | 2019-11-05 | 1 | -0/+4 |
* | Merge lime output into next branch | Matthias P. Braendli | 2019-10-07 | 2 | -8/+7 |
|\ | |||||
| * | SDR: show FCT with timestamp warnings in log | Matthias P. Braendli | 2019-09-05 | 1 | -4/+4 |
| * | Unify Socket library with other mmbTools | Matthias P. Braendli | 2019-07-08 | 1 | -4/+3 |
* | | Change lowpass filter. Remove interpolation (no need). Set samples in I16 ins... | F5OEO | 2019-05-16 | 2 | -117/+142 |
* | | Implement bandwidth functions for Limelime | Matthias P. Braendli | 2019-05-07 | 2 | -0/+14 |
* | | Merge branch 'next' into lime | Matthias P. Braendli | 2019-05-07 | 6 | -8/+66 |
|\| | |||||
| * | Fix compilation with UHD 3.14 | Matthias P. Braendli | 2019-05-06 | 1 | -2/+1 |
| * | Add analog bandwidth configuration to UHD and Soapy outputs | Matthias P. Braendli | 2019-03-14 | 6 | -6/+64 |
* | | Lime: show fifo fill percent in RC | Matthias P. Braendli | 2019-03-12 | 3 | -7/+7 |
* | | Lime: Show fifo fullness in RC | Matthias P. Braendli | 2019-03-12 | 4 | -2/+26 |
* | | Lime: do not check fifoFilledCount before sending | Matthias P. Braendli | 2019-03-12 | 2 | -12/+4 |
* | | Refactor Lime output | Matthias P. Braendli | 2019-02-27 | 2 | -198/+205 |
* | | Merge branch 'next' into lime | Matthias P. Braendli | 2019-02-27 | 1 | -2/+2 |
|\| | |||||
| * | Catch all exceptions as const | Matthias P. Braendli | 2019-01-28 | 1 | -2/+2 |
* | | Merge branch 'next' into lime | Matthias P. Braendli | 2019-01-23 | 2 | -6/+10 |
|\| | |||||
| * | Only start DPD feedback if port is set | Matthias P. Braendli | 2018-12-17 | 1 | -4/+6 |
| * | Soapy: do not set master clock rate if it is 0 | Matthias P. Braendli | 2018-12-17 | 1 | -2/+4 |