Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 ↵ | F5OEO | 2019-05-16 | 2 | -117/+142 |
| | | | | | | | | instead of CF32. | ||||
* | | 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 |
| | | | | | | | | | | | | | | | | | | * master_clock_rate sets CGEN clock, not sample rate * set sample rate accordingly * support only interpolate 1 and 2 * add frequency, txgain and temperature to RC * improve error handling * fix signedness of LMS_SendStream() return value | ||||
* | | 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 |
| | | | | | Accelerate startup, take advantage of new UHD sensor, fix startup issue. | ||||
* | 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 |
| | | | | | This avoids the issue that the ~SDR termination marker doesn't reach the consumer because it's still prebuffering | ||||
* | 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 |
| | |||||
* | Soapy: set hw time if device supports | Matthias P. Braendli | 2018-01-22 | 2 | -6/+16 |
| | |||||
* | Fix DPD unknown exception | Matthias P. Braendli | 2018-01-20 | 1 | -1/+4 |
| |