aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/include
Commit message (Expand)AuthorAgeFilesLines
* host: Make radio_control constants an enumLane Kolbly2021-12-101-80/+82
* host: Fix typos and small thingsLane Kolbly2021-12-092-1/+2
* dpdk: Upgrade to DPDK 19.11 APIAndrew Lynch2021-12-065-56/+56
* rfnoc: Enable drop counter on chdr_ctrl_endpointMartin Braun2021-12-031-0/+5
* max287x: Fix key in table of freq rangesMartin Anderseck2021-12-031-1/+1
* rfnoc: Clarify usage of MTU vs. max payload size, remove DEFAULT_SPPMartin Braun2021-12-025-18/+108
* host: Add ability to get time from Radio blockmichael-west2021-11-171-0/+10
* host: Add gpio_voltage discoverable featureLane Kolbly2021-11-051-0/+21
* host: Add RPC calls for GPIO voltageLane Kolbly2021-11-051-0/+9
* host: Add GPIO functions to MPM RPC shimLane Kolbly2021-11-031-0/+5
* rfnoc: Remove cruft from UHD 3 (constants)Martin Braun2021-11-021-0/+1
* uhd: update num_recv_frames calculation for ctrl linksAndrew Lynch2021-11-021-1/+4
* host: gpio: Create gpio_atr_offsets to store GPIO registersLane Kolbly2021-10-271-24/+47
* uhd: Replace Boost mutexes and locks with standard optionsMartin Braun2021-10-193-16/+16
* mpmd: Add discoverable feature for trig i/o modeGrant Meyerhoff2021-09-021-1/+16
* uhd: streamer: Restore original recv(0) semanticsAaron Rossetto2021-08-201-0/+32
* b200: Move the B200 radio control core into usrp/b200/Martin Braun2021-07-201-49/+0
* uhd: Remove includes of list_of.hpp where appropriateMartin Braun2021-06-241-1/+0
* uhd: Remove all occurences of boost::math::*round()Martin Braun2021-06-241-2/+2
* debug_dboard: Fix compiler warningMartin Braun2021-06-221-1/+1
* zbx: Fix clang compiler warningsMartin Braun2021-06-224-34/+14
* zbx: Fix compilation on clang-10Martin Braun2021-06-222-4/+4
* uhd: Add callback for setting sync_sourcesGrant Meyerhoff2021-06-171-0/+4
* uhd: Add support for the USRP X410Lars Amsel2021-06-1015-7/+3432
* multi_usrp: Factor out make_overall_tune_range() and fix limitsMartin Braun2021-06-091-0/+37
* experts: Change coercion policy for regular prop nodesMartin Braun2021-05-041-2/+12
* rfnoc: Add option to disable flow control on rx streamingmattprost2021-04-292-3/+10
* rfnoc: radio: Add getter for SPC valueMartin Braun2021-03-191-0/+1
* lib: rpc: Add virtual dtor to RPC iface base classMartin Braun2021-03-171-0/+2
* uhd: Fix radio_control-related method constnessMartin Braun2021-03-171-3/+2
* host: Update code base using clang-tidyMartin Braun2021-03-171-1/+1
* lib: Remove move-on-return for chdr_packet_writerMartin Braun2021-03-111-1/+1
* lib: Fix unresolved cleanup conflict (sorry!)Aaron Rossetto2021-03-041-5/+1
* lib: Add some virtual dtorsMartin Braun2021-03-046-1/+19
* rfnoc: tx_streamer: Remove EOV size attributeMartin Braun2021-03-041-2/+0
* host: Update code base using clang-tidyMartin Braun2021-03-0426-283/+293
* TwinRX: Fix LO lock failuremichael-west2021-02-101-11/+2
* ADF535x: Change freq_resolution to mod2michael-west2021-02-041-22/+24
* TwinRX: Spur cleanupmichael-west2021-02-041-1/+16
* lib: Fix missing includes in rpc.hppMartin Braun2021-02-011-0/+4
* uhd: lambda capture the node instead of vert descSteven Koo2021-01-211-0/+3
* uhd: Check for overflow after timeout buff readSteven Koo2021-01-212-18/+15
* uhd: Split radio_control into rf_control interfacesLane Kolbly2021-01-113-0/+132
* Create C++ wrappers for MPM RPC callsLane Kolbly2021-01-113-5/+169
* fixup! RFNoC: Handle receive of 0 samplesmichael-west2020-12-211-3/+3
* RFNoC: Handle receive of 0 samplesmichael-west2020-12-101-0/+5
* graph: Restore default resolver callback at node removalAaron Rossetto2020-11-201-0/+9
* graph: Serialize all graph-related functionsAaron Rossetto2020-10-221-2/+2
* twinrx: Bypass adf535x feedback dividermattprost2020-09-031-7/+13
* dpdk: Improve link status detectionAaron Rossetto2020-09-031-0/+1