aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/device/uhd/UHDDevice.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-04-27v1Eric1-0/+2
2020-03-12radioDevice: Drop unused isControl param from WriteSamples APIPau Espin Pedrol1-7/+1
2020-03-12radioDevice: Drop unused RSSI param from readSamples APIPau Espin Pedrol1-1/+1
2020-01-13lms: Change radioDevice constructor arg name to avoid masking instance attrPau Espin Pedrol1-2/+2
2020-01-07uhd: Improve some logging lines printing UHD pretty-print outputPau Espin Pedrol1-3/+6
2020-01-07uhd: Use DEVDRV log category and support UHD >=3.11 logging frameworkPau Espin Pedrol1-12/+48
2019-12-19uhd: use value already cached in tmp variablePau Espin Pedrol1-1/+1
2019-09-20Move multi-ARFCN chan amount modification from UHDDevice to parent classPau Espin Pedrol1-1/+0
2019-09-13UHDDevice: Drop unneeded MULTI_ARFCN checksPau Espin Pedrol1-12/+0
2019-09-13radioDevice: Introduce getTxGain() APIPau Espin Pedrol1-0/+13
2019-08-21Drop old setPriority related codePau Espin Pedrol1-7/+0
2019-07-22Add SPDX annotationPau Espin Pedrol1-0/+2
2019-05-03smpl_buf: Remove unused clk_rt variablePau Espin Pedrol1-1/+1
2019-05-03device: Drop unused numberRead/numberWritten APIsPau Espin Pedrol1-3/+1
2019-05-03uhd: Avoid reallocation of buffers every readPau Espin Pedrol1-15/+5
2019-05-03cosmetic: uhd: Use loglevel ERROR instead of ERRPau Espin Pedrol1-11/+11
2019-05-03uhd: smpl_buf: Drop UHD specifics out back to UHDDevicePau Espin Pedrol1-1/+1
2019-05-03cosmetic: uhd: Move smpl_buf out of UHDDevice, move UHDDevice class definitio...Pau Espin Pedrol1-361/+1
2019-04-25Move duplicated thread_enable_cancel to CommonLibsPau Espin Pedrol1-6/+0
2018-12-02UHDDevice: log exception information on device open failured0gtail1-2/+2
2018-11-19UHDDevice: setRxGain on chan 0 when using multi-arfcnPau Espin Pedrol1-0/+3
2018-09-28Use pthread_setname_np to name threadsPau Espin Pedrol1-0/+1
2018-09-10UHHDDevice: Replace deprecated header uhd/utils/thread_priority.hppPau Espin Pedrol1-1/+3
2018-08-17logging: Introduce new "DDEV" category for device-specific codeHarald Welte1-76/+76
2018-06-14radioDevice: better encapsulation in base classHarald Welte1-18/+9
2018-06-13radioDevice: Move tx_sps from derived into base classHarald Welte1-1/+1
2018-06-13move set_antennas() from UHD to generic radioDevice base classHarald Welte1-29/+0
2018-05-08UHDDevice: Fix setup failure with LimeSuite > 18.04.1Pau Espin Pedrol1-2/+2
2018-04-24Transceiver: Move device specific code to radioDevice classPau Espin Pedrol1-0/+10
2018-04-24Move device specific code out of radioInterfacePau Espin Pedrol1-0/+7
2018-04-24Move device specific files to device subdirPau Espin Pedrol1-0/+1576