aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/usrp2_regs.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2pNick Foster2010-09-151-0/+1
|\ | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/CMakeLists.txt host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_regs.hpp
| * usrp2: changes to mux calculation routine and usrp2 fpga compat numberJosh Blum2010-08-251-56/+0
| |
* | 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
| * usrp2: added fpga compat number, renamed firmware proto version to compatJosh Blum2010-08-091-0/+1
| |
* | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp2pNick Foster2010-07-291-0/+6
|\| | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_regs.hpp
| * usrp2: added tx policy register and changed fw to not handle error in buffer ↵Josh Blum2010-07-291-0/+5
| | | | | | | | pool
* | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp2pxNick Foster2010-07-271-1/+11
|\| | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/mboard_impl.cpp
| * usrp2: added registers and handling for tx async reportsJosh Blum2010-07-191-1/+8
| |
* | Deleted manually those files to correspond with USRP2P branch.Nick Foster2010-07-261-75/+86
|/
* uhd: added single rate option to benchmark exampleJosh Blum2010-07-071-5/+0
|
* usrp2: bug fix for readback registersJosh Blum2010-07-051-4/+6
| | | | | | added readback for time64 fixed bug for fragment flag in vrt packet handler
* usrp2 regs naming conventionJosh Blum2010-06-041-66/+66
|
* Added support to set GPIO pins from dboard interface:Josh Blum2010-05-241-1/+1
| | | | | | write gpio and set pin control (atr or gpio) Added property to get dboard interface from the dboard obj.
* Moved some misc setting registers into host.Josh Blum2010-04-281-2/+18
|
* Added reload flag to the stream cmd.Josh Blum2010-04-281-0/+21
| | | | | This reloads the last command to handle continuous streaming in hardware. Moved rx control register setup and stream command issuing to the host.
* added more clock config, takes care of external referenceJosh Blum2010-04-131-0/+5
|
* GPIO tested working on usrp.Josh Blum2010-04-051-12/+10
| | | | | Write gpio regs in 32 bit chunks. ATR regs rx side is high address.
* added 16 bit peek and poke, 16 bit register defs for gpios and atrsJosh Blum2010-04-051-10/+18
|
* use defined constants for the register addressesJosh Blum2010-04-011-69/+43
|
* added spi slaves to regs, use std copy for buffsJosh Blum2010-03-311-0/+13
|
* Moved dsp (rx and tx), time config, and clock config (mostly) into the host.Josh Blum2010-03-311-9/+164
|
* Refactor ATR part of dboard interface (and some constants).Josh Blum2010-03-311-0/+57
Added peek and poke to the dude/bro protocol. Started moving more control code through peek and poke. Added usrp_regs.hpp to be like memory map for slave perifs.