aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
Commit message (Expand)AuthorAgeFilesLines
* changed clk constant to match new zpu clk changesRyan2016-08-221-1/+1
* x300: Removed superfluous verbosityMartin Braun2016-08-181-1/+1
* x300 radio: Fixed typo for frontend regsMartin Braun2016-08-122-2/+2
* cores: Fixed typo in time_core_3000Martin Braun2016-08-121-2/+2
* Frontend corrections: Provide new function for RFNoC-based radioNicolas Cuervo2016-08-114-11/+74
* WBX: Make v2 and v3 boards lock with 50 MHz ref clock (X300 default)michael-west2016-08-112-11/+17
* multi_usrp: Fixed compiler warning on read_registerMartin Braun2016-08-111-2/+1
* rfnoc: Radios now ignore stream commands when inactiveMartin Braun2016-08-111-0/+4
* x300: Fixed typo in check_radio_configMartin Braun2016-08-111-8/+6
* X300: Change so radio check so it only makes sure needed frontends are enable...michael-west2016-08-101-6/+12
* rfnoc graph: Removed debugging verbageMartin Braun2016-08-101-4/+4
* x300: Device propagates suggested TX MTU through the mtu property, not get_tx...Martin Braun2016-08-092-4/+1
* rfnoc: Legacy compat tracks TX and RX spp values separatelyMartin Braun2016-08-091-17/+37
* rfnoc: ctrl_iface error messages are now no longer the same as radio_ctrl_cor...Martin Braun2016-08-091-5/+5
* x3xx: Enable readback of fpga_version_hashMoritz Fischer2016-08-092-2/+8
* Fix minor spelling errorDerek Kozel2016-08-091-1/+1
* Merging RFNoC support for X310Martin Braun2016-08-0971-1482/+11051
* device_addr: change delimiters from std::string to const char*Nicholas Corgan2016-08-091-4/+4
* ad936x: Loopback check now takes peeker/poker functors instead of assuming an...Martin Braun2016-08-094-17/+23
* uhd: Added syntax error exception typeMartin Braun2016-08-091-0/+1
* dboard manager: Allow deferring dboard initializationDerek Kozel2016-08-091-11/+40
* ad9361: Added option for safe SPIJonathon Pendlum2016-08-095-10/+68
* cores: GPIO core gets explicit DDR settingJonathon Pendlum2016-08-092-0/+7
* cores: Added shutdown option to SPI coreJonathon Pendlum2016-08-092-3/+23
* Improve LO APIs for daughterboards without configurable LOsDerek Kozel2016-08-091-5/+10
* Coerces dsp frequency to 0 if any channel uses an external LODerek Kozel2016-08-091-1/+19
* Add sleep function to dboard_ifaceKevin Gilbert2016-08-053-4/+35
* usb: usb_dummy made to match usb_control and usb_zero_copyMartin Braun2016-08-021-2/+10
* usb: tweak types for consistency between LIBUSB API calls and internal UHD us...Michael Dickens2016-08-012-8/+8
* usb: add virtual destructors where needed; make virtual destructors out-of-li...Michael Dickens2016-08-014-20/+73
* usb: fix interfaces to be type 'int' and endpoints to be type 'unsigned char'...Michael Dickens2016-08-012-11/+11
* usb: fix 'timeout' variables to be unsigned since that is what the 'libusb_co...Michael Dickens2016-08-012-3/+3
* usb: fix 'submit' to return 'int' since that is what 'libusb_control_transfer...Michael Dickens2016-08-011-7/+7
* Merge branch 'maint'Martin Braun2016-08-017-43/+60
|\
| * WBX: Make frequencies <100 MHz work for v2 and v3 boards when reference clock...michael-west2016-08-012-16/+22
| * Octoclock: Fixed issues related to missing strings from GPSDO.michael-west2016-06-282-13/+26
| * Octoclock: Fix firmware version compatibilitymichael-west2016-06-277-30/+34
* | transport: fixed an issue where the number of conversions were incorrectly ba...Paul David2016-08-012-2/+2
* | common: adf5355: 'Fix' compiler warningMoritz Fischer2016-08-011-2/+2
* | usrp3: Added SW muxer/demuxer for the zero_copy interfaceAshish Chaudhari2016-07-292-0/+251
* | B200: Adding separate B200 radio control codemichael-west2016-07-226-10/+422
* | UHD: Fixes for super_recv_packet_hadlermichael-west2016-07-221-3/+14
* | C API: wrapped multi_usrp functions for interacting with LO'sNicholas Corgan2016-07-191-1/+90
* | multi_usrp: Added LO control APIDerek Kozel2016-07-191-0/+161
* | Added TwinRX daughterboard control.Ashish Chaudhari2016-07-1910-0/+3845
* | adf_synth: Added muxout config API to 435x controllersAshish Chaudhari2016-07-191-0/+34
* | twinrx: Added ADF5355 control moduleAshish Chaudhari2016-07-195-0/+605
* | x300: Minor: Assert if FPGA image identifier is not long enoughAshish Chaudhari2016-07-121-0/+2
* | x300: UHD is now compatible with FPGA images with Aurora supportAshish Chaudhari2016-07-072-25/+45
* | Merge branch 'maint'Martin Braun2016-06-235-5/+41
|\|