aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp
Commit message (Expand)AuthorAgeFilesLines
* uhd: Add reference power level API to multi_usrp and radio_controlMartin Braun2020-04-173-0/+98
* b200: Add a prop tree node usb_versionMartin Braun2020-04-141-0/+1
* multi_usrp: Approximate legacy behaviour for recv_async_msg()Martin Braun2020-04-131-5/+29
* multi_usrp_rfnoc: Manually pass sample rate to ddc/ducsteviez2020-04-131-0/+14
* multi_usrp_rfnoc: Fix get_rx/tx_rates()steviez2020-04-131-12/+10
* fixup! uhd: Add fuzzy serial number checkingmattprost2020-04-091-1/+1
* uhd: mpm: Query prefs per-device for multi-device queriesLane Kolbly2020-04-082-2/+15
* uhd: Add fuzzy serial number checkingLane Kolbly2020-04-081-1/+2
* uhd: cal: Use usrp::cal::database instead of CSV filesMartin Braun2020-04-021-167/+128
* multi_usrp: Fix ALL_CHAN and ALL_MBOARDS API calls for Gen-3 devicesMartin Braun2020-03-311-105/+64
* fixup! x300: lf/basic antenna API implementationMartin Braun2020-03-261-2/+2
* x300: lf/basic antenna API implementationmattprost2020-03-234-110/+234
* multi_usrp: Provide valid return value for multi_usrp::get_device()Martin Braun2020-03-121-3/+51
* utils/C API: Fix property tree accessMartin Braun2020-03-121-4/+4
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-03173-15372/+17286
* x300: add front-panel GPIO source controleklai2020-02-185-43/+120
* ad9361: Fix formattingMartin Braun2020-02-101-13/+10
* multi_usrp: Add get_tree() API callMartin Braun2020-02-042-0/+10
* multi_usrp: Amend APIs for GPIO source controlMartin Braun2020-01-232-1/+12
* mpm/mpmd: Expose APIs to drive GPIO sourcesMartin Braun2020-01-231-0/+40
* mpmd: Use dpdk_simple for MTU discoveryAlex Williams2020-01-221-91/+16
* x300: Remove early x300_device_args usageAlex Williams2020-01-221-7/+6
* cmake: Find DPDK via pkg-config, if availableAlex Williams2020-01-222-1/+3
* uhd: fixing MSVC warningsBrent Stapleton2020-01-093-14/+23
* uhd: Correct rx/tx EEPROM typoToni Jones2020-01-071-5/+5
* multi_usrp: unify GPIO access typeBrent Stapleton2019-12-301-1/+1
* usrp: Change default number of data frames for X300Ciro Nishiguchi2019-12-201-16/+20
* transport,usrp: Make available packet-based flow controlAlex Williams2019-12-206-44/+59
* usrp: Add I/O service manager for DPDKCiro Nishiguchi2019-12-202-0/+24
* x300,mpmd: Enable DPDKMartin Braun2019-12-2012-465/+216
* e31x: Fix filter bank and antenna switching for channel 0Sugandha Gupta2019-12-023-43/+60
* mpmd: Name the claimer task threadMartin Braun2019-11-261-13/+15
* x300: pcie manager updatesVirendra Kakade2019-11-262-129/+93
* mg: Turn the set-lock into a recursive mutexMartin Braun2019-11-262-15/+15
* mg: Always set MCR on both daughterboardsMartin Braun2019-11-263-12/+33
* mpmd: Fix get_mboard_name()Martin Braun2019-11-261-1/+1
* n310: Fix GPIO registersMartin Braun2019-11-261-3/+6
* mg/rh/rfnoc: Harmonize peripheral registersMartin Braun2019-11-263-18/+29
* gpio_atr_3000: Fix return value for pin control registerMartin Braun2019-11-261-1/+3
* e310: Fix issues in MPM and UHDMartin Braun2019-11-261-7/+3
* mpm/mpmd: Remove token requirement for device infoMartin Braun2019-11-261-2/+2
* rfnoc: Rename thread affinity argsCiro Nishiguchi2019-11-262-49/+52
* lib,tests: Remove old DPDK files from buildAlex Williams2019-11-261-7/+8
* rfnoc_graph: Modify find_blocks() to sort return valueMartin Braun2019-11-261-35/+2
* multi_usrp: Fix GPIO bank selectionMartin Braun2019-11-261-11/+68
* liberio: porting to I/O servicesBrent Stapleton2019-11-261-11/+2
* multi_usrp: Add set_rx_spp() callMartin Braun2019-11-262-2/+34
* rfnoc: Restrict to inline I/O service based on link restrictionsCiro Nishiguchi2019-11-261-1/+33
* rfnoc: Use graph_utils in multi_usrp chan generationBrent Stapleton2019-11-261-113/+142
* rfnoc: Merge I/O service device args with stream argsCiro Nishiguchi2019-11-264-42/+113