aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/device/uhd/UHDDevice.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* v1Eric2020-05-271-0/+2
* radioDevice: Drop unused isControl param from WriteSamples APIPau Espin Pedrol2020-03-121-7/+1
* radioDevice: Drop unused RSSI param from readSamples APIPau Espin Pedrol2020-03-121-1/+1
* lms: Change radioDevice constructor arg name to avoid masking instance attrPau Espin Pedrol2020-01-131-2/+2
* uhd: Improve some logging lines printing UHD pretty-print outputPau Espin Pedrol2020-01-071-3/+6
* uhd: Use DEVDRV log category and support UHD >=3.11 logging frameworkPau Espin Pedrol2020-01-071-12/+48
* uhd: use value already cached in tmp variablePau Espin Pedrol2019-12-191-1/+1
* Move multi-ARFCN chan amount modification from UHDDevice to parent classPau Espin Pedrol2019-09-201-1/+0
* UHDDevice: Drop unneeded MULTI_ARFCN checksPau Espin Pedrol2019-09-131-12/+0
* radioDevice: Introduce getTxGain() APIPau Espin Pedrol2019-09-131-0/+13
* Drop old setPriority related codePau Espin Pedrol2019-08-211-7/+0
* Add SPDX annotationPau Espin Pedrol2019-07-221-0/+2
* smpl_buf: Remove unused clk_rt variablePau Espin Pedrol2019-05-031-1/+1
* device: Drop unused numberRead/numberWritten APIsPau Espin Pedrol2019-05-031-3/+1
* uhd: Avoid reallocation of buffers every readPau Espin Pedrol2019-05-031-15/+5
* cosmetic: uhd: Use loglevel ERROR instead of ERRPau Espin Pedrol2019-05-031-11/+11
* uhd: smpl_buf: Drop UHD specifics out back to UHDDevicePau Espin Pedrol2019-05-031-1/+1
* cosmetic: uhd: Move smpl_buf out of UHDDevice, move UHDDevice class definition to .hPau Espin Pedrol2019-05-031-361/+1
* Move duplicated thread_enable_cancel to CommonLibsPau Espin Pedrol2019-04-251-6/+0
* UHDDevice: log exception information on device open failured0gtail2018-12-021-2/+2
* UHDDevice: setRxGain on chan 0 when using multi-arfcnPau Espin Pedrol2018-11-191-0/+3
* Use pthread_setname_np to name threadsPau Espin Pedrol2018-09-281-0/+1
* UHHDDevice: Replace deprecated header uhd/utils/thread_priority.hppPau Espin Pedrol2018-09-101-1/+3
* logging: Introduce new "DDEV" category for device-specific codeHarald Welte2018-08-171-76/+76
* radioDevice: better encapsulation in base classHarald Welte2018-06-141-18/+9
* radioDevice: Move tx_sps from derived into base classHarald Welte2018-06-131-1/+1
* move set_antennas() from UHD to generic radioDevice base classHarald Welte2018-06-131-29/+0
* UHDDevice: Fix setup failure with LimeSuite > 18.04.1Pau Espin Pedrol2018-05-081-2/+2
* Transceiver: Move device specific code to radioDevice classPau Espin Pedrol2018-04-241-0/+10
* Move device specific code out of radioInterfacePau Espin Pedrol2018-04-241-0/+7
* Move device specific files to device subdirPau Espin Pedrol2018-04-241-0/+1576