index
:
uhd
lea-m8f
lea-m8f-003_008_002
lea-m8f-003_009_001
lea-m8f-003_009_004
lea-m8f-003_010_003_000
lea-m8f-003_012_000_000
lea-m8f-v3.14.1.0
lea-m8f-v4.2.0.1
master
Ettus' UHD Repository
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
host
/
lib
/
usrp
/
usrp2
/
usrp2_iface.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for unitialized eeprom
Jason Abele
2011-10-12
1
-1
/
+3
*
usrp: added product and revision fields to eeprom
Josh Blum
2011-10-10
1
-1
/
+1
*
usrp2: give users a warning for gpsdo support + fw update
Josh Blum
2011-09-28
1
-0
/
+7
*
usrp2: allow backwards compat with previous fw
Josh Blum
2011-09-28
1
-1
/
+1
*
usrp2: uart/udp work in host and fw, working
Josh Blum
2011-09-28
1
-60
/
+0
*
usrp2: made iface deconstructor safe (unlock can throw)
Josh Blum
2011-08-31
1
-2
/
+3
*
usrp2: fix unintended change in last commit
Josh Blum
2011-07-26
1
-1
/
+1
*
uhd: exit task on the catch-all exceptions, and dont print anything
Josh Blum
2011-07-25
1
-3
/
+1
*
usrp2: workaround for older boost thread sleep
Josh Blum
2011-07-20
1
-0
/
+2
*
usrp2: added fw minor and moved ICMP dest error handling to txrx app
Josh Blum
2011-07-18
1
-4
/
+5
*
uhd: added tasks to simplify thread spawning use cases
Josh Blum
2011-07-13
1
-31
/
+13
*
usrp2: moved impl back into usrp subdir
Josh Blum
2011-06-29
1
-5
/
+5
*
usrp2: init the usrp2_ctrl_data_t to make valgrind happy
Josh Blum
2011-06-24
1
-6
/
+6
*
N210: stop sending 1 char at a time to the GPSDO
Nick Foster
2011-06-14
1
-1
/
+1
*
usrp2: catch exceptions thrown in locker loop (like the user unplugs device)
Josh Blum
2011-06-01
1
-4
/
+12
*
N210: changes for rev 4 support
Nick Foster
2011-05-18
1
-0
/
+4
*
usrp2: moved register map into #defines, entries for new dsp frontend
Josh Blum
2011-05-17
1
-3
/
+2
*
usrp2: device locking, use gpid so the process cant lock itself out
Josh Blum
2011-05-11
1
-1
/
+37
*
usrp2: added the concept of device locking to usrp2/nseries devices
Josh Blum
2011-05-01
1
-31
/
+66
*
usrp2: combined peek and poke commands and added virtual firmware registers
Josh Blum
2011-05-01
1
-25
/
+14
*
usrp2: improve the compatibility error messages
Josh Blum
2011-04-19
1
-6
/
+3
*
usrp2: use the firmware's discovered compat number
Josh Blum
2011-04-13
1
-4
/
+16
*
usrp2: add check for holler protocol, we can support backwards
Josh Blum
2011-04-13
1
-1
/
+1
*
usrp2: support fw protos with older compats for various parts
Josh Blum
2011-04-08
1
-20
/
+28
*
Merge branch 'mb_iface' into next
Josh Blum
2011-03-03
1
-4
/
+0
|
\
*
\
Merge branch 'master' into next
Josh Blum
2011-03-03
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
usrp2: only include fw_common when needed, remove virtual send/recv, not exposed
Josh Blum
2011-03-02
1
-0
/
+1
*
|
uhd: replaced instanced of std::exception with the uhd exceptions
Josh Blum
2011-02-24
1
-4
/
+3
*
|
uhd: renamed the assert header to assert has
Josh Blum
2011-02-24
1
-1
/
+0
*
|
uhd: moved exception to top level include
Josh Blum
2011-02-24
1
-1
/
+1
|
/
*
usrp2: initialize _ctrl_seq_num to remove many valgrind warnings
Josh Blum
2011-02-09
1
-1
/
+2
*
next: generalized the GPS interface to any USRP device. just give it a functi...
Nick Foster
2011-01-17
1
-0
/
+8
*
usrp2: implemented get time last pps
Josh Blum
2010-12-30
1
-14
/
+0
*
usrp-n: simplify ctrl response error so it cant throw, also increase timeout ...
Josh Blum
2010-12-08
1
-2
/
+4
*
usrp2: cover both rev3 cases for usrp2 revision numbers
Josh Blum
2010-11-24
1
-2
/
+6
*
Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into flow_ctrl
Nick Foster
2010-11-17
1
-6
/
+93
|
\
|
*
uhd: removed windows warnings, added string formatting in usrp-n
Josh Blum
2010-11-11
1
-2
/
+2
|
*
usrp-n: populated name properties to use the generated cname from iface
Josh Blum
2010-11-11
1
-1
/
+1
|
*
usrp2: made enums for the rev types and implemented in code
Josh Blum
2010-11-11
1
-9
/
+33
|
*
Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p
Nick Foster
2010-11-11
1
-2
/
+2
|
|
\
|
|
*
usrp2: switch the timeout to units of seconds
Josh Blum
2010-11-11
1
-2
/
+2
|
*
|
U2P: Ripped out the mboard_rev_t structure in favor of an enum in usrp2_regs....
Nick Foster
2010-11-10
1
-17
/
+9
|
*
|
Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p-next
Nick Foster
2010-11-10
1
-0
/
+2
|
|
\
|
|
|
*
uhd: renamed enums to reflect new convention
Josh Blum
2010-11-10
1
-1
/
+1
|
*
|
2+: moved mboard_rev to usrp2/ in preparation for merging upstream
Nick Foster
2010-11-10
1
-4
/
+4
|
*
|
Moved mboard rev detection to iface.cpp.
Nick Foster
2010-10-20
1
-2
/
+7
|
*
|
USRP2P: mboard rev works through props interface.
Nick Foster
2010-10-12
1
-2
/
+2
|
*
|
USRP2P: This is surprisingly involved. Adding a consistent interface to deal ...
Nick Foster
2010-10-12
1
-2
/
+2
|
*
|
Support for NMEA reads. Uses NMEA parsing instead of Jackson Labs parsing.
Nick Foster
2010-08-13
1
-8
/
+21
|
*
|
GPS interface works for Jackson Labs devices.
Nick Foster
2010-08-13
1
-2
/
+1
[next]