aboutsummaryrefslogtreecommitdiffstats
path: root/host
Commit message (Expand)AuthorAgeFilesLines
...
* | utils: add cmake switch to disable fastpath loggingAndrej Rode2017-04-063-3/+21
* | transport: Fixed UHD logging post-mergeMartin Braun2017-04-061-2/+1
* | Merge branch 'maint'Martin Braun2017-04-0611-115/+597
|\|
| * X300: Increase FW control ACK timeoutMichael West2017-04-051-1/+1
| * Implement worker threads to offload conversion of data and transport I/OMichael West2017-04-051-41/+170
| * PCIe: Add checks to make sure buffers are page alighed (requirement ofMichael West2017-04-051-0/+23
| * X300: Change default frame sizes for PCIe to be page aligned for betterMichael West2017-04-052-13/+16
| * Device3: Improved send flow controlmichael-west2017-04-051-24/+44
| * Added class to add flow control to any zero_copy_if interface.michael-west2017-04-053-0/+286
| * Fix bounded buffer functions so they don't release the lock before waiting on...michael-west2017-04-051-34/+55
| * Updated FPGA images packages and fpga-src submodule pointerMartin Braun2017-04-031-2/+2
* | logging: Demoted a number of DEBUG messages to TRACEMartin Braun2017-04-0530-54/+49
* | device3: Fixed potential concurreny issuesAshish Chaudhari2017-04-058-16/+21
* | multi_usrp: Removed ordering req. from prop_tree path accessAshish Chaudhari2017-04-051-6/+18
* | uhd: Fix minor typoDerek Kozel2017-04-041-1/+1
* | Merge branch 'maint'Martin Braun2017-03-314-46/+295
|\|
| * NI-RIO: FIFO management optimizations for PCIe performancePatrick Sisterhen2017-03-294-46/+295
* | rfnoc: minor fix to radio_ctrl.hpp for rx_bandwidth controlsEJ2017-03-281-1/+1
* | rfnoc: Fixed docstring of get_time_now()Martin Braun2017-03-241-1/+1
* | Merge branch 'maint'Martin Braun2017-03-249-23/+324
|\|
| * docs: Further clarification on CHDRMartin Braun2017-03-242-13/+19
| * max2871: fix for not writing register 0 when requiredMark Meserve2017-03-211-0/+6
| * UDP: Set default socket buffer size to number of frames * 9000 (maximum Ether...michael-west2017-03-212-8/+11
| * examples: Revised frequency hopping example for best practicesLogan Fagg2017-03-211-126/+114
| * examples: Created TwinRX frequency hopping examplenate.temple2017-03-212-0/+296
| * msvc build: set compile_flags instead of add_definitionsMark Meserve2017-03-211-2/+2
| * docs: document common exceptions occuring in multi_usrp::makeAndrej Rode2017-03-211-0/+2
* | RFNoC: Exposed LO sharing functions in radio blockDerek Kozel2017-03-245-0/+359
* | Firmware: fix failures due to fw_comm_protocol.h pathPaul David2017-03-222-4/+4
* | rfnoc: Add API calls for time/clock controlMartin Braun2017-03-213-1/+83
* | Merge branch 'maint'Martin Braun2017-03-151-5/+1
|\|
| * x300: Put back runtime error on FPGA compat mismatchMartin Braun2017-03-151-5/+1
* | Merge branch 'maint'Martin Braun2017-03-151-1/+1
|\|
| * x300: Removed MTU throttling for Ethernet connectionsMartin Braun2017-03-081-1/+1
* | Clarifying build gnu-radio stepsSteven Bingler2017-03-061-0/+1
* | Merge branch 'maint'Martin Braun2017-03-016-23/+245
|\|
| * docs: Added FPGA functional verification proceduresJonathon Pendlum2017-03-011-0/+208
| * examples: Replaced throw with exit() in sync_to_gpsMartin Braun2017-02-271-1/+2
| * C API: Implement set_time_source_out and fix typoHendrik Vogt2017-02-271-1/+11
| * examples: Added some more error strings to test_messagesMartin Braun2017-02-271-4/+4
| * Fix max values for MOD2 and FRAC2Mark Meserve2017-02-201-2/+2
| * Revise calculation of ADF5355 FRAC2 registerMark Meserve2017-02-201-7/+4
| * C API: Added missing fields to USRP infoMartin Braun2017-02-201-0/+2
| * uhd: Fix C API LO controlsMartin Braun2017-02-201-4/+4
| * cores: unhide virtual overloaded functions in gpio_atr_3000Andrej Rode2017-02-201-0/+4
| * docs: escape /* to silence doxygen while compilingAndrej Rode2017-02-201-5/+5
* | Rfnoc: Exposed analog lowpass bandwidth option in X300 ctrlsejk2017-02-275-0/+43
* | e100: cleanup dangling UHD_LOG macrosAndrej Rode2017-02-271-15/+11
* | utils: provide fallback to previous loglevel on reading environment/definesAndrej Rode2017-02-231-9/+13
* | Merge branch 'maint'Martin Braun2017-02-201-1/+5
|\|