aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/usrp2_impl.hpp
Commit message (Collapse)AuthorAgeFilesLines
* usrp_nxxx: software workarounds for weird power up stateJosh Blum2010-11-231-0/+2
|
* Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into flow_ctrlNick Foster2010-11-171-0/+5
|\ | | | | | | | | | | | | | | 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
| * Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p-nextNick Foster2010-11-101-6/+9
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: firmware/microblaze/lib/u2_init.c host/lib/usrp/usrp2/clock_ctrl.cpp host/lib/usrp/usrp2/fw_common.h host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_iface.cpp host/lib/usrp/usrp2/usrp2_iface.hpp
| * | USRP2P: This is surprisingly involved. Adding a consistent interface to deal ↵Nick Foster2010-10-121-1/+0
| | | | | | | | | | | | with hardware revisions.
| * | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2pNick Foster2010-10-081-60/+12
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/io_impl.cpp host/lib/usrp/usrp2/mboard_impl.cpp
| * | | first stab at a GPS driver in gps_ctrl.cpp. not the most expandable thing in ↵Nick Foster2010-08-131-0/+2
| | | | | | | | | | | | | | | | the world but there's only so many GPS interfaces out there.
| * | | Merge branch 'master' into usrp2pNick Foster2010-08-101-2/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 'usrp2p2' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp2pyNick Foster2010-07-281-0/+3
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/codec_impl.cpp host/lib/usrp/usrp2/usrp2_impl.hpp
| | * | | | Added gain support for USRP2+ ADC.Nick Foster2010-07-271-0/+2
| | | | | |
| | * | | | usrp2: added codec impl for codec properties to usrp2Josh Blum2010-07-231-0/+9
| | | | | |
| * | | | | This is a manual merge of codec_gains2 into usrp2py.Nick Foster2010-07-271-0/+9
| | | | | |
* | | | | | usrp2: implemented clear state for RX and TX control, and zero sample ↵Josh Blum2010-11-081-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | command support
* | | | | | Merge branch 'master' into flow_ctrlJosh Blum2010-11-051-8/+7
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_impl.hpp
| * | | | | usrp2: move mboard eeprom instance into iface to the clock control can access itJosh Blum2010-11-041-2/+0
| | | | | |
| * | | | | Merge branch 'good_stuff' into mb_eepromJosh Blum2010-11-041-0/+3
| |\ \ \ \ \
| * | | | | | usrp2: implemented mboard eeprom into usrp2 mboardJosh Blum2010-11-041-7/+8
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'usrp2_overflow' into flow_ctrlJosh Blum2010-10-211-0/+3
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/usrp2_impl.hpp
| * | | | | usrp2: handle real overflow packets in host, reload continuous stream cmd, ↵Josh Blum2010-10-211-0/+3
| |/ / / / | | | | | | | | | | | | | | | remove firmware handling
* | | | | usrp2: move udp port initialization into mboard impl so its done before ↵Josh Blum2010-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | async registers are setup
* | | | | usrp2: added docs on flow control ricer args and using usrp2 with a switchJosh Blum2010-10-131-2/+5
| | | | | | | | | | | | | | | | | | | | implemented flow control param hints in the mboard impl
* | | | | usrp2: implemented flow control monitorJosh Blum2010-10-111-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | set registers in mboard impl to enable asyn fc packets modified microblaze code to handle dummy data packet offset
* | | | | usrp2: implement fc seq number on tx header packingJosh Blum2010-10-111-3/+3
|/ / / /
* | | | usrp2: moved samples per packet calculation into io_implJosh Blum2010-10-071-20/+3
| | | |
* | | | uhd: replaced frame params for the zero copy interfaces with a device addressJosh Blum2010-10-051-53/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the device address gives a key, value pair of infinite optional capabilities added a cast option to the device address to cast string to type T added call to the zero_copy_if to get send and recv frame sizes changed the usrp2 impl to calculate recv/send spp from the data transport
* | | | uhd: implemented a double timeout (in seconds) for send and recv chainsJosh Blum2010-10-011-3/+3
| |_|/ |/| | | | | | | | | | | | | | | | | | | | converted all size_t timeout_ms to double timeout bounded and alignment buffer now take double timeout added timeout to device::send and zero_copy_if::get_send_buff
* | | Merge branch 'codec_gains'Josh Blum2010-08-061-0/+9
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/mimo_usrp.cpp host/lib/usrp/simple_usrp.cpp host/test/CMakeLists.txt
| * | | usrp2: added codec impl for codec properties to usrp2Josh Blum2010-07-271-0/+9
| |/ /
* / / uhd: implemented subdev spec in mimo and simple usrp wrappers.Josh Blum2010-08-061-2/+2
|/ / | | | | | | | | | | implemented subdev spec in usrp2 mboard impl removed subdevs used in dboard impl
* / uhd: added async recv message call to device apiJosh Blum2010-07-201-0/+1
|/ | | | | | implemented in usrp2 io impl added async metadata type
* uhd: bring timeout parameter to the device::recv call, implement in usrp2Josh Blum2010-07-201-5/+3
|
* uhd: setup metadata for fragment case (not in general case)Josh Blum2010-07-121-0/+1
| | | | usrp2: print rev number in mboard name
* usrp2: moved common defined for udp mtu and implemented change.Josh Blum2010-07-071-8/+8
| | | | | | The uhp mtu is now defined in uhd_simple.hpp. The fw common code does not need to know this information. Fixed a calculation bug in the usrp2 impl code for max samples.
* uhd: remove windows warnings (minor tweaks)Josh Blum2010-07-051-1/+1
|
* usrp2: removed usrp2.hpp header, its not needed, just use the ↵Josh Blum2010-07-051-1/+1
| | | | | | discovery/factory system uhd: added usrp_mimo skeleton code/header
* uhd: renamed the vrt header to vrt_if_packet headerJosh Blum2010-07-051-1/+1
|
* usrp2: moved calculations for max packet size and otw types into shared ↵Josh Blum2010-07-051-28/+58
| | | | object between device and mboards
* usrp2: split mboard impl into its own class, usrp2 device can instantiate N ↵Josh Blum2010-07-051-83/+92
| | | | mboard impls for mimo setup (works with 1 for now)
* uhd: work vectorizing the vrt packet handler, reworked vrt packet stuff, ↵Josh Blum2010-07-051-4/+5
| | | | needs testing
* usrp2: enlarged the i2c transaction size, rev-ed the firmware protocol ↵Josh Blum2010-06-171-4/+2
| | | | number, added constants for packet sizes
* Moved mux calculations into dsp type1 utils.Josh Blum2010-06-101-2/+0
| | | | Fixed error in db basic freq range switcheroo.
* moved dsp update logic into prop setter, added code to init dsp rates and freqsJosh Blum2010-06-041-2/+0
|
* move get clock rate into clock controlJosh Blum2010-06-041-2/+2
|
* Prepend usrp2 onto the helper classes in usrp2 impl to avoid symbol conflicts.Josh Blum2010-06-041-4/+4
|
* Created macros for dealing with pimpls and implemented in code.Josh Blum2010-06-021-1/+2
|
* use smart pointer for io impl, simplify send buffer callbackJosh Blum2010-06-021-2/+1
|
* Implemented pirate thread, moved io impl details into io impl cpp file. ↵Josh Blum2010-06-011-3/+2
| | | | Fixed bug in bounded buffer push with pop on full.
* Moved the packet handler state stuff into a separate header (so we dont pull ↵Josh Blum2010-06-011-1/+1
| | | | | | in all the includes). Use callback for getting buffers rather than zc interface pointer so its more modular.
* Added support to set GPIO pins from dboard interface:Josh Blum2010-05-241-0/+1
| | | | | | write gpio and set pin control (atr or gpio) Added property to get dboard interface from the dboard obj.
* Added tx timed samples example.Josh Blum2010-05-181-6/+6
| | | | | Added called to device to get max samples per packet. Removed device props that gave max samples per packet.
* Added send and recv modes to the device class and packet handler implementation.Josh Blum2010-05-181-2/+12
|