aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp
Commit message (Collapse)AuthorAgeFilesLines
* E100: Simplify GPSDO UART so it does not strip characters.michael-west2016-09-021-2/+0
|
* X300: GPSDO fixesmichael-west2016-09-021-19/+17
| | | | | - Optimize writes so full 32-bit words are written at a time - Simplify UART so it does not strip or add characters
* B200: GPSDO fixesmichael-west2016-09-023-20/+12
| | | | | | | - Fix initialization order - Initialize to proper baud rate divisor - Remove unused function to change baud rate divisor - Simplify UART code so it does not strip or add characters
* gps_ctrl: Multiple fixesmichael-west2016-09-021-115/+125
| | | | | | | - Check for updates if cached data is older than one millisecond - Removed timeouts when checking for updated data from UART - Subscribe to SERVO:TRACe message every second and process like NMEA strings - Refactored code for simplification
* GPSDO: Make sure read_uart() returns only complete strings for all devices.michael-west2016-09-023-15/+29
|
* Add thread safety to gps_ctrl cached sensorsmichael-west2016-09-021-0/+3
|
* uhd: error on setting large recv_frame_size fixed #1212Sugandha Gupta2016-08-291-6/+11
|
* 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)
* 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>
* 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.
* Spelling fixesNicholas Corgan2016-06-141-6/+6
|
* 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'`
* UBX: Force RX LNAs on to reduce RX settling timemichael-west2016-05-261-7/+26
|
* UBX: Fixed noise issues and reduced power consumption and heatmichael-west2016-05-261-23/+37
| | | | | - Removed force on of components to reduce noise, power consumption, and heat - Set TX PA force on only when RX antenna set to RX2 to remove long TX transient caused by HW issue on TX path
* bugfix#1102: Prevented X300 DAC FIFO from underflowingAshish Chaudhari2016-05-253-15/+4
| | | | | | | - The spectral distortion was begin caused by the DAC FIFO underflowing. The fix was to run through the DAC sync procedure which uses the falling edge clock to sample the RefClk and sync it with the data clk
* b200: Changed implicit conversion to explicit conversion for wptrAndrew Lynch2016-05-051-2/+2
|
* b200: Changed tree sptr in lambda to wptrAndrew Lynch2016-05-041-2/+6
|
* b200: Fixed setting of max rateMartin Braun2016-04-222-10/+18
| | | | | | | DSP rates are now being tracked as in whether or not they've been set. We can disregard unset DSPs for the automatic clock rate calculation. Reviewed-By: Derek Kozel <derek.kozel@ettus.com>
* e3xx: spi: Fix issue introduced in 1b149f56Moritz Fischer2016-04-191-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Kernels (3.15+) introduce the possibility to do DUAL and QUAD spi operations via spidev. Prior to this commit nothing was setting the {tx,rx}_nbits members of the struct spi_ioc_transfer. from include/uapi/linux/spi/spidev.h struct spi_ioc_transfer { __u64 tx_buf; __u64 rx_buf; __u32 len; __u32 speed_hz; __u16 delay_usecs; __u8 bits_per_word; __u8 cs_change; __u8 tx_nbits; __u8 rx_nbits; __u16 pad; }; This turns into an issue on more recent kernels, where it turns all transactions into QUAD transactions, while the controller actually doesn't support that mode of operation. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* gpio core: Fixed a mismatch in the address assignment for RX and full duplexPaul David2016-04-061-2/+2
|
* ubx: Changed member declaration to satisfy debug builds on WindowsMartin Braun2016-03-291-1/+1
|
* Added missing stdint.h includeNicholas Corgan2016-03-221-1/+2
|
* Fixed minor warnings:Nicholas Corgan2016-03-042-3/+3
| | | | | | * nirio_driver_iface_win: labeled unused variable for MinGW builds * b200_impl: fixed unreferenced variable warning * n200_image_loader: fixed signed vs. unsigned comparison
* x300: Added power cycle message to uhd_image_loaderMartin Braun2016-03-031-0/+2
|
* e300: Fixed a memory leak in udev codeMarcus Müller2016-03-031-2/+3
| | | | | When querying temp mboard sensor on e300, sysfs attributes are read through udev.
* Enable multiple programs to use USB USRPs on WindowsDerek Kozel2016-02-291-4/+6
| | | | | | | Window's WinUSB driver doesn't support multiple processes accessing a single USB device and libusb_open returns LIBUSB_ACCESS_ERROR when trying to access an already claimed USRP. One device access did not catch this exception and caused UHD to error during USRP discovery.
* UBX: Phase synchronizationmichael-west2016-02-187-99/+340
| | | | | | | - Disabled MAX2871 VCO auto selection for phase sync - Added checks for new phase sync constraints recently published by Maxim - Added dboard_clock_rate option for X300 - Adjusted timing of SYNC signal relative to dboard referenc clock
* B200: Fix for increasing retune timesmichael-west2016-02-051-2/+2
|
* cmake: removed unnecessary includeNicholas Corgan2016-01-181-3/+1
|
* e3xx: Added FPGA loading code for speedgrade 3 devices.Moritz Fischer2015-12-165-15/+29
| | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* ADF4002: Fix register programming (bug #974)michael-west2015-12-151-4/+4
|
* b200: Factored ihex routines out of b200_ifaceMartin Braun2015-12-141-160/+23
|
* B2xx: Added B205mini support.michael-west2015-12-104-35/+46
| | | | | | - Add support to b200_impl - New INF file - Removed references to old 'B205' name
* b2xx,e3xx,x300: Bumped FPGA compat numbers after SW time-sync changesAshish Chaudhari2015-12-103-4/+4
| | | | | | | - b200: compat 13 - b200mini: compat 4 - e3xx: compat 14 - x3xx: compat 19
* Bumped FPGA compat numbers for B200, X300, and E300.michael-west2015-12-103-3/+3
|
* B200/E300: Set time sync on clock rate change to current time of first radiomichael-west2015-12-104-8/+20
|
* B210/E300: Re-sync times after master clock rate change.michael-west2015-12-102-0/+6
|
* E300/X300: Add VITA time synchronization on internal signalmichael-west2015-12-105-6/+32
|
* B210: Add VITA time synchronization on internal signalmichael-west2015-12-105-10/+30
|
* e300: added virtual destructor to e300_sensor_manager classNicholas Corgan2015-12-081-1/+3
|
* max287x: assert target_freqMartin Braun2015-10-161-0/+1
|
* e3xx: sysfs: Drop reference when we're done.Moritz Fischer2015-10-141-0/+2
| | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* fixup! ad9361: codec manager needs more includes on some platformsMartin Braun2015-10-121-0/+1
|
* B200: Fix for CODEC loopback test failuremichael-west2015-10-121-4/+34
| | | | - Add delay after putting CODEC in loopback mode
* b2xx,e3xx,x300: Bumped compat numbers for 3.9.1 UHD releaseAshish Chaudhari2015-09-033-4/+4
| | | | | | | - b200: compat 11 - b200mini: compat 2 - e300: compat 11 - x300: compat 15
* b2xx: Removed DCM reset bit (obsolete)Martin Braun2015-09-032-3/+2
|
* b200mini: Change AD9364 interface timing for new IO design.Ian Buckley2015-09-031-17/+3
| | | | Removes all DCM reset codes.