aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
Commit message (Expand)AuthorAgeFilesLines
* twinrx: Fix missing default copy ctorMartin Braun2021-03-041-0/+3
* lib: Fix warnings related to unnecessary lambda capturesMartin Braun2021-03-0411-18/+28
* convert: Remove unused variablesMartin Braun2021-03-042-4/+0
* mg: Remove unused private attribute from ad9371_ifaceMartin Braun2021-03-042-4/+0
* rh: Remove unused constantMartin Braun2021-03-041-1/+0
* lib: lmx2592: Comment out some unused constantsMartin Braun2021-03-041-7/+10
* rh: cpld control: Comment out gain table addressMartin Braun2021-03-041-1/+1
* rfnoc: tx_streamer: Remove EOV size attributeMartin Braun2021-03-041-2/+0
* rh: Remove use of magic number of identify durationMartin Braun2021-03-042-3/+3
* lib: Remove unused constantsMartin Braun2021-03-045-9/+6
* host: Update code base using clang-tidyMartin Braun2021-03-04170-1856/+1955
* ic_reg_maps: Add SPCC reg mapToni Jones2021-03-011-0/+116
* mpmd: Skip find if "resource" key is specifiedmichael-west2021-02-118-49/+14
* TwinRX: Fix LO lock failuremichael-west2021-02-101-11/+2
* ADF535x: Change freq_resolution to mod2michael-west2021-02-042-26/+28
* dboard_iface: Modify sleep() functionMichael West2021-02-041-5/+14
* TwinRX: Spur cleanupmichael-west2021-02-043-11/+49
* lib: Fix missing includes in rpc.hppMartin Braun2021-02-011-0/+4
* cmake: fix cut-and-paste typo to fix SIM APPLE buildMichael Dickens2021-01-251-1/+1
* uhd: lambda capture the node instead of vert descSteven Koo2021-01-212-4/+17
* msgpack/predef: add riscV supportGwenhael Goavec-Merou2021-01-213-1/+51
* uhd: Check for overflow after timeout buff readSteven Koo2021-01-213-24/+15
* uhd_image_loader: Consume .lvbitx filesLane Kolbly2021-01-111-117/+237
* utils: check config file before finding devices for image loaderAndrew Lynch2021-01-111-1/+2
* mpmd: Add support to delay and trigger fpga/dts load after updateVirendra Kakade2021-01-112-80/+130
* rfnoc: Update radio to support multiple SPCWade Fife2021-01-111-4/+10
* chdr: Fix u64_to_host vs. u64_from_host usageMartin Braun2021-01-111-1/+1
* rfnoc: Add accessors for item width and nipc for NSSWade Fife2021-01-112-0/+23
* uhd: Split radio_control into rf_control interfacesLane Kolbly2021-01-1111-76/+237
* Create C++ wrappers for MPM RPC callsLane Kolbly2021-01-115-37/+194
* uhd: revert "Check property type at access..."Steven Koo2021-01-081-25/+1
* usrprio: catch exceptions if rpc data read failsSteven Koo2020-12-211-3/+17
* fixup! RFNoC: Handle receive of 0 samplesmichael-west2020-12-211-3/+3
* rfnoc: Fix remote stream buffer formatWade Fife2020-12-211-0/+18
* uhd: throw error if edge list is emptyGrant Meyerhoff2020-12-211-0/+8
* rfnoc: Fix time conversion in ctrlport_endpoint sleep methodCiro Nishiguchi2020-12-211-2/+4
* RFNoC: Handle receive of 0 samplesmichael-west2020-12-102-0/+11
* RFNoC: Demoted zero sample error to warningmichael-west2020-12-102-7/+14
* fixup! N310: Low band IF adjustmentsmichael-west2020-12-091-1/+1
* python: Add find() to the Python APIMartin Braun2020-12-072-0/+28
* mpmd: Export RPC token and mb_args to the property treeMartin Braun2020-12-043-0/+13
* multi_usrp_rfnoc: Serialize make_rfnoc_deviceAaron Rossetto2020-12-041-1/+24
* python: Make TuneRequest implicitly convertible from doubleMartin Braun2020-12-011-0/+1
* python: multi_usrp: Let get_tree() return a raw pointerMartin Braun2020-12-011-1/+1
* python: Improve access to device_addr_tMartin Braun2020-11-232-1/+9
* python: multi_usrp: Fix get_radio_control()Martin Braun2020-11-231-1/+1
* graph: Restore default resolver callback at node removalAaron Rossetto2020-11-203-0/+23
* N310: Low band IF adjustmentsmichael-west2020-11-161-18/+10
* MPMD: Reduce max frame size for 10 GbEmichael-west2020-11-061-1/+1
* multi_usrp: Fix typos in streamer destruction callbackmichael-west2020-11-051-4/+4