Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into next | Josh Blum | 2011-03-03 | 1 | -0/+1 |
|\ | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_impl.cpp | ||||
| * | usrp2: only include fw_common when needed, remove virtual send/recv, not exposed | Josh Blum | 2011-03-02 | 1 | -0/+1 |
| | | |||||
* | | uhd: replaced instanced of std::exception with the uhd exceptions | Josh Blum | 2011-02-24 | 1 | -1/+2 |
| | | |||||
* | | uhd: renamed the assert header to assert has | Josh Blum | 2011-02-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | only the assert has implementation is in this header uhd assert throw moved to the exception header updated code base includes to match | ||||
* | | usrp2: move buffer resize code and add rule for bsd/mac | Josh Blum | 2011-02-22 | 1 | -1/+14 |
| | | |||||
* | | uhd: moved indexed device addr routines into api | Josh Blum | 2011-02-21 | 1 | -58/+9 |
| | | | | | | | | | | implement in usrp2, also combine non specified args into addr when initializing the mboard so we can use a single addr | ||||
* | | usrp2: lot of work on dual dsp, grep for TODOs before continuing | Josh Blum | 2011-02-19 | 1 | -71/+11 |
| | | |||||
* | | usrp2: added indexed regs for rx dsp and ctrl | Josh Blum | 2011-02-18 | 1 | -5/+23 |
| | | |||||
* | | usrp2: added 2nd dsp support to firmware for 2 and N series | Josh Blum | 2011-02-17 | 1 | -1/+1 |
|/ | |||||
* | uhd: fixed maxosx bug, was resizing the transport buffer | Josh Blum | 2011-01-26 | 1 | -2/+5 |
| | | | | | | but it cant be resized on macos and I messed up the code that blocked that behavior reimplemented block in usrp2_impl, seems more correct here | ||||
* | uhd: update copyright dates on host code | Josh Blum | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | uhd: integrated boost split or tokenizer into source files, remove string ↵ | Josh Blum | 2011-01-06 | 1 | -3/+4 |
| | | | | split from algorithms header | ||||
* | udp_ports: enable async recv in xport, set performance params in top level, ↵ | Josh Blum | 2010-12-22 | 1 | -2/+9 |
| | | | | things working | ||||
* | udp_ports: host code tweaks, seems to be closer to working | Josh Blum | 2010-12-17 | 1 | -1/+1 |
| | |||||
* | usrp2: brought err0 transports into device and mboard constructors | Josh Blum | 2010-12-16 | 1 | -5/+12 |
| | |||||
* | usrp2: pulled some changes from the next branch to make merging easier | Josh Blum | 2010-12-15 | 1 | -7/+7 |
| | |||||
* | usrp2: polished the multi-device addressing scheme and updated docs | Josh Blum | 2010-12-09 | 1 | -20/+76 |
| | |||||
* | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into flow_ctrl | Nick Foster | 2010-11-17 | 1 | -2/+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 | ||||
| * | 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 |
|\| | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_impl.hpp | ||||
| * | uhd: rename identifier for usrp1 eeprom, and fix offsets, add serial support ↵ | Josh Blum | 2010-11-05 | 1 | -28/+29 |
| | | | | | | | | to usrp2 | ||||
| * | Merge branch 'good_stuff' into mb_eeprom | Josh Blum | 2010-11-05 | 1 | -2/+6 |
| |\ | | | | | | | | | | | | | Conflicts: firmware/fx2/include | ||||
| * | | usrp: implement name checking on dicovery (all platforms), separate usb ↵ | Josh Blum | 2010-11-05 | 1 | -2/+16 |
| |/ | | | | | | | serial from serial (for now) | ||||
* | | usrp2: move udp port initialization into mboard impl so its done before ↵ | Josh Blum | 2010-10-14 | 1 | -2/+1 |
| | | | | | | | | async registers are setup | ||||
* | | usrp2: added docs on flow control ricer args and using usrp2 with a switch | Josh Blum | 2010-10-13 | 1 | -3/+5 |
| | | | | | | | | implemented flow control param hints in the mboard impl | ||||
* | | 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 |
| | | | | | | | | | | | | 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 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 |
| | | | | | | | | | | 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: extract named prop returns a named prop (not a tuple) | Josh Blum | 2010-08-15 | 1 | -3/+2 |
| | | | | simplifies the code after the property set/get declaration | ||||
* | 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 ↵ | Josh Blum | 2010-07-19 | 1 | -1/+4 |
| | | | | transactions | ||||
* | usrp2: added notes on multiple device network setup, improved warnings for ↵ | Josh Blum | 2010-07-08 | 1 | -2/+13 |
| | | | | buff size stuff | ||||
* | usrp2: moved common defined for udp mtu and implemented change. | Josh Blum | 2010-07-07 | 1 | -2/+2 |
| | | | | | | 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: filling in mimo usrp implementation, renamed get_name to get_pp_string ↵ | Josh Blum | 2010-07-05 | 1 | -1/+2 |
| | | | | for simple and mimo usrp | ||||
* | usrp2: removed usrp2.hpp header, its not needed, just use the ↵ | Josh Blum | 2010-07-05 | 1 | -11/+11 |
| | | | | | | discovery/factory system uhd: added usrp_mimo skeleton code/header | ||||
* | usrp2: moved calculations for max packet size and otw types into shared ↵ | Josh Blum | 2010-07-05 | 1 | -1/+1 |
| | | | | object between device and mboards | ||||
* | usrp2: split mboard impl into its own class, usrp2 device can instantiate N ↵ | Josh Blum | 2010-07-05 | 1 | -53/+49 |
| | | | | mboard impls for mimo setup (works with 1 for now) | ||||
* | usrp2: enlarged the i2c transaction size, rev-ed the firmware protocol ↵ | Josh Blum | 2010-06-17 | 1 | -2/+2 |
| | | | | number, added constants for packet sizes | ||||
* | 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. ↵ | Josh Blum | 2010-06-01 | 1 | -1/+2 |
| | | | | Fixed bug in bounded buffer push with pop on full. | ||||
* | Added tx timed samples example. | Josh Blum | 2010-05-18 | 1 | -8/+0 |
| | | | | | Added called to device to get max samples per packet. Removed device props that gave max samples per packet. | ||||
* | 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 |
| | | | | | | | | | | calls. No longer part of the dude/bro protocol. Simplified the mac and ip addr read write code in mboard impl. Modified the mac addr type to take byte_vector_t from serial.hpp types. | ||||
* | Added a place for serdes control on the host. | Josh Blum | 2010-05-10 | 1 | -0/+1 |
| | | | | | Fix bug in codec control. Comment out some clock control in fw code. |