aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/mboard_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | USRP2P: mboard rev works through props interface.Nick Foster2010-10-121-8/+10
| * | USRP2P: This is surprisingly involved. Adding a consistent interface to deal ...Nick Foster2010-10-121-9/+21
| * | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2pNick Foster2010-10-081-4/+4
| |\ \
| * | | USRP2P: internal reference selected by default.Nick Foster2010-10-051-2/+2
| * | | U2P: 32/64Mbit FLASH support, internal reference support for U2P r2Nick Foster2010-10-051-5/+15
| * | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2pNick Foster2010-09-151-6/+5
| |\ \ \
| * | | | Removing the GPS search stuff until I have time to figure out why the firmwar...Nick Foster2010-08-261-2/+2
| * | | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2pNick Foster2010-08-181-22/+15
| |\ \ \ \
| * | | | | Support for NMEA reads. Uses NMEA parsing instead of Jackson Labs parsing.Nick Foster2010-08-131-0/+4
| * | | | | first stab at a GPS driver in gps_ctrl.cpp. not the most expandable thing in ...Nick Foster2010-08-131-6/+1
| * | | | | Host-side fixes for GPS UART.Nick Foster2010-08-121-7/+6
| * | | | | Added host-side support for UART messaging.Nick Foster2010-08-121-0/+7
| * | | | | Merge branch 'master' into usrp2pNick Foster2010-08-101-0/+49
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp2pNick Foster2010-07-291-0/+1
| |\ \ \ \ \ \
| * | | | | | | This is a manual merge of codec_gains2 into usrp2py.Nick Foster2010-07-271-0/+3
| * | | | | | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp2pxNick Foster2010-07-271-0/+6
| |\ \ \ \ \ \ \
| * | | | | | | | Host-side changes to work with the USRP2+.Nick Foster2010-07-261-24/+27
* | | | | | | | | usrp2: implemented clear state for RX and TX control, and zero sample command...Josh Blum2010-11-081-8/+5
* | | | | | | | | Merge branch 'master' into flow_ctrlJosh Blum2010-11-051-51/+16
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | uhd: for eeprom writeback, write and set only those values changedJosh Blum2010-11-051-2/+4
| * | | | | | | | usrp2: move mboard eeprom instance into iface to the clock control can access itJosh Blum2010-11-041-6/+5
| * | | | | | | | Merge branch 'good_stuff' into mb_eepromJosh Blum2010-11-041-0/+8
| |\ \ \ \ \ \ \ \
| * | | | | | | | | usrp2: implemented mboard eeprom into usrp2 mboardJosh Blum2010-11-041-51/+15
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'usrp2_overflow' into flow_ctrlJosh Blum2010-10-211-0/+8
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | usrp2: handle real overflow packets in host, reload continuous stream cmd, re...Josh Blum2010-10-211-0/+8
| |/ / / / / / /
* | | | | | | | usrp2: move udp port initialization into mboard impl so its done before async...Josh Blum2010-10-141-2/+14
* | | | | | | | usrp2: added docs on flow control ricer args and using usrp2 with a switchJosh Blum2010-10-131-8/+14
* | | | | | | | uhd: test eob ack message, usrp2: remove rx drain on init with the promise of...Josh Blum2010-10-121-5/+0
* | | | | | | | usrp2: enable the cycles per ack, and drain recv without the timeout (fixes p...Josh Blum2010-10-111-2/+3
* | | | | | | | usrp2: implemented flow control monitorJosh Blum2010-10-111-4/+10
|/ / / / / / /
* | | | | | / uhd: replaced frame params for the zero copy interfaces with a device addressJosh Blum2010-10-051-4/+4
| |_|_|_|_|/ |/| | | | |
* | | | | | usrp2: flush the error flow messages, issue the stop before register configur...Josh Blum2010-08-311-5/+5
| |_|_|_|/ |/| | | |
* | | | | usrp2: fix missing includeJosh Blum2010-08-151-0/+1
* | | | | usrp: moved usrp utils into public include spaceJosh Blum2010-08-151-2/+2
* | | | | uhd: extract named prop returns a named prop (not a tuple)Josh Blum2010-08-151-7/+6
* | | | | usrp: give dboards a name (not a blank string), do automatic selection when n...Josh Blum2010-08-151-4/+6
* | | | | usrp: added subdev spec verification functionsJosh Blum2010-08-111-12/+3
| |_|_|/ |/| | |
* | | | Merge branch 'codec_gains'Josh Blum2010-08-061-0/+3
|\ \ \ \
| * \ \ \ Merge branch 'master' into codec_gainsJosh Blum2010-08-041-6/+12
| |\ \ \ \
| * | | | | usrp2: added codec impl for codec properties to usrp2Josh Blum2010-07-271-0/+3
| | |_|/ / | |/| | |
* | | | | usrp: tweaks to subdev spec printingJosh Blum2010-08-061-2/+0
* | | | | uhd: created subdevice pair struct for subdev spec (easier than first/second)Josh Blum2010-08-061-8/+8
* | | | | uhd: implemented subdev spec in mimo and simple usrp wrappers.Josh Blum2010-08-061-0/+46
| |/ / / |/| | |
* | | | usrp2: reorganized firmware directoryJosh Blum2010-07-301-6/+6
* | | | usrp2: stop streaming and drain buffer (if left running)Josh Blum2010-07-301-0/+5
| |_|/ |/| |
* | | usrp2: added tx policy register and changed fw to not handle error in buffer ...Josh Blum2010-07-291-0/+1
|/ /
* / usrp2: added registers and handling for tx async reportsJosh Blum2010-07-191-1/+6
|/
* uhd: setup metadata for fragment case (not in general case)Josh Blum2010-07-121-1/+7
* usrp: moved stream cmd word calculation into common dsp utilsJosh Blum2010-07-071-23/+3
* usrp2: Added a peek64 to read pairs of 32 bit numbers such as time64Josh Blum2010-07-051-6/+8