aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/usrp2_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* uhd: fixed maxosx bug, was resizing the transport bufferJosh Blum2011-01-261-2/+5
* uhd: update copyright dates on host codeJosh Blum2011-01-131-1/+1
* uhd: integrated boost split or tokenizer into source files, remove string spl...Josh Blum2011-01-061-3/+4
* udp_ports: enable async recv in xport, set performance params in top level, t...Josh Blum2010-12-221-2/+9
* udp_ports: host code tweaks, seems to be closer to workingJosh Blum2010-12-171-1/+1
* usrp2: brought err0 transports into device and mboard constructorsJosh Blum2010-12-161-5/+12
* usrp2: pulled some changes from the next branch to make merging easierJosh Blum2010-12-151-7/+7
* usrp2: polished the multi-device addressing scheme and updated docsJosh Blum2010-12-091-20/+76
* Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into flow_ctrlNick Foster2010-11-171-2/+2
|\
| * usrp-n: populated name properties to use the generated cname from ifaceJosh Blum2010-11-111-2/+2
| * usrp2: fix discovery timeout, use defaultJosh Blum2010-11-111-4/+1
* | Merge branch 'master' into flow_ctrlJosh Blum2010-11-051-13/+32
|\|
| * uhd: rename identifier for usrp1 eeprom, and fix offsets, add serial support ...Josh Blum2010-11-051-28/+29
| * Merge branch 'good_stuff' into mb_eepromJosh Blum2010-11-051-2/+6
| |\
| * | usrp: implement name checking on dicovery (all platforms), separate usb seria...Josh Blum2010-11-051-2/+16
| |/
* | usrp2: move udp port initialization into mboard impl so its done before async...Josh Blum2010-10-141-2/+1
* | usrp2: added docs on flow control ricer args and using usrp2 with a switchJosh Blum2010-10-131-3/+5
* | usrp2: use select rather than manually polling the simple udp socketJosh Blum2010-10-111-4/+1
* | usrp2: implemented flow control monitorJosh Blum2010-10-111-1/+3
* | usrp2: implement fc seq number on tx header packingJosh Blum2010-10-111-3/+3
|/
* uhd: replaced frame params for the zero copy interfaces with a device addressJosh Blum2010-10-051-24/+16
* uhd: extract named prop returns a named prop (not a tuple)Josh Blum2010-08-151-3/+2
* uhd: made split string utility functionJosh Blum2010-08-121-9/+3
* usrp2: added fpga compat number, renamed firmware proto version to compatJosh Blum2010-08-091-1/+1
* usrp2: add a timeout to udp control and make it large for usrp2 control trans...Josh Blum2010-07-191-1/+4
* usrp2: added notes on multiple device network setup, improved warnings for bu...Josh Blum2010-07-081-2/+13
* usrp2: moved common defined for udp mtu and implemented change.Josh Blum2010-07-071-2/+2
* uhd: filling in mimo usrp implementation, renamed get_name to get_pp_string f...Josh Blum2010-07-051-1/+2
* usrp2: removed usrp2.hpp header, its not needed, just use the discovery/facto...Josh Blum2010-07-051-11/+11
* usrp2: moved calculations for max packet size and otw types into shared objec...Josh Blum2010-07-051-1/+1
* usrp2: split mboard impl into its own class, usrp2 device can instantiate N m...Josh Blum2010-07-051-53/+49
* usrp2: enlarged the i2c transaction size, rev-ed the firmware protocol number...Josh Blum2010-06-171-2/+2
* usrp2: added a type to the address args to filter based on type usrp2Josh Blum2010-06-151-1/+4
* Prepend usrp2 onto the helper classes in usrp2 impl to avoid symbol conflicts.Josh Blum2010-06-041-3/+3
* recv discovery packets with max size buffer (we dont know what to expect)Josh Blum2010-06-041-4/+5
* 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. Fixed...Josh Blum2010-06-011-1/+2
* Added tx timed samples example.Josh Blum2010-05-181-8/+0
* calculate max samples per packet using otw typeJosh Blum2010-05-171-2/+2
* Moved usrp2 eeprom addr read/write to host control over i2c/eeprom interface ...Josh Blum2010-05-111-2/+2
* Added a place for serdes control on the host.Josh Blum2010-05-101-0/+1
* Moved adc and dac control into codec control source file.Josh Blum2010-05-101-0/+2
* made buffer size args part of constructorJosh Blum2010-04-301-20/+12
* setting size of buffers from device argsJosh Blum2010-04-271-7/+7
* work on controlling the socket buffer sizes from the front end apiJosh Blum2010-04-271-0/+21
* Renamed the prop set/get error macros so they make sense for not-implemented ...Josh Blum2010-04-261-2/+2
* prefixed the ASSERT_THROW macro with UHD for the sake of namespaceJosh Blum2010-04-261-1/+1
* Work on exceptions.Josh Blum2010-04-251-1/+2
* Added protocol version number to usrp2 common header and data struct.Josh Blum2010-04-211-0/+1
* Created a usrp2 interface class with the control, spi, peek/poke functionality.Josh Blum2010-04-131-105/+5