aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/usrp2_regs.cpp
Commit message (Collapse)AuthorAgeFilesLines
* usrp2: moved register map into #defines, entries for new dsp frontendJosh Blum2011-05-171-136/+0
| | | | also fixes irq rb
* usrp2: added the concept of device locking to usrp2/nseries devicesJosh Blum2011-05-011-1/+1
| | | | | | | | | | Each iface instance can lock itself to a particular device. When the device is locked, it cannot be discovered through find. Locking works by having a lock thread periodically update a register in the firmware that says when the device was last locked. The find routine can determine if a device is locked by checking the difference between the current time and this register.
* usrp2: use new and common slave base map for usrp2/n210Josh Blum2011-03-161-96/+90
|
* usrp2: moved sregs in host code, simplfy reg struct a littleJosh Blum2011-03-151-61/+80
|
* usrp2: 2nd dsp working, tweaks regs map and other bugsJosh Blum2011-02-211-2/+2
|
* usrp2: added indexed regs for rx dsp and ctrlJosh Blum2011-02-181-15/+30
|
* usrp2: prefix the dsp and ctrl registers with 0 in preparation for 2nd dspJosh Blum2011-02-171-17/+19
|
* uhd: update copyright datesJosh Blum2011-01-051-1/+1
|
* Merge branch 'cordic_policy' into nextJosh Blum2011-01-041-2/+4
|\ | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/usrp2_regs.cpp host/lib/usrp/usrp2/usrp2_regs.hpp
| * usrp2: implemented get time last ppsJosh Blum2010-12-301-2/+4
| | | | | | | | | | | | | | | | | | renamed the enum for the pps time added calls to single and multi wrappers set time unknown pps now simpler removed peek64 stuff from host + fw please test
* | usrp2: set time over serdes when slave, added constants to top of cpp fileJosh Blum2010-12-111-0/+1
| |
* | usrp-n: configure clocking over the serdes cableJosh Blum2010-12-111-0/+1
|/ | | | | | | | added status to register to readback master/slave mode removed mimo enum from clock config, its not relevant added serdes clock config to the update clock config method
* Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into flow_ctrlNick Foster2010-11-171-0/+2
| | | | | | | | Conflicts: host/lib/transport/udp_simple.cpp host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_iface.cpp host/lib/usrp/usrp2/usrp2_regs.hpp
* usrp2: made enums for the rev types and implemented in codeJosh Blum2010-11-111-5/+7
|
* U2P: Ripped out the mboard_rev_t structure in favor of an enum in ↵Nick Foster2010-11-101-8/+6
| | | | | | usrp2_regs.hpp and some logic. Also change ethernet.c to move generic code to eth_lib.
* 2+: moved mboard_rev to usrp2/ in preparation for merging upstreamNick Foster2010-11-101-2/+2
|
* USRP2P: mboard rev works through props interface.Nick Foster2010-10-121-5/+6
| | | | | | Added usrp2_burn_mb_rev.cpp to utils. It is not installed to the utils install dir. Not all happy with the mboard_rev setup -- is_usrp2p() is too specific for a generalized mboard_rev concept. I'm not sure where else to put it so for now it stays.
* Merge branch 'master' into usrp2pNick Foster2010-08-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | this was the merge from hell Conflicts: firmware/microblaze/Makefile.am firmware/microblaze/bootstrap firmware/microblaze/configure.ac firmware/microblaze/lib/Makefile.inc host/lib/CMakeLists.txt host/lib/usrp/mimo_usrp.cpp host/lib/usrp/simple_usrp.cpp host/lib/usrp/usrp2/clock_ctrl.cpp host/lib/usrp/usrp2/codec_impl.cpp host/lib/usrp/usrp2/dboard_impl.cpp host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_iface.hpp host/lib/usrp/usrp2/usrp2_impl.hpp host/lib/usrp/usrp2/usrp2_regs.hpp host/test/CMakeLists.txt
* Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp2pNick Foster2010-07-291-0/+1
| | | | | | | Conflicts: host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_regs.hpp
* Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp2pxNick Foster2010-07-271-0/+3
| | | | | | Conflicts: host/lib/usrp/usrp2/mboard_impl.cpp
* Deleted manually those files to correspond with USRP2P branch.Nick Foster2010-07-261-0/+94