aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/usrp2_iface.cpp
Commit message (Expand)AuthorAgeFilesLines
* usrp2: added the concept of device locking to usrp2/nseries devicesJosh Blum2011-05-011-31/+66
* usrp2: combined peek and poke commands and added virtual firmware registersJosh Blum2011-05-011-25/+14
* usrp2: improve the compatibility error messagesJosh Blum2011-04-191-6/+3
* usrp2: use the firmware's discovered compat numberJosh Blum2011-04-131-4/+16
* usrp2: add check for holler protocol, we can support backwardsJosh Blum2011-04-131-1/+1
* usrp2: support fw protos with older compats for various partsJosh Blum2011-04-081-20/+28
* Merge branch 'mb_iface' into nextJosh Blum2011-03-031-4/+0
|\
* \ Merge branch 'master' into nextJosh Blum2011-03-031-0/+1
|\ \ | |/ |/|
| * usrp2: only include fw_common when needed, remove virtual send/recv, not exposedJosh Blum2011-03-021-0/+1
* | uhd: replaced instanced of std::exception with the uhd exceptionsJosh Blum2011-02-241-4/+3
* | uhd: renamed the assert header to assert hasJosh Blum2011-02-241-1/+0
* | uhd: moved exception to top level includeJosh Blum2011-02-241-1/+1
|/
* usrp2: initialize _ctrl_seq_num to remove many valgrind warningsJosh Blum2011-02-091-1/+2
* next: generalized the GPS interface to any USRP device. just give it a functi...Nick Foster2011-01-171-0/+8
* usrp2: implemented get time last ppsJosh Blum2010-12-301-14/+0
* usrp-n: simplify ctrl response error so it cant throw, also increase timeout ...Josh Blum2010-12-081-2/+4
* usrp2: cover both rev3 cases for usrp2 revision numbersJosh Blum2010-11-241-2/+6
* Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into flow_ctrlNick Foster2010-11-171-6/+93
|\
| * uhd: removed windows warnings, added string formatting in usrp-nJosh Blum2010-11-111-2/+2
| * usrp-n: populated name properties to use the generated cname from ifaceJosh Blum2010-11-111-1/+1
| * usrp2: made enums for the rev types and implemented in codeJosh Blum2010-11-111-9/+33
| * Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2pNick Foster2010-11-111-2/+2
| |\
| | * usrp2: switch the timeout to units of secondsJosh Blum2010-11-111-2/+2
| * | U2P: Ripped out the mboard_rev_t structure in favor of an enum in usrp2_regs....Nick Foster2010-11-101-17/+9
| * | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p-nextNick Foster2010-11-101-0/+2
| |\|
| | * uhd: renamed enums to reflect new conventionJosh Blum2010-11-101-1/+1
| * | 2+: moved mboard_rev to usrp2/ in preparation for merging upstreamNick Foster2010-11-101-4/+4
| * | Moved mboard rev detection to iface.cpp.Nick Foster2010-10-201-2/+7
| * | USRP2P: mboard rev works through props interface.Nick Foster2010-10-121-2/+2
| * | USRP2P: This is surprisingly involved. Adding a consistent interface to deal ...Nick Foster2010-10-121-2/+2
| * | Support for NMEA reads. Uses NMEA parsing instead of Jackson Labs parsing.Nick Foster2010-08-131-8/+21
| * | GPS interface works for Jackson Labs devices.Nick Foster2010-08-131-2/+1
| * | Host-side fixes for GPS UART.Nick Foster2010-08-121-5/+5
| * | Added host-side support for UART messaging.Nick Foster2010-08-121-0/+42
| * | Merge branch 'master' into usrp2pNick Foster2010-08-101-7/+17
| |\ \
| * | | ADC SPI works. ADC gain interface "works".Nick Foster2010-07-281-1/+1
| * | | Host-side changes to work with the USRP2+.Nick Foster2010-07-261-0/+13
* | | | Merge branch 'master' into flow_ctrlJosh Blum2010-11-051-0/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | usrp2: move mboard eeprom instance into iface to the clock control can access itJosh Blum2010-11-041-0/+3
* | | | usrp2: use select rather than manually polling the simple udp socketJosh Blum2010-10-111-3/+1
* | | | usrp2: add fc control registers, use small timeout for control packets againJosh Blum2010-10-111-11/+1
|/ / /
* | / Brought in changes to SPI to match up with parallel branch so they share a co...Nick Foster2010-08-161-1/+1
| |/ |/|
* | usrp2: added fpga compat number, renamed firmware proto version to compatJosh Blum2010-08-091-7/+17
|/
* usrp2: add a timeout to udp control and make it large for usrp2 control trans...Josh Blum2010-07-191-1/+13
* usrp2: moved common defined for udp mtu and implemented change.Josh Blum2010-07-071-4/+5
* uhd: change pack/unpack for 64-bit numbers to reflect hardware implementationJosh Blum2010-07-071-1/+1
* usrp2: Added a peek64 to read pairs of 32 bit numbers such as time64Josh Blum2010-07-051-5/+19
* usrp2: increased transport buffer minimum size, and added warningJosh Blum2010-07-051-1/+1
* usrp2: enlarged the i2c transaction size, rev-ed the firmware protocol number...Josh Blum2010-06-171-1/+1
* move get clock rate into clock controlJosh Blum2010-06-041-7/+0