aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp2pNick Foster2010-07-293-0/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | ADC gain control works.Nick Foster2010-07-283-8/+25
| * | | | | | | | | | | | | | ADC SPI works. ADC gain interface "works".Nick Foster2010-07-282-2/+2
| * | | | | | | | | | | | | | usrp: codec gains, don't bind functio npointers, also add prioritiesNick Foster2010-07-281-14/+57
| * | | | | | | | | | | | | | Widened SPI slave select bus to 16 bits in host and firmware.Nick Foster2010-07-281-3/+3
| * | | | | | | | | | | | | | Added gain range property to rx_codec_get.Nick Foster2010-07-281-0/+5
| * | | | | | | | | | | | | | Merge branch 'usrp2p2' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp2pyNick Foster2010-07-284-9/+97
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Added gain support for USRP2+ ADC.Nick Foster2010-07-274-9/+96
| | * | | | | | | | | | | | | | Merge branch 'codec_gains' of git@ettus.sourcerepo.com:ettus/uhdpriv into usr...Nick Foster2010-07-2611-33/+263
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into codec_gainsNick Foster2010-07-262-4/+4
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | usrp: removed gain handler code (replaced by gain group)Josh Blum2010-07-241-20/+3
| | | * | | | | | | | | | | | | | | usrp: added gain group support usrp2 dboard and to wrapper implementationsJosh Blum2010-07-246-15/+145
| | | * | | | | | | | | | | | | | | usrp2: added codec impl for codec properties to usrp2Josh Blum2010-07-235-0/+117
| * | | | | | | | | | | | | | | | | Interface access methods for users to access dboards.Nick Foster2010-07-271-0/+12
| * | | | | | | | | | | | | | | | | This is a manual merge of codec_gains2 into usrp2py.Nick Foster2010-07-2711-33/+263
| * | | | | | | | | | | | | | | | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp2pxNick Foster2010-07-275-4/+59
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Host-side changes to work with the USRP2+.Nick Foster2010-07-2611-103/+253
| * | | | | | | | | | | | | | | | | Deleted manually those files to correspond with USRP2P branch.Nick Foster2010-07-262-75/+180
| * | | | | | | | | | | | | | | | | Firmware compiles.Nick Foster2010-07-261-0/+16
| | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | usrp2: implemented clear state for RX and TX control, and zero sample command...Josh Blum2010-11-085-39/+8
* | | | | | | | | | | | | | | | | Merge branch 'master' into flow_ctrlJosh Blum2010-11-0516-113/+732
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | dbsrx2: removed windows warnings, made bandwidth param a doubleJosh Blum2010-11-051-11/+11
| * | | | | | | | | | | | | | | | Merge branch 'dbsrx2'Josh Blum2010-11-052-0/+440
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | Added mangling for DBSRX2 i2c addresses on USRPJason Abele2010-11-051-10/+9
| | * | | | | | | | | | | | | | | | Adjusting rx_get and rx_set for newer keysJason Abele2010-11-051-30/+16
| | * | | | | | | | | | | | | | | | Working DBSRX2 daughterboard codeJason Abele2010-11-052-0/+455
| * | | | | | | | | | | | | | | | | uhd: for eeprom writeback, write and set only those values changedJosh Blum2010-11-053-18/+26
| * | | | | | | | | | | | | | | | | uhd: rename identifier for usrp1 eeprom, and fix offsets, add serial support ...Josh Blum2010-11-054-43/+48
| * | | | | | | | | | | | | | | | | Merge branch 'good_stuff' into mb_eepromJosh Blum2010-11-053-18/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | usrp: implement name checking on dicovery (all platforms), separate usb seria...Josh Blum2010-11-057-15/+52
| * | | | | | | | | | | | | | | | | | usrp: replaced device specific burner apps with one generic one for mboard ee...Josh Blum2010-11-043-25/+15
| * | | | | | | | | | | | | | | | | | usrp: print eeprom key/value pairs in the probe app, fixed mac addr sizeJosh Blum2010-11-041-3/+3
| * | | | | | | | | | | | | | | | | | usrp2: move mboard eeprom instance into iface to the clock control can access itJosh Blum2010-11-047-18/+19
| * | | | | | | | | | | | | | | | | | Merge branch 'good_stuff' into mb_eepromJosh Blum2010-11-043-1/+18
| |\| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Merge branch 'ovfl' into good_stuffJosh Blum2010-11-043-1/+18
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | usrp2: implemented mboard eeprom into usrp2 mboardJosh Blum2010-11-044-103/+75
| * | | | | | | | | | | | | | | | | | usrp: created mboard eeprom map class, implemented for usrp2Josh Blum2010-11-042-0/+177
| |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | uhd: added dict get method, used in usrp1 image loadingJosh Blum2010-10-311-4/+2
* | | | | | | | | | | | | | | | | | Merge branch 'master' into flow_ctrlJosh Blum2010-10-285-10/+20
|\| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge branch 'next'Josh Blum2010-10-2814-116/+230
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | Fix Bandwidth for IQ subdevs on Basic/LFJason Abele2010-10-284-7/+17
| * | | | | | | | | | | | | | | | | | usrp: fixed validate subdev spec typo for empty string casesJosh Blum2010-10-261-3/+3
* | | | | | | | | | | | | | | | | | | Merge branch 'next' into flow_ctrlJosh Blum2010-10-2714-116/+220
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | usrp: added a time sync check for multi usrpJosh Blum2010-10-271-0/+9
| * | | | | | | | | | | | | | | | | | uhd: replaced print warning with a post warning call and registryJosh Blum2010-10-2611-20/+20
| * | | | | | | | | | | | | | | | | | usrp: rework lo offset logic to use bandwidth, add test caseJosh Blum2010-10-251-3/+6
| * | | | | | | | | | | | | | | | | | uhd: tune helper + request, forgot to use and set target freqJosh Blum2010-10-251-1/+1
| * | | | | | | | | | | | | | | | | | Added bandwidth property to all daughterboardsJason Abele2010-10-257-9/+107
| * | | | | | | | | | | | | | | | | | uhd: created tune request struct and implemented more fine grained tuning callsJosh Blum2010-10-253-96/+90
| |/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | dbsrx: allow for setup time after changing the vco selectionJosh Blum2010-10-241-0/+3