| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into flow_ctrl | Nick Foster | 2010-11-17 | 1 | -2/+2 |
|\ |
|
| * | usrp-n: populated name properties to use the generated cname from iface | Josh Blum | 2010-11-11 | 1 | -2/+2 |
| * | usrp2: fix discovery timeout, use default | Josh Blum | 2010-11-11 | 1 | -4/+1 |
* | | Merge branch 'master' into flow_ctrl | Josh Blum | 2010-11-05 | 1 | -13/+32 |
|\| |
|
| * | uhd: rename identifier for usrp1 eeprom, and fix offsets, add serial support ... | Josh Blum | 2010-11-05 | 1 | -28/+29 |
| * | Merge branch 'good_stuff' into mb_eeprom | Josh Blum | 2010-11-05 | 1 | -2/+6 |
| |\ |
|
| * | | usrp: implement name checking on dicovery (all platforms), separate usb seria... | Josh Blum | 2010-11-05 | 1 | -2/+16 |
| |/ |
|
* | | usrp2: move udp port initialization into mboard impl so its done before async... | Josh Blum | 2010-10-14 | 1 | -2/+1 |
* | | usrp2: added docs on flow control ricer args and using usrp2 with a switch | Josh Blum | 2010-10-13 | 1 | -3/+5 |
* | | usrp2: use select rather than manually polling the simple udp socket | Josh Blum | 2010-10-11 | 1 | -4/+1 |
* | | usrp2: implemented flow control monitor | Josh Blum | 2010-10-11 | 1 | -1/+3 |
* | | usrp2: implement fc seq number on tx header packing | Josh Blum | 2010-10-11 | 1 | -3/+3 |
|/ |
|
* | uhd: replaced frame params for the zero copy interfaces with a device address | Josh Blum | 2010-10-05 | 1 | -24/+16 |
* | uhd: extract named prop returns a named prop (not a tuple) | Josh Blum | 2010-08-15 | 1 | -3/+2 |
* | uhd: made split string utility function | Josh Blum | 2010-08-12 | 1 | -9/+3 |
* | usrp2: added fpga compat number, renamed firmware proto version to compat | Josh Blum | 2010-08-09 | 1 | -1/+1 |
* | usrp2: add a timeout to udp control and make it large for usrp2 control trans... | Josh Blum | 2010-07-19 | 1 | -1/+4 |
* | usrp2: added notes on multiple device network setup, improved warnings for bu... | Josh Blum | 2010-07-08 | 1 | -2/+13 |
* | usrp2: moved common defined for udp mtu and implemented change. | Josh Blum | 2010-07-07 | 1 | -2/+2 |
* | uhd: filling in mimo usrp implementation, renamed get_name to get_pp_string f... | Josh Blum | 2010-07-05 | 1 | -1/+2 |
* | usrp2: removed usrp2.hpp header, its not needed, just use the discovery/facto... | Josh Blum | 2010-07-05 | 1 | -11/+11 |
* | usrp2: moved calculations for max packet size and otw types into shared objec... | Josh Blum | 2010-07-05 | 1 | -1/+1 |
* | usrp2: split mboard impl into its own class, usrp2 device can instantiate N m... | Josh Blum | 2010-07-05 | 1 | -53/+49 |
* | usrp2: enlarged the i2c transaction size, rev-ed the firmware protocol number... | Josh Blum | 2010-06-17 | 1 | -2/+2 |
* | usrp2: added a type to the address args to filter based on type usrp2 | Josh Blum | 2010-06-15 | 1 | -1/+4 |
* | Prepend usrp2 onto the helper classes in usrp2 impl to avoid symbol conflicts. | Josh Blum | 2010-06-04 | 1 | -3/+3 |
* | recv discovery packets with max size buffer (we dont know what to expect) | Josh Blum | 2010-06-04 | 1 | -4/+5 |
* | use smart pointer for io impl, simplify send buffer callback | Josh Blum | 2010-06-02 | 1 | -2/+1 |
* | Implemented pirate thread, moved io impl details into io impl cpp file. Fixed... | Josh Blum | 2010-06-01 | 1 | -1/+2 |
* | Added tx timed samples example. | Josh Blum | 2010-05-18 | 1 | -8/+0 |
* | calculate max samples per packet using otw type | Josh Blum | 2010-05-17 | 1 | -2/+2 |
* | Moved usrp2 eeprom addr read/write to host control over i2c/eeprom interface ... | Josh Blum | 2010-05-11 | 1 | -2/+2 |
* | Added a place for serdes control on the host. | Josh Blum | 2010-05-10 | 1 | -0/+1 |
* | Moved adc and dac control into codec control source file. | Josh Blum | 2010-05-10 | 1 | -0/+2 |
* | made buffer size args part of constructor | Josh Blum | 2010-04-30 | 1 | -20/+12 |
* | setting size of buffers from device args | Josh Blum | 2010-04-27 | 1 | -7/+7 |
* | work on controlling the socket buffer sizes from the front end api | Josh Blum | 2010-04-27 | 1 | -0/+21 |
* | Renamed the prop set/get error macros so they make sense for not-implemented ... | Josh Blum | 2010-04-26 | 1 | -2/+2 |
* | prefixed the ASSERT_THROW macro with UHD for the sake of namespace | Josh Blum | 2010-04-26 | 1 | -1/+1 |
* | Work on exceptions. | Josh Blum | 2010-04-25 | 1 | -1/+2 |
* | Added protocol version number to usrp2 common header and data struct. | Josh Blum | 2010-04-21 | 1 | -0/+1 |
* | Created a usrp2 interface class with the control, spi, peek/poke functionality. | Josh Blum | 2010-04-13 | 1 | -105/+5 |
* | moved spi transact to usrp2 impl, and removed spi read | Josh Blum | 2010-04-12 | 1 | -1/+31 |
* | simplified the usage of dboard, dsp, and mboard proxies. | Josh Blum | 2010-04-05 | 1 | -3/+3 |
* | added 16 bit peek and poke, 16 bit register defs for gpios and atrs | Josh Blum | 2010-04-05 | 1 | -6/+25 |
* | moved props into usrp and multiple hpp files | Josh Blum | 2010-04-01 | 1 | -0/+1 |
* | Refactor ATR part of dboard interface (and some constants). | Josh Blum | 2010-03-31 | 1 | -0/+24 |
* | use find to discover devices | Josh Blum | 2010-03-30 | 1 | -4/+3 |
* | Split utils.hpp into subdir with multiple files. | Josh Blum | 2010-03-27 | 1 | -2/+3 |
* | get interface addresses on windows | Josh Blum | 2010-03-26 | 1 | -0/+3 |