Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make remaining_holder_s always non-null | Matthias P. Braendli | 2024-07-09 | 1 | -1/+1 |
| | |||||
* | Write DEXTER ad9957 freq as integer | Matthias P. Braendli | 2024-06-11 | 1 | -2/+2 |
| | |||||
* | Fix DEXTER freq readback, make SDRDevices responsible for updating conf freq | Matthias P. Braendli | 2024-05-28 | 4 | -16/+28 |
| | |||||
* | Add startupcheck | Matthias P. Braendli | 2024-05-01 | 2 | -0/+0 |
| | |||||
* | Fix race condition on SDR thread creation | Matthias P. Braendli | 2024-03-31 | 1 | -3/+2 |
| | |||||
* | Merge branch 'dexter' into next | Matthias P. Braendli | 2023-11-21 | 16 | -243/+1106 |
|\ | |||||
| * | Don't clutter log output every 6s | Matthias P. Braendli | 2023-10-10 | 1 | -6/+0 |
| | | |||||
| * | Dexter: make channel_down wait for underflow to occur | Matthias P. Braendli | 2023-09-05 | 1 | -1/+23 |
| | | |||||
| * | Add max_gps_holdover_time to RC, allow modifying synchronous too | Matthias P. Braendli | 2023-08-25 | 1 | -0/+13 |
| | | |||||
| * | Add channel to SDR RC | Matthias P. Braendli | 2023-08-24 | 1 | -1/+33 |
| | | |||||
| * | Fix compliation | Matthias P. Braendli | 2023-08-15 | 1 | -1/+1 |
| | | |||||
| * | Add parameters sdr.synchronous and mainloop.running_since | Matthias P. Braendli | 2023-08-15 | 1 | -0/+6 |
| | | |||||
| * | Dexter: Add in_holdover_since metric | Matthias P. Braendli | 2023-08-15 | 2 | -0/+17 |
| | | |||||
| * | Dexter: remove old metrics from SDR.cpp | Matthias P. Braendli | 2023-08-15 | 1 | -21/+0 |
| | | |||||
| * | Revert "DEXTER: Add pacontrol interface" | Matthias P. Braendli | 2023-08-15 | 3 | -87/+2 |
| | | | | | | | | This reverts commit 150b75b244602c789934f1a5094f33aa7da3c09a. | ||||
| * | Add events | Matthias P. Braendli | 2023-07-19 | 4 | -28/+28 |
| | | |||||
| * | 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 |
| |\ | |||||
| * | | 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 |
| | | | |||||
* | | | Lime output: handle different samplerates | Matthias P. Braendli | 2022-11-18 | 1 | -7/+2 |
| |/ |/| | |||||
* | | Rework timestamp_refresh | Matthias P. Braendli | 2022-10-14 | 5 | -6/+15 |
|/ | | | | Since we have the 'timestamp in the past' warning refresh requests can be lost | ||||
* | Add support for BladeRF devices | Matthias P. Braendli | 2021-11-26 | 3 | -1/+435 |
| | | | | | Many thanks to Steven Rossel for the work he did during his student project. | ||||
* | 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 |
| | | | | | | verify_time doesn't handle the external PPS input! This reverts commit 6c02271b0050dbb2808bb55272b438576d937d4a. | ||||
* | Soapy: set RX samplerate which is required by LimeSDR | Leo Currie | 2020-01-25 | 1 | -0/+1 |
| | | | | | | Pull request 40 (cherry picked from commit 8aef8ca39f3a73ba3411876a7abd58204b2f6fe6) | ||||
* | 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 |
| |