aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'maint'Josh Blum2012-06-281-36/+2
|\|
| * usrp1: revert calculation for DAC freq outside of 1st NyquistJosh Blum2012-06-281-36/+2
| | | | | | | | This patch does not work. A possibile solution will be added to master.
* | usrp2: MAX_SEQS_OUT-1 because ack comes after sendJosh Blum2012-06-191-1/+1
| |
* | Merge branch 'maint'Josh Blum2012-06-181-1/+1
|\|
| * xcvr2450: fix to disable LO offset for TX sideJosh Blum2012-06-181-1/+1
| | | | | | | | | | | | | | | | | | | | XCVR2450 has a common LO for RX and TX. The use LO offset should be the same for both sides. When different, a tune for one side will override the other side, because the DSP will not know the compensation factor after the other side is tuned. Setting both use_lo_offset to false is how this was pre 3.4 release.
* | n2x0: only check for the GPSDO once after power upJosh Blum2012-06-182-9/+39
| | | | | | | | | | | | We used to only check if the EEPROM was setup properly. But now we always check, but check only once after first power up, and disable the check if not found.
* | usrp2: created fw peek/poke functionsJosh Blum2012-06-182-6/+22
| |
* | RFX: added support for calibration utilsJosh Blum2012-06-121-1/+1
| | | | | | | | | | Special CAL RX antenna rule: keep mixer enabled to reduce transients. 0 dB gains settings for RX and TX to deal with RFX sensitivity range.
* | wbx: dont sync for lower rates so we can lockJosh Blum2012-06-083-21/+36
| |
* | utils: UHD Image Downloader - downloads firmware/FPGA images compatible with ↵Nicholas Corgan2012-06-073-23/+23
| | | | | | | | the current host code and places them in the images directory
* | usrp2: fix fw bug for spi transact (order of operations)Josh Blum2012-06-071-1/+1
| |
* | usrp: clear rx dsp on deconstructionJosh Blum2012-06-051-0/+10
| |
* | Merge branch 'maint'Josh Blum2012-05-301-1/+6
|\|
| * usrp1: shutoff DAC digital w/ TX state machineJosh Blum2012-05-301-1/+6
| |
* | usrp: added control for sr based i2c coreJosh Blum2012-05-303-0/+194
| |
* | gpsdo: added "gpsdo" clock and time source optionsJosh Blum2012-05-184-10/+22
| | | | | | | | When an on-board GPSDO is detected, "gpsdo" is added to the options.
* | Merge branch 'maint'Josh Blum2012-05-171-2/+36
|\|
| * usrp1: removed print from codec_ctrl last commitJosh Blum2012-05-171-1/+1
| |
| * Fixing USRP1 aliasing logicNicholas Corgan2012-05-171-2/+36
| |
* | Merge branch 'maint'Josh Blum2012-05-162-6/+2
|\| | | | | | | | | Conflicts: host/docs/gpsdo.rst
| * Removed GPGSA from GPS driver since Firefly doesn't actually support it.Nick Foster2012-05-161-5/+1
| |
| * b100: fix use of boost cstdint hereJosh Blum2012-05-161-1/+1
| |
* | usrp: mboard eeprom map use string as keyJosh Blum2012-05-1410-25/+27
| |
* | Merge branch 'maint'Josh Blum2012-05-142-1/+3
|\|
| * Throwing here causes difficulty initializing new USRPsJason Abele2012-05-141-1/+1
| |
| * usrp1: ensure frontend specs are init'd to somethingJosh Blum2012-05-111-0/+2
| | | | | | | | | | This helps the case of 4x DDC no DUC for example, that way at least something empty is set to the property.
* | usrp2: burner print, escapes and quotes for cross-platformJosh Blum2012-05-111-2/+9
| |
* | usrp2: print helpful message with burner commandJosh Blum2012-05-113-4/+55
| |
* | Examples - Test Daughterboard Coercion: moves across the frequency and gain ↵Nicholas Corgan2012-05-101-0/+8
| | | | | | | | ranges of a daughterboard and tests whether or not it can tune/lock at all advertised frequencies and gains
* | b100/e100: bumped compat number to 10 after fpga mergeJosh Blum2012-04-252-2/+2
| |
* | uhd: squashed transport workJosh Blum2012-04-232-32/+25
| |
* | Merge branch 'master' into nextJosh Blum2012-04-2117-49/+82
|\ \
| * | e100: fix typo from last commitJosh Blum2012-04-201-1/+1
| | |
| * | mboard id's are now more concise (codenames are separated, for example), and ↵Nicholas Corgan2012-04-2016-49/+86
| | | | | | | | | | | | dboard subdev names are more descriptive (RFX RX is now RFX1200 RX, etc)
| * | multi_usrp: returns db_eeprom instead of gdb_eeprom in both TX/RX casesNicholas Corgan2012-04-171-5/+1
| | |
* | | dboard: updated timed sync stuff for wbx* sbx*Josh Blum2012-04-205-39/+53
| | |
* | | usrp2: cleanup for fifo control wraparound_lt16 routineJosh Blum2012-04-201-5/+3
| | |
* | | usrp2: add variable for wb/spi interfaceJosh Blum2012-04-202-12/+27
| | | | | | | | | | | | | | | This variable gets set based on the rev type so we can support the command fifo when present.
* | | usrp2: updated fifo command with to 16 (1 short fifo)Josh Blum2012-04-181-1/+1
| | |
* | | usrp: updated nchan usage for vita rx changeJosh Blum2012-04-101-1/+1
| | |
* | | Merge branch 'master' into nextJosh Blum2012-04-102-11/+55
|\| |
| * | Merge branch 'maint'Josh Blum2012-04-092-6/+4
| |\|
| | * dsp: clear register now overlaps with numchan register.Josh Blum2012-04-091-4/+2
| | | | | | | | | | | | This fixes the bug of unwanted clearing when setting format.
| | * usrp: fix set_clock_config typo for external and mimo clock refJosh Blum2012-04-061-2/+2
| | | | | | | | | | | | | | | | | | This is a typo in the set_clock_config implementation. However, the enum values are the same, so this would not cause a bug. Fixed although set_clock_config is a deprecated interface.
| * | multi_usrp: added subdev spec and antenna to get_usrp_info functionsNicholas Corgan2012-04-051-1/+1
| | |
| * | multi_usrp: added subdev spec and antenna to get_usrp_info functionsNicholas Corgan2012-04-051-1/+5
| | |
| * | lib: multi_usrp can now output motherboard and daughterboard data in a ↵Nicholas Corgan2012-04-041-5/+47
| | | | | | | | | | | | dictionary form
* | | Merge branch 'master' into nextJosh Blum2012-04-033-4/+10
|\| | | | | | | | | | | | | | Conflicts: host/examples/CMakeLists.txt
| * | Merge branch 'maint'Josh Blum2012-03-293-4/+10
| |\|
| | * usrp1: stop threads in deconstructorJosh Blum2012-03-293-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Its important to stop the threads before we let the other smart point objects naturally deconstruct to avoid thread-based race conditions. The attempt to deconstruct the tree and soft time ctrl had a bug because the tree had references in subtrees within the dboard manager class. Rather than continue to fix this method and deconstruct the tree to free up soft time ctrl, it seems simpler to just stop the thread in soft time ctrl, and then let it naturally deconstruct later by ref count.