Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | usrp: move dsp tuning wrap-around into the dsp utils (allows the dsp handler ↵ | Josh Blum | 2010-12-03 | 1 | -0/+2 |
| | | | | to get the full value) | ||||
* | Merge branch 'usrp_e100' into next | Josh Blum | 2010-11-23 | 1 | -0/+4 |
|\ | | | | | | | | | Conflicts: images/Makefile | ||||
| * | Merge branch 'next' into usrp_e | Josh Blum | 2010-10-27 | 3 | -7/+80 |
| |\ | |||||
| * | | usrp_e: Do not install main_test anymore. | Philip Balister | 2010-10-21 | 1 | -1/+0 |
| | | | |||||
| * | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e_mmap_b2 | Philip Balister | 2010-10-20 | 3 | -7/+75 |
| |\ \ | |||||
| * \ \ | Merge branch 'timeout' into usrp_e_mmap | Josh Blum | 2010-10-04 | 1 | -1/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into usrp_e | Josh Blum | 2010-09-24 | 1 | -8/+14 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/CMakeLists.txt | ||||
| * | | | | | Install main_test so we can test cross compiled uhd. | Philip Balister | 2010-09-10 | 1 | -0/+5 |
| | | | | | | |||||
* | | | | | | uhd: git diff | Josh Blum | 2010-11-17 | 1 | -6/+9 |
| | | | | | | |||||
* | | | | | | uhd: made unit test for meta range and fixed bug | Josh Blum | 2010-11-10 | 2 | -0/+58 |
| | | | | | | |||||
* | | | | | | uhd: created a meta range that is a range of ranges for gains and freqs | Josh Blum | 2010-11-10 | 1 | -9/+9 |
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: replaced print warning with a post warning call and registry | Josh Blum | 2010-10-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | renamed print warning calls in the implementation fixed issue with dict::pop so it now works even if the value is not comparable | ||||
* | | | | | usrp: rework lo offset logic to use bandwidth, add test case | Josh Blum | 2010-10-25 | 1 | -3/+76 |
| | | | | | |||||
* | | | | | uhd: added name parameter to gain group, get range, set/get value by name | Josh Blum | 2010-10-20 | 1 | -2/+2 |
| |_|_|/ |/| | | | |||||
* | | | | uhd: split unit tests into individual tests by file + they get installed | Josh Blum | 2010-10-19 | 2 | -7/+13 |
| | | | | |||||
* | | | | uhd: made ticks signed in time spec, fixed full secs implementation, added ↵ | Josh Blum | 2010-10-19 | 2 | -0/+62 |
| |_|/ |/| | | | | | | | | unit tests | ||||
* | | | uhd: implemented a double timeout (in seconds) for send and recv chains | Josh Blum | 2010-10-01 | 1 | -1/+1 |
| |/ |/| | | | | | | | | | | | | | 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 | ||||
* | | usrp1: implemented multi-channel dsp control of shift freq | Josh Blum | 2010-09-20 | 1 | -8/+14 |
|/ | | | | | | usrp: simple usrp calls into single usrp and prints deprecation warning usrp: tune helper now supports multi-channel dsps | ||||
* | uhd: fixed short conversion (IQ swap) and added test between short/float | Josh Blum | 2010-08-30 | 1 | -1/+83 |
| | |||||
* | uhd: convert types corrected for little endian, created SSE2 float/short ↵ | Josh Blum | 2010-08-24 | 1 | -52/+87 |
| | | | | conversion for no-swap case | ||||
* | usrp: needed default constructor for MSVC, fixed gain group float warnings | Josh Blum | 2010-08-11 | 1 | -2/+2 |
| | |||||
* | Merge branch 'codec_gains' | Josh Blum | 2010-08-06 | 3 | -122/+123 |
|\ | | | | | | | | | | | | | Conflicts: host/lib/usrp/mimo_usrp.cpp host/lib/usrp/simple_usrp.cpp host/test/CMakeLists.txt | ||||
| * | fixed template problems in gain_group_test | Nick Foster | 2010-07-27 | 1 | -8/+8 |
| | | |||||
| * | usrp: removed gain handler code (replaced by gain group) | Josh Blum | 2010-07-27 | 2 | -122/+0 |
| | | |||||
| * | uhd: added gain group and unit testing for it | Josh Blum | 2010-07-27 | 2 | -0/+123 |
| | | |||||
* | | uhd: created subdevice pair struct for subdev spec (easier than first/second) | Josh Blum | 2010-08-06 | 1 | -4/+4 |
| | | |||||
* | | usrp: added subdev spec class with parser to specify subdevice ↵ | Josh Blum | 2010-08-06 | 3 | -1/+47 |
| | | | | | | | | specifications for channel config | ||||
* | | uhd: added warning printer utility function | Josh Blum | 2010-08-04 | 2 | -0/+30 |
|/ | |||||
* | uhd: fix unit test to compile over here | Josh Blum | 2010-07-16 | 1 | -1/+1 |
| | |||||
* | uhd: work on tune logic, and subdev connection logic | Josh Blum | 2010-07-16 | 1 | -9/+46 |
| | |||||
* | usrp: removed spectrum inverted property from subdev code and tune helper ↵ | Josh Blum | 2010-07-16 | 1 | -9/+4 |
| | | | | (it wasnt used) | ||||
* | uhd: added test to check derive_freq_from_xx_subdev_and_dsp | Josh Blum | 2010-07-16 | 1 | -0/+6 |
| | |||||
* | usrp: added functions to derive tuned frequency, tweaked logic, added unit test | Josh Blum | 2010-07-16 | 2 | -0/+137 |
| | |||||
* | uhd: disable cid testing in vrt unit test (not supported) | Josh Blum | 2010-07-14 | 1 | -2/+4 |
| | |||||
* | uhd: renamed the vrt header to vrt_if_packet header | Josh Blum | 2010-07-05 | 1 | -1/+1 |
| | |||||
* | uhd: work vectorizing the vrt packet handler, reworked vrt packet stuff, ↵ | Josh Blum | 2010-07-05 | 1 | -54/+93 |
| | | | | needs testing | ||||
* | uhd: reworked time_spec_t to be more flexible: arithmetic, comparison ↵ | Josh Blum | 2010-06-24 | 1 | -6/+4 |
| | | | | | | | | | operators... Replaced nsecs with fractional seconds in units of seconds. Replaced nsecs and secs members with public function members. time_spec_t has a more diverse set of constructors and methods. It can handle the cases where frac secs are greater than 1 second. | ||||
* | float casts to remove msvc warnings | Josh Blum | 2010-06-08 | 1 | -12/+14 |
| | |||||
* | Replaced convert types with generated convert types that handles more cases. | Josh Blum | 2010-06-08 | 2 | -0/+124 |
| | | | | Added unit test for generated converter. | ||||
* | Replaced the vrt pack and unpack with a pack and unpack for big endian and a ↵ | Josh Blum | 2010-06-07 | 1 | -2/+2 |
| | | | | | | pack and unpack for little endian. The vrt handler code was templatized to take the relevant packer/unpacker as an argument. | ||||
* | added byteswap routine to utils | Josh Blum | 2010-06-06 | 2 | -0/+40 |
| | |||||
* | work on alignment buffer, got unit test working | Josh Blum | 2010-05-28 | 2 | -13/+11 |
| | |||||
* | work on bounded and alignment buffer with unit testing | Josh Blum | 2010-05-28 | 1 | -4/+75 |
| | |||||
* | work on buffers for recv | Josh Blum | 2010-05-28 | 2 | -0/+47 |
| | |||||
* | Removed the boost exception stuff, replaced it with macro that formats the ↵ | Josh Blum | 2010-05-05 | 1 | -3/+11 |
| | | | | | | | throw site information. SWIG didnt handle the boost exception stuff, even with custom exception wrappers. Now the boost requirement can be lowered back to 3.6. | ||||
* | Expanded the dboard id API to create dboard id types from strings and ints. | Josh Blum | 2010-05-03 | 1 | -2/+15 |
| | | | | | | And created utility functions to go between representations. Created to_pp_string for pretty print strings for dboard ids and device addrs. Minor changes to the various classes that call these utilities. | ||||
* | Code tweaks and added unit test for dict and error message. | Josh Blum | 2010-05-01 | 3 | -0/+114 |
| | |||||
* | Renamed the prop set/get error macros so they make sense for not-implemented ↵ | Josh Blum | 2010-04-26 | 1 | -2/+2 |
| | | | | properties. | ||||
* | Work on exceptions. | Josh Blum | 2010-04-25 | 1 | -3/+3 |
| | | | | | Added props exception macro to make the set/get prop switch statements easier. Made use of boost throw exception macro for throw-site information in throw assert. | ||||
* | Created args string contructor for device address. | Josh Blum | 2010-04-20 | 1 | -1/+1 |
| | | | | | Using the args string for the find devices app. Added documentation to simple usrp. |