Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into flow_ctrl | Nick Foster | 2010-11-17 | 7 | -20/+292 |
|\ | | | | | | | | | | | | | | | 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 | ||||
| * | uhd: tweaking the export template instance macro | Josh Blum | 2010-11-17 | 2 | -5/+8 |
| | | |||||
| * | uhd: added to printable string methods for ranges | Josh Blum | 2010-11-17 | 2 | -2/+26 |
| | | |||||
| * | uhd: ranges symbol fix, try extern macro | Josh Blum | 2010-11-17 | 2 | -2/+5 |
| | | |||||
| * | while this was legal C++, SWIG hates it | Nick Foster | 2010-11-12 | 1 | -1/+2 |
| | | |||||
| * | uhd: fixed ranges stuff, export symbols and use doubles not iterators... | Josh Blum | 2010-11-11 | 1 | -0/+6 |
| | | |||||
| * | Merge branch 'ranges' | Josh Blum | 2010-11-11 | 5 | -18/+253 |
| |\ | |||||
| | * | uhd: made unit test for meta range and fixed bug | Josh Blum | 2010-11-10 | 1 | -2/+2 |
| | | | |||||
| | * | uhd: added meta-range clip and implemented in dboards, fixed step calculation | Josh Blum | 2010-11-10 | 2 | -22/+64 |
| | | | |||||
| | * | uhd: created a meta range that is a range of ranges for gains and freqs | Josh Blum | 2010-11-10 | 5 | -18/+211 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | created a templated range that that holds a start, stop, and step created a meta-range template that is a vector of ranges meta-range can calculate the overall start, stop, step or be indexed to get at components replaced instances of range.min, max, step with the functions start() stop() and step() the xcvr frequency range is now expressed in as two ranges (have to fix its clip function though) | ||||
| * | | uhd: pulled in some worthwhile changes from flow control branch | Josh Blum | 2010-11-11 | 1 | -2/+2 |
| |/ | |||||
| * | uhd: renamed enums to reflect new convention | Josh Blum | 2010-11-10 | 1 | -2/+2 |
| | | |||||
* | | usrp2: implemented clear state for RX and TX control, and zero sample ↵ | Josh Blum | 2010-11-08 | 1 | -4/+1 |
| | | | | | | | | command support | ||||
* | | Merge branch 'master' into flow_ctrl | Josh Blum | 2010-11-05 | 5 | -2/+84 |
|\| | | | | | | | | | | | 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 | -1/+1 |
| | | | | | | | | to usrp2 | ||||
| * | usrp2: move mboard eeprom instance into iface to the clock control can access it | Josh Blum | 2010-11-04 | 1 | -0/+3 |
| | | |||||
| * | usrp2: implemented mboard eeprom into usrp2 mboard | Josh Blum | 2010-11-04 | 2 | -14/+12 |
| | | |||||
| * | usrp: created mboard eeprom map class, implemented for usrp2 | Josh Blum | 2010-11-04 | 2 | -0/+65 |
| | | |||||
| * | uhd: fixed typo - removed export for templated class | Josh Blum | 2010-11-02 | 1 | -1/+1 |
| | | |||||
| * | uhd: added dict get method, used in usrp1 image loading | Josh Blum | 2010-10-31 | 2 | -0/+16 |
| | | |||||
* | | Merge branch 'next' into flow_ctrl | Josh Blum | 2010-10-27 | 12 | -201/+358 |
|\| | | | | | | | | | Conflicts: host/include/uhd/types/metadata.hpp | ||||
| * | usrp: added to subdev spec comments/docs | Josh Blum | 2010-10-27 | 1 | -3/+8 |
| | | |||||
| * | usrp: added a time sync check for multi usrp | Josh Blum | 2010-10-27 | 1 | -0/+8 |
| | | |||||
| * | uhd: moved templated dict implementation into ipp file | Josh Blum | 2010-10-26 | 3 | -75/+133 |
| | | |||||
| * | uhd: replaced print warning with a post warning call and registry | Josh Blum | 2010-10-26 | 5 | -15/+52 |
| | | | | | | | | | | | | renamed print warning calls in the implementation fixed issue with dict::pop so it now works even if the value is not comparable | ||||
| * | uhd: doxygen comments, moved enum comments, added to metadata for all entities | Josh Blum | 2010-10-25 | 2 | -45/+43 |
| | | |||||
| * | uhd: created tune request struct and implemented more fine grained tuning calls | Josh Blum | 2010-10-25 | 7 | -86/+137 |
| | | |||||
* | | Merge branch 'master' into flow_ctrl | Josh Blum | 2010-10-21 | 10 | -29/+1427 |
|\| | |||||
| * | usrp: remove irrelevant copied comment from single usrp | Josh Blum | 2010-10-21 | 1 | -2/+0 |
| | | |||||
| * | usrp: convenience wrappers for dealing with overall gains | Josh Blum | 2010-10-20 | 2 | -26/+66 |
| | | |||||
| * | usrp: use the dboard id to prefix the subdev gain group names | Josh Blum | 2010-10-20 | 2 | -0/+9 |
| | | |||||
| * | usrp: added gain element access by gain name to multi and single wrappers | Josh Blum | 2010-10-20 | 2 | -32/+106 |
| | | |||||
| * | uhd: added name parameter to gain group, get range, set/get value by name | Josh Blum | 2010-10-20 | 1 | -10/+33 |
| | | |||||
| * | usrp: added docstrings to single and multi usrp for undocumented methods | Josh Blum | 2010-10-20 | 2 | -4/+432 |
| | | |||||
| * | uhd: remove some warnings in MSVC and with typo in xcvr2450 | Josh Blum | 2010-10-19 | 1 | -2/+3 |
| | | |||||
| * | usrp: change the bandwidth param to a double (its a frequency), add set and ↵ | Josh Blum | 2010-10-19 | 2 | -4/+12 |
| | | | | | | | | gets for BW in the wrappers | ||||
| * | Merge branch 'multi_usrp' | Josh Blum | 2010-10-19 | 5 | -5/+822 |
| |\ | |||||
| | * | usrp: deleted deprecated simple and mimo wrappers, moved implementations ↵ | Josh Blum | 2010-10-18 | 2 | -0/+557 |
| | | | | | | | | | | | | into headers | ||||
| | * | usrp: created multi-usrp (multi chan, multi board), and deprecated mimo-usrp | Josh Blum | 2010-10-16 | 4 | -5/+265 |
| | | | |||||
| * | | uhd: made ticks signed in time spec, fixed full secs implementation, added ↵ | Josh Blum | 2010-10-19 | 1 | -2/+2 |
| |/ | | | | | | | unit tests | ||||
* | | Merge branch 'flow_ctrl_with_fpga' | Josh Blum | 2010-10-15 | 2 | -4/+4 |
|\ \ | |/ |/| | |||||
| * | usrp2: use select rather than manually polling the simple udp socket | Josh Blum | 2010-10-11 | 1 | -2/+2 |
| | | |||||
| * | usrp2: use 32-bit flow control sequence numbers | Josh Blum | 2010-10-11 | 1 | -2/+2 |
| | | |||||
* | | UHD: reordered MIMO set_rx_bandwidth arg order | Nick Foster | 2010-10-11 | 1 | -1/+1 |
| | | |||||
* | | UHD: Brought out set_rx_bandwidth for dboards with programmable rx filters. | Nick Foster | 2010-10-11 | 3 | -0/+6 |
|/ | |||||
* | usrp: comments for set subdev spec in single usrp | Josh Blum | 2010-10-08 | 1 | -0/+10 |
| | |||||
* | usrp: added calls to get subdev and mboard canonical names | Josh Blum | 2010-10-08 | 1 | -3/+13 |
| | |||||
* | Merge branch 'subdev_enable' into next | Josh Blum | 2010-10-08 | 2 | -1/+6 |
|\ | |||||
| * | usrp: added subdev enabled property | Josh Blum | 2010-09-30 | 2 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | the dboard manager will disable all subdevs at startup and shutdown setting the subdev spec will enable only the subdevs in use all dboards are currently implemented as always enabled nothing tested | ||||
* | | udp: worked blocking send back into udp transport, enable async with #define | Josh Blum | 2010-10-08 | 2 | -18/+29 |
| | | | | | | | | tweaked some code in bounded buffer |