aboutsummaryrefslogtreecommitdiffstats
path: root/host
Commit message (Expand)AuthorAgeFilesLines
* lib: Replace uhd::get_system_time() with steady_clockMartin Braun2019-11-262-9/+14
* niusrprio: Add get_resource() API callMartin Braun2019-11-261-0/+5
* niusrpio: Apply formattingMartin Braun2019-11-262-99/+104
* types: time_spec: Add ASAP valueMartin Braun2019-11-261-0/+3
* gain groups: FormattingBrent Stapleton2019-11-262-65/+78
* gain_groups: Add zero-value gain groupsBrent Stapleton2019-11-262-0/+18
* convert: Add chdr converters for sc16 -> fc32 and vice versaMartin Braun2019-11-265-0/+235
* convert: sse2: Apply clang-formatMartin Braun2019-11-269-679/+742
* convert: Add CHDR convertersMartin Braun2019-11-262-32/+174
* uhd: Add thread affinity utility functionsAaron Rossetto2019-11-263-11/+123
* uhd: utils: Add compat check for 32-bit compat numbersMartin Braun2019-11-262-0/+31
* lib: utils: Add new signature to get_freq_and_freq_word()Martin Braun2019-11-262-1/+15
* utils: cast: Add from_str() typecastMartin Braun2019-11-264-1/+68
* soft_register: Replace boost::unordered_map with std versionMartin Braun2019-11-261-2/+2
* utils: soft_register: Remove 16-bit modeMartin Braun2019-11-262-28/+3
* utils: dirty_tracked: Remove custom copy constructorMartin Braun2019-11-261-7/+1
* utils: Added set_thread_name for std::threadAshish Chaudhari2019-11-262-0/+20
* nirio_fifo: Replace boost::atomic with std::atomicMartin Braun2019-11-261-2/+3
* uhd: types: Extend stream_cmd_t::num_samps to 64 bitsMartin Braun2019-11-261-1/+1
* uhd: Add new exceptions for RFNoC-specific errorsMartin Braun2019-11-262-7/+115
* uhd: Remove deprecated objects and methodsMartin Braun2019-11-2618-272/+1
* uhd: Remove support for N230Martin Braun2019-11-2632-4663/+4
* cmake: Bump dependency versions for UHD 4.0.0.0Martin Braun2019-11-267-148/+18
* x3x0: DPDK initialization fixmattprost2019-11-251-1/+1
* Examples: wrap up ref setting with option checknatetemple2019-11-247-10/+24
* Examples: Set refs in RFNoC examplesnatetemple2019-11-242-4/+24
* rfx: Fix calculation of prescaler and band selectMartin Braun2019-11-221-15/+22
* Examples: tx_bursts add subdev, ref, lo-offset, bw optionsnatetemple2019-11-221-8/+41
* docs: clarifying which devices support DPDKsteviez2019-11-221-3/+6
* docs: fixed links where original URL was not accessible anymoreJoerg Hofrichter2019-11-222-2/+2
* utils: query_gpsdo_sensors: Fix ref_lock wait loopMartin Braun2019-11-211-1/+4
* e31x: Remove spurious debug logsMartin Braun2019-11-211-7/+5
* examples: test_pps_input: Also test for ref_locked on E31xMartin Braun2019-11-211-9/+26
* python: MultiUSRP: Fix send_waveforms()iprivit2019-11-131-1/+1
* devtese: Change default Python interpreter to 3Martin Braun2019-11-0812-12/+12
* docs: added N320/N321 to FPGAmattprost2019-11-071-11/+14
* docs: Add info on FPGA flavours for E320 and N3xxMartin Braun2019-11-072-1/+50
* python: Make multi_usrp::get_*_usrp_info() return a Python dictMartin Braun2019-11-041-2/+12
* uhd: dict: Add typecast operator to std::map<>Martin Braun2019-11-043-0/+19
* python: Included complex.h to allow pybind to convert that data typeerickshepherdNI2019-11-011-0/+1
* e3xx: corrected frontend name in devtesterickshepherdNI2019-10-281-1/+1
* examples: remove thread priority elevationCiro Nishiguchi2019-10-2226-62/+0
* libusb: fix global session race conditionMark Meserve2019-10-161-0/+5
* Docs: Adjust FPGA functional verification testsmichael-west2019-10-151-21/+21
* Docs: Fix MPM cmake command for E320michael-west2019-10-151-1/+1
* cmake: Add UHD_COMPONENT variablemichael-west2019-10-154-1/+10
* docs: Fix wrong anchor for PCIe transport paramsMartin Braun2019-10-151-1/+1
* docs: Fix more Doxygen warnings due to spurious backslashesMartin Braun2019-10-151-5/+5
* cmake: Use new UHDBoost.cmake in init_usrp and toolsMichael Dickens2019-10-151-38/+22
* cmake: add UHDBoost.cmake and use it for building UHDMichael Dickens2019-10-153-41/+336