aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* sim: Integrate simulator into UHDSamuel O'Brien2020-10-285-3/+218
* DUC: Fix incorrect DDS_GAINmichael-west2020-10-261-1/+1
* multi_usrp: Fix streamer destruction callbackmichael-west2020-10-221-91/+74
* graph: Serialize all graph-related functionsAaron Rossetto2020-10-222-8/+13
* graph: Re-fetch dst_node descriptor after src_node potential removalAaron Rossetto2020-10-221-0/+3
* fixup! rfnoc: Fix thread unsafe accesses in ctrlportCiro Nishiguchi2020-10-201-7/+5
* rfnoc: Fix thread unsafe accesses in ctrlportCiro Nishiguchi2020-10-201-56/+35
* python: Add access to the property_tree from PythonMartin Braun2020-10-163-0/+76
* python: Move multi_usrp_python to its own moduleMartin Braun2020-10-122-191/+200
* deps: rpclib: Fix issue on socket closingMartin Braun2020-10-091-1/+7
* tests: mock_block: Allow mock blocks to carry MB controllersMartin Braun2020-10-091-5/+6
* n310/n300: Allow gain coercionMartin Braun2020-10-091-2/+14
* b200: handle overruns during continuous streamingmattprost2020-10-091-0/+3
* ic_reg_map: Allow registers to be arraysMartin Braun2020-10-061-19/+114
* ic_reg_maps: Add common regmap template for PythonToni Jones2020-10-061-4/+88
* lib: disable non pcie types in find with resourceSteven Koo2020-10-058-8/+49
* uhd: clang format device implSteven Koo2020-10-055-18/+19
* uhd: replace default initializers with named onesSteven Koo2020-09-251-7/+8
* lib: graph_utils: Error on single SEP edgeSteven Koo2020-09-251-10/+14
* lib: graph_utils: Fix formatting and compiler warningsMartin Braun2020-09-251-13/+15
* multi_usrp: Add get_mb_controller() API callCristina Fuentes2020-09-243-27/+39
* cal: sync log output between file system and resource dataLars Amsel2020-09-221-1/+3
* E3xx: Add retry to loopback_self_testmichael-west2020-09-111-27/+46
* lib: Remove recursive locks in apply_correctionsmichael-west2020-09-041-3/+0
* python: Add peek/poke bindings to noc_block_baseAaron Rossetto2020-09-031-0/+135