aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Implement bandwidth functions for LimelimeMatthias P. Braendli2019-05-072-0/+14
* Merge branch 'next' into limeMatthias P. Braendli2019-05-0713-62/+234
|\
| * Implement EDI over TCPMatthias P. Braendli2019-05-063-41/+107
| * Fix compilation with UHD 3.14Matthias P. Braendli2019-05-061-2/+1
| * Reset ZMQ input after 10s of absent input dataMatthias P. Braendli2019-04-161-0/+37
| * Avoid ugly 'context terminated' error on zmq restartMatthias P. Braendli2019-04-161-2/+6
| * Add analog bandwidth configuration to UHD and Soapy outputsMatthias P. Braendli2019-03-147-6/+66
| * RC: avoid zmq RC crash on 'show' of non-existing controllableMatthias P. Braendli2019-03-121-10/+15
| * Implement small TimeInterleaver performance improvementMatthias P. Braendli2019-03-041-1/+1
* | Lime: show fifo fill percent in RCMatthias P. Braendli2019-03-123-7/+7
* | Lime: Show fifo fullness in RCMatthias P. Braendli2019-03-124-2/+26
* | Lime: do not check fifoFilledCount before sendingMatthias P. Braendli2019-03-122-12/+4
* | Refactor Lime outputMatthias P. Braendli2019-02-272-198/+205
* | Merge branch 'next' into limeMatthias P. Braendli2019-02-279-72/+62
|\|
| * Catch all exceptions as constMatthias P. Braendli2019-01-286-13/+13
| * Represent ZMQ input failures more clearlyMatthias P. Braendli2019-01-282-57/+46
| * Use PRIu64 in Log tracerMatthias P. Braendli2019-01-231-2/+3
* | Merge branch 'next' into limeMatthias P. Braendli2019-01-2310-104/+158
|\|
| * TimestampDecoder: handle negative offset properlyMatthias P. Braendli2019-01-232-17/+24
| * Add modulator rate (r/o) to RCMatthias P. Braendli2019-01-223-10/+49
| * Preserve digital gain across DabModulator restartsMatthias P. Braendli2019-01-221-1/+1
| * RemoteControl: handle failure differently for show commandMatthias P. Braendli2019-01-082-70/+74
| * Only start DPD feedback if port is setMatthias P. Braendli2018-12-171-4/+6
| * Soapy: do not set master clock rate if it is 0Matthias P. Braendli2018-12-171-2/+4
* | Format document - test push githubF5OEO2018-12-142-202/+183
* | In progress, buffer managementF5OEO2018-12-131-16/+72
* | Add FIR processing with upsamplingF5OEO2018-12-113-90/+50
* | Add upsample parameterF5OEO2018-12-111-4/+1
* | Complete param parser, TODO: use itF5OEO2018-12-101-6/+6
* | First working minimal live versionF5OEO2018-12-104-53/+124
* | Set minimal initF5OEO2018-12-103-20/+66
* | Complete minimal compilationF5OEO2018-12-102-2/+23
* | Add minimum compilation for LimeSDRF5OEO2018-12-104-1/+449
* | Move CFR preprocess only if CFR enableF5OEO2018-12-101-2/+3
|/
* Fix s16 FormatConverter outputMatthias P. Braendli2018-12-071-1/+1
* Add SDR temperature to RCMatthias P. Braendli2018-11-186-0/+36
* Replace DEBUG by TRACE in config.hMatthias P. Braendli2018-09-257-48/+13
* Fix CFR bug introduced in 1c110d1Matthias P. Braendli2018-08-071-1/+1
* Keep RC-modified settings across modulator restartsMatthias P. Braendli2018-08-0715-36/+35
* Set ASIO_STANDALONE in CXXFLAGSMatthias P. Braendli2018-08-061-0/+1
* Replace boost by the standalone asio libraryMatthias P. Braendli2018-08-064-63/+40
* Fix compilation on some older platformsMatthias P. Braendli2018-06-181-3/+3
* Rework GPSDO fix checkMatthias P. Braendli2018-06-185-97/+142
* Add predistorter coefs to RCMatthias P. Braendli2018-06-052-20/+72
* Make ZMQ return JSON for the list commandMatthias P. Braendli2018-06-051-1/+17
* Avoid variable shadowing function warningsMatthias P. Braendli2018-05-303-10/+18
* Do not set threadname for main threadMatthias P. Braendli2018-05-291-1/+0
* Handle Ctrl-C when using EDI inputMatthias P. Braendli2018-05-162-10/+16
* Silence Wmem-access warning in OfdmGeneratorMatthias P. Braendli2018-05-161-2/+4
* Minor GainControl refactoringMatthias P. Braendli2018-05-161-7/+11