aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp
Commit message (Collapse)AuthorAgeFilesLines
...
| * uhd: error on setting large recv_frame_size fixed #1212Sugandha Gupta2016-08-291-6/+11
| |
* | TwinRX: Fixed missing and redundant writes to FE settingsDerek Kozel2016-08-261-0/+6
| | | | | | | | | | | | TwinRX's Nyquist expert now writes the frontend correction settings on every tune to a new frequency. This guarantees phase alignment when timed commands are used and introduces minimal overhead.
* | Revert "B200: Adding separate B200 radio control code"Martin Braun2016-08-236-424/+12
| | | | | | | | This reverts commit 5d360ab43eca63e3f12f0e5abde5a3186b7f12dc.
* | x300: Bumped FPGA compat num (is now: 0x21 == 33) and FW compat num (is now 5)Martin Braun2016-08-231-2/+2
| | | | | | | | - Also updated images package.
* | Merge branch 'UHD-3.9.LTS' into maintMartin Braun2016-08-221-10/+35
|\|
| * ubx: Added codes for the rev2 and LP versionsMartin Braun2016-08-221-10/+35
| |
| * cores: Fixed typo in time_core_3000Martin Braun2016-08-121-2/+2
| |
| * WBX: Make frequencies <100 MHz work for v2 and v3 boards when reference ↵michael-west2016-08-012-16/+22
| | | | | | | | clock <100 MHz (i.e. on X300)
* | 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
| |
* | 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 ↵michael-west2016-08-101-6/+12
| | | | | | | | enabled (prevent function from disabling frontends)
* | x300: Device propagates suggested TX MTU through the mtu property, not ↵Martin Braun2016-08-092-4/+1
| | | | | | | | get_tx_hints()
* | x3xx: Enable readback of fpga_version_hashMoritz Fischer2016-08-092-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a feature that is already present in e3xx and n230 products allowing to read back the fpga git hash the current image has been built from. The value is available via property tree at: /mboards/0/fpga_version_hash Note: A compatibility number bump is required, as otherwise the register will always read back 0 Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* | Fix minor spelling errorDerek Kozel2016-08-091-1/+1
| |
* | Merging RFNoC support for X310Martin Braun2016-08-0923-1468/+3109
| |
* | ad936x: Loopback check now takes peeker/poker functors instead of assuming ↵Martin Braun2016-08-094-17/+23
| | | | | | | | any kind of interface
* | dboard manager: Allow deferring dboard initializationDerek Kozel2016-08-091-11/+40
| |
* | ad9361: Added option for safe SPIJonathon Pendlum2016-08-095-10/+68
| | | | | | | | - Also added check for reading chip ID
* | 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
| | | | | | | | | | Having this function allows a dboard_iface implementation to be aware of the timing of various calls such as SPI and register writes.
* | usb: fix 'timeout' variables to be unsigned since that is what the ↵Michael Dickens2016-08-011-2/+2
| | | | | | | | 'libusb_control_transfer' API uses.
* | common: adf5355: 'Fix' compiler warningMoritz Fischer2016-08-011-2/+2
| | | | | | | | | | | | | | GCC6 doesn't like nested /* /* */ */ comments (rightly so), and complains. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* | B200: Adding separate B200 radio control codemichael-west2016-07-226-10/+422
| |
* | 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-193-0/+434
| | | | | | | | | | - Added regmap - Added controller class
* | 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
| | | | | | | | | | - UHD and ZPU is now aware of Aurora SFP+ transceivers in the FPGA image - Added script to exercise Aurora BIST features
* | Merge branch 'maint'Martin Braun2016-06-233-5/+31
|\| | | | | | | | | Conflicts: host/lib/usrp/b200/b200_impl.cpp
| * b200: Update DSPs after changing tick rateMartin Braun2016-06-223-6/+32
| | | | | | | | | | Reviewed-By: Andrew Lynch <andrew.lynch@ni.com> Reviewed-By: Michael West <michael.west@ettus.com>
* | Merge branch 'maint'Martin Braun2016-06-222-6/+16
|\|
| * lib: fixed GCC 6 warnings/errorsNicholas Corgan2016-06-212-6/+16
| | | | | | | | | | * gpsd_iface: fixed ambiguity in boost::assign::list_of usage * b100/clock_ctrl: fixed "misleading indentation" warning
| * Added the option to disable ADC self-testMarcus Müller2016-06-171-1/+1
| | | | | | | | | | | | This proved helpful on devices where the EEPROM is wrong about hardware revision, and the EEPROM writing doesn't work, because the ADC self-test fails due to being run for the wrong board revision.
* | Merge branch 'maint'Martin Braun2016-06-141-6/+6
|\|
| * Spelling fixesNicholas Corgan2016-06-141-6/+6
| |
* | Merge branch 'maint'Martin Braun2016-06-141-1/+1
|\|
| * Fix off-by-one errorJonathan Wakely2016-06-071-1/+1
| | | | | | | | There's an off-by-one error in base64_decode_value that results in undefined behaviour when it's passed `'\x7b'`
* | Added the option to disable ADC self-testMarcus Müller2016-06-061-1/+1
| | | | | | | | | | | | This proved helpful on devices where the EEPROM is wrong about hardware revision, and the EEPROM writing doesn't work, because the ADC self-test fails due to being run for the wrong board revision.
* | Merge branch 'maint'Martin Braun2016-05-271-7/+26
|\|