aboutsummaryrefslogtreecommitdiffstats
path: root/host
Commit message (Expand)AuthorAgeFilesLines
* lib: cmake: Fix MSVC options (add /bigobj)Trung Tran2019-03-051-1/+1
* rh: Fix typo in setting up RX frontendAlex Williams2019-02-271-1/+1
* node_ctrl_base: add check valid num_input_portsTrung Tran2019-02-221-2/+3
* nirio: Demote rpc client start/stop log messages to DEBUGMartin Braun2019-02-221-2/+2
* mpmd: Fix typecast warning in property tree default settingsMartin Braun2019-02-221-1/+1
* mpmd: Allow reclaim failures on component updatesMartin Braun2019-02-223-14/+67
* rh: revise correction data usageMark Meserve2019-02-223-11/+19
* rh: reset rx iq balance on initMark Meserve2019-02-221-0/+1
* uhd: set tx gain to max for rx iq calMark Meserve2019-02-221-2/+7
* cmake: remove Boost from dyn libs for tests on AppleMichael Dickens2019-02-191-1/+3
* RFNoC: Fix flush in source_block_ctrl_baseMichael West2019-02-182-21/+4
* RFNoC: Disable FC ACK packets for lossless linksMichael West2019-02-185-15/+25
* docs: Add note on manually disabling NEON extensionsMartin Braun2019-02-181-0/+11
* x300: Enable ADC gain through RFNoC APIMartin Braun2019-02-182-29/+83
* utils: Deny positional options in uhd_image_loaderAlex Williams2019-02-181-1/+3
* docs: fix broken link in DPDKBrent Stapleton2019-02-121-1/+1
* docs: n3xx: fix Salt formattingBrent Stapleton2019-02-121-1/+2
* docs: N3xx page shell formatting and bb imageMarcus Müller2019-02-111-2/+5
* lib: fix includes for boost::noncopyableMichael Dickens2019-02-112-0/+7
* fixup! RFNoC: Fix scaling of M and N values in DDC/DUCMark Meserve2019-02-081-1/+1
* Docs: Update DPDK dep commandnatetemple2019-02-061-1/+1
* Preparing branch for 3.14.0.0 Releasemichael-west2019-02-011-1/+1
* docs: Document FPGA functional verification test for N320Alex Williams2019-01-311-0/+101
* E31x: Destruct RFNoC before loading idle imagemichael-west2019-01-311-0/+2
* E3xx: Increase spp limit for E3xx radiomichael-west2019-01-311-2/+1
* Device3: Fix flow control window and intervalmichael-west2019-01-312-9/+14
* RFNoC: Limit number of control packets in flightmichael-west2019-01-313-19/+23
* RFNoC: Fix typos in legacy_compatmichael-west2019-01-311-2/+2
* X300: Fix tick and sample rate settingmichael-west2019-01-312-11/+9
* RFNoC: Fix scaling of M and N values in DDC/DUCmichael-west2019-01-312-3/+10
* Device3: Remove redundant function callmichael-west2019-01-311-1/+0
* fixup! RFNoC: More graph traversal fixesmichael-west2019-01-314-34/+14
* RFNoC: More graph traversal fixesmichael-west2019-01-314-4/+34
* RFNoC: Prevent unnecessary FC ACK packetsmichael-west2019-01-314-13/+13
* cmake: fix variable usageMichael Dickens2019-01-301-2/+1
* docs: Add information about what dpdk_zero_copy is doingAlex Williams2019-01-291-2/+9
* docs: Adding manual page for DPDKBrent Stapleton2019-01-293-1/+151
* mpmd: use init timeout for update_componentTrung Tran2019-01-291-4/+1
* RFNoC: Update FIFO XML definitionmichael-west2019-01-291-0/+2
* utils: Add check for gdb_eeprom before accessingmichael-west2019-01-291-1/+1
* cpack: Fix RPM generationMatt Reilly2019-01-282-2/+2
* ad9361: Replace Boost lock & mutex with std varietyMartin Braun2019-01-251-23/+21
* formatting: Apply clang-format to ad9361_ctrl.cppMartin Braun2019-01-251-72/+87
* tests: Fix up dpdk_test to use current APIsAlex Williams2019-01-251-64/+47
* uhd-dpdk: Cover all paths to request TX offloadsAlex Williams2019-01-253-11/+61
* uhd-dpdk: Delete useless test folderAlex Williams2019-01-252-356/+0
* mpmd,transport,prefs: Add xport_mgr for dpdk_zero_copyAlex Williams2019-01-2522-344/+1220
* mpmd_xport: liberio: using 4096 bytes frame sizeTrung Tran2019-01-231-2/+6
* devtest: add universal_newlines to subprocess callTrung Tran2019-01-233-2/+4
* tests: replace has_key by using 'in'Trung Tran2019-01-235-8/+8