aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* x300: Increased the max image size for burnerAshish Chaudhari2015-07-231-1/+1
| | | | - We added additional microcode to configure DCI matching,config rate,etc
* Updated images package for master (X300 updates)Ashish Chaudhari2015-07-221-2/+2
|
* x300: Updated CLK->DATA delay for ADCAshish Chaudhari2015-07-221-2/+2
| | | | | | | | - The value was originally empirically determined based on self-cal results. After the fix for uncalibrated IDELAY, the self-cal offset data was no longer correct. - The new delay through the ADC ensures that the self-cal nominally pick the halfway tap of 16
* x300: Added a comprehensive radio reset sequenceAshish Chaudhari2015-07-224-32/+68
| | | | | | | | | | | - Everytime the LMK is configured, we do the following: - Reset all LMK regs - Wait for LMK lock - Reset radio_clk PLL in FPGA - Wait for FPGA PLL to lock - Assert radio_rst which resets downstream radio logic - This address the intermittent self-cal failures due to uncalibrated IDELAY taps - Bumped FPGA compat to 12
* x300: Minor: Optimized ADC/DAC resetsAshish Chaudhari2015-07-221-11/+11
|
* x300: Changed ADC clock swing to 1.6V from 0.7VAshish Chaudhari2015-07-221-2/+2
| | | | - This changed with the ADS62P44 -> ADS62P48 design change
* ad9361: Updated copyright headersMartin Braun2015-07-216-6/+84
|
* tools: Moved nirio_programmer out of utilsMartin Braun2015-07-214-1/+100
|
* Merge branch 'maint'Martin Braun2015-07-210-0/+0
|\
| * Updating images package for 3.8.5Martin Braun2015-07-211-2/+2
| |
* | Merge branch 'master' into x300/rev7_supportAshish Chaudhari2015-07-203-7/+9
|\ \
| * | Merge branch 'maint'Martin Braun2015-07-202-5/+5
| |\| | | | | | | | | | | | | Conflicts: host/include/uhd/transport/nirio/nirio_driver_iface.h
| | * nirio: fixed defines for OS X vs. other unsupported platformsNicholas Corgan2015-07-201-3/+5
| | |
| | * docs: OctoClock API link fixed.Martin Braun2015-07-201-2/+2
| | |
| | * e3xx: eeprom: Fix off by one error in serial number writing code.Moritz Fischer2015-07-161-1/+1
| | | | | | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
| | * e3xx: Make all e3xx motherboards show up as such.Moritz Fischer2015-07-161-2/+2
| | | | | | | | | | | | | | | | | | | | | All currently available e3xx daugherboards are equivalent from a UHD perspective, so make them consistently show up as "E3XX". Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
| * | nirio: fixed defines for OS X vs. other unsupported platforms (master)Nicholas Corgan2015-07-201-2/+4
| | |
* | | x300: Addressed code review feedback for Rev7+ supportAshish Chaudhari2015-07-204-129/+137
| | |
* | | x300: Added extended ADC self-testAshish Chaudhari2015-07-192-9/+68
| | | | | | | | | | | | | | | - New device arg "ext_adc_self_test" triggers the test - ext_adc_self_test=<time> runs the test for "time" seconds
* | | x300: Made all X300 revision related errors fatalAshish Chaudhari2015-07-191-13/+20
| | | | | | | | | | | | | | | - product code, revision and revision compat errors are now exceptions - Added recover_mb_eeprom arg to recover from a corrupt/uninitialized EEPROM
* | | x300: Added HW rev compat number supportAshish Chaudhari2015-07-183-13/+40
| | | | | | | | | | | | | | | - Added new field "revision_compat" to mb_eeprom - Enforce a revision_compat of 7
* | | x300: Added new Rev7+ X3x0 MB product codesAshish Chaudhari2015-07-182-2/+54
|/ / | | | | | | | | - Added new PCIe and MB PIDs for new boards - Added an error if MB PID is invalid
* | x300: Bumped max HW rev to 8Martin Braun2015-07-161-1/+1
| |
* | Merge branch 'maint'Martin Braun2015-07-163-3/+107
|\|
| * e3xx: docs: Add battery information.Moritz Fischer2015-07-163-2/+69
| | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
| * e3xx: docs: Added paragraph about error codes.Moritz Fischer2015-07-151-1/+38
| | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* | utils: Made uhd_images_downloader Python3-compatibleMartin Braun2015-07-151-84/+77
| |
* | cmake: Bumped minimum version for CMake to 2.8Martin Braun2015-07-151-1/+1
| |
* | Added uhd::image_loader class and uhd_image_loader utilityNicholas Corgan2015-07-1541-140/+2735
| | | | | | | | | | | | * Single class for loading firmware/FPGA images onto devices instead of multiple utilities * Loading functions are registered for each device, corresponding to their --args="type=foo" name * Deprecation warnings added to all product-specific image loading utilities
* | Merge branch 'maint'Martin Braun2015-07-141-1/+0
|\|
| * x300: Removed stray debug printMartin Braun2015-07-141-1/+0
| |
* | Updated images packageMartin Braun2015-07-141-2/+2
| | | | | | | | | | | | | | - X300 Rev7 images - B200 updated firmware (V8) - OctoClock - E300 (idle image)
* | Updated compat numbers for B2x0 and X3x0Martin Braun2015-07-143-3/+3
| | | | | | | | | | - B2x0: FW compat number (goes with previous firmware update) - X3x0: Max HW rev number
* | build: Python 3 compatibility for build scriptsNicholas Corgan2015-07-144-16/+16
| |
* | uhd: Replacing Cheetah w/ Mako 0.4.2 (allows Python 3 compat)Martin Braun2015-07-1425-612/+585
| |
* | Merge branch 'maint'Martin Braun2015-07-1445-35/+4783
|\| | | | | | | | | | | | | | | | | | | Conflicts: fpga-src host/CMakeLists.txt host/cmake/Modules/UHDVersion.cmake host/lib/usrp/b200/b200_impl.hpp host/lib/usrp/e300/e300_fpga_defs.hpp host/lib/usrp/x300/x300_fw_common.h
| * 3.8.5 Release CandidateMartin Braun2015-07-144-3/+17
| | | | | | | | | | | | - Updated fpga-src - Updated version strings - Updated images package
| * x300: Added max hw rev checkingMartin Braun2015-07-142-0/+11
| |
| * e3xx: Fixup for idle image to follow naming convention.Moritz Fischer2015-07-141-2/+2
| | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
| * examples: Improved tx_waveform multi-channel syncMartin Braun2015-07-141-8/+18
| |
| * e3xx: Bump compat number from 6 -> 8.Moritz Fischer2015-07-141-1/+1
| | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
| * e3xx: Increase TX buffer size to PAGE_SIZE.Moritz Fischer2015-07-141-1/+1
| | | | | | | | | | | | | | | | This was originally limited because it performed poor, however, with refactoring that has been done since release, this now gives better performance. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
| * e3xx: Load idle image on shutdown.Moritz Fischer2015-07-142-23/+33
| | | | | | | | | | | | | | | | | | | | This commit will have UHD load the idle fpga image on destruction of e300_impl. Note: This requires usrp_e310_idle_fpga.bit to be present in the UHD images directory. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
| * b200: Bumped FPGA compat number to 8 for releaseAshish Chaudhari2015-07-141-1/+1
| |
| * e3xx: Added firmware for battery based devices.Moritz Fischer2015-07-1335-0/+4703
| | | | | | | | | | | | Note: This firmware does *not* support Rev B units. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* | x300: Added retry mechanism to ADC capture delay self-calAshish Chaudhari2015-07-141-47/+65
| | | | | | | | | | - If the self-cal fails, UHD waits for 2 sec for the ADC temp to stabilize and retries the self-cal
* | x300: Updated pre-rev7 board delays after characterizationAshish Chaudhari2015-07-141-3/+2
| | | | | | | | - Characterized over process and temperature
* | b2xx: Added side-channel utility for FX3 debuggingBalint Seeber2015-07-141-0/+644
| |
* | fx3: New firmware features: Logging, more configurationBalint Seeber2015-07-143-364/+756
| | | | | | | | | | | | | | - Logging in conjunction with B200 side-channel utility (using UART or directly over USB) - More and better configurability, e.g. Tx voltage swing and DMA configuration
* | octoclock: fixed install directory for relevant headersNicholas Corgan2015-07-141-2/+2
| |