Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | Format document - test push github | F5OEO | 2018-12-14 | 2 | -202/+183 |
* | | In progress, buffer management | F5OEO | 2018-12-13 | 1 | -16/+72 |
* | | Add FIR processing with upsampling | F5OEO | 2018-12-11 | 3 | -90/+50 |
* | | First working minimal live version | F5OEO | 2018-12-10 | 2 | -48/+113 |
* | | Set minimal init | F5OEO | 2018-12-10 | 2 | -20/+36 |
* | | Add minimum compilation for LimeSDR | F5OEO | 2018-12-10 | 2 | -0/+447 |
|/ | |||||
* | Add SDR temperature to RC | Matthias P. Braendli | 2018-11-18 | 6 | -0/+36 |
* | Replace boost by the standalone asio library | Matthias P. Braendli | 2018-08-06 | 1 | -0/+1 |
* | Rework GPSDO fix check | Matthias P. Braendli | 2018-06-18 | 5 | -97/+142 |
* | Make DPDFeedback quit quickly | Matthias P. Braendli | 2018-04-20 | 1 | -1/+3 |
* | ThreadsafeQueue: add wakeup event instead of custom termination markers | Matthias P. Braendli | 2018-04-20 | 3 | -7/+5 |
* | Add missing iomanip include | Matthias P. Braendli | 2018-04-10 | 1 | -0/+1 |
* | Use std::future instead of boost::packaged_task in USRPTime | Matthias P. Braendli | 2018-04-10 | 2 | -29/+17 |
* | Replace boost thread in UHD.cpp | Matthias P. Braendli | 2018-04-10 | 2 | -3/+4 |
* | Replace boost in output/Feedback | Matthias P. Braendli | 2018-04-10 | 2 | -20/+20 |
* | Support UHD 3.11 logging subsystem | Matthias P. Braendli | 2018-03-10 | 2 | -2/+37 |
* | Fix handling of GPS sensors | Matthias P. Braendli | 2018-02-14 | 1 | -6/+22 |
* | Properly initialise UHD GPSDO | Matthias P. Braendli | 2018-02-10 | 2 | -5/+30 |
* | SDR RC: ensure returned format is std::fixed | Matthias P. Braendli | 2018-01-30 | 1 | -0/+1 |
* | Register the RC parameters for SDR | Matthias P. Braendli | 2018-01-30 | 1 | -0/+8 |
* | Make ~SDR virtual | Matthias P. Braendli | 2018-01-30 | 1 | -1/+1 |
* | Handle Soapy TX and RX timestamps for DPD | Matthias P. Braendli | 2018-01-24 | 2 | -18/+70 |