| Commit message (Expand) | Author | Age | Files | Lines |
* | filled in some gpio handling code, some mboard impl, added usrp_e_regs (like ... | Josh Blum | 2010-03-30 | 5 | -14/+205 |
* | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into usrp_e | Josh Blum | 2010-03-30 | 3 | -12/+12 |
|\ |
|
| * | removed masks for ddr and gpio write in dboard interface | Josh Blum | 2010-03-30 | 3 | -12/+12 |
* | | compiling with master merge, renamed usrp1e to usrp_e | Josh Blum | 2010-03-30 | 9 | -100/+99 |
* | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into usrp_e | Josh Blum | 2010-03-30 | 12 | -207/+220 |
|\| |
|
| * | use find to discover devices | Josh Blum | 2010-03-30 | 2 | -5/+4 |
| * | Added io type and otw type for describing types. | Josh Blum | 2010-03-30 | 2 | -37/+35 |
| * | Added utility methods to device addr and mac addr to make them more usable. | Josh Blum | 2010-03-29 | 2 | -6/+6 |
| * | use bb_rate and if_rate to handle dxc io rates | Josh Blum | 2010-03-29 | 1 | -4/+14 |
| * | Added tune helper to utils. | Josh Blum | 2010-03-29 | 1 | -1/+1 |
| * | refactored types.hpp into types directory | Josh Blum | 2010-03-27 | 6 | -23/+25 |
| * | Split utils.hpp into subdir with multiple files. | Josh Blum | 2010-03-27 | 7 | -10/+13 |
| * | get interface addresses on windows | Josh Blum | 2010-03-26 | 1 | -0/+3 |
| * | Merge branch 'addrs' of git@ettus.sourcerepo.com:ettus/uhd into timing | Josh Blum | 2010-03-26 | 2 | -2/+20 |
| |\ |
|
| | * | added interface address discovery | Josh Blum | 2010-03-26 | 2 | -2/+19 |
| * | | Overhaullllllled the way we do streaming. There is an odd bug where | Josh Blum | 2010-03-25 | 5 | -87/+66 |
| * | | mess with that usrp2 io loop unroll, also py app gets installed executable | Josh Blum | 2010-03-24 | 1 | -22/+23 |
| |/ |
|
| * | merged usrp2 stuff from u1e branch (without merging the u1e stuff) | Josh Blum | 2010-03-22 | 2 | -3/+3 |
| * | massaged some of the dboard calls | Josh Blum | 2010-03-22 | 3 | -14/+14 |
* | | bit of io work | Josh Blum | 2010-03-22 | 2 | -16/+35 |
* | | filled in more skeleton code, filled in dboard interface spi and i2c with ioc... | Josh Blum | 2010-03-22 | 7 | -39/+171 |
* | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into u1e_uhd | Josh Blum | 2010-03-22 | 6 | -82/+67 |
|\| |
|
| * | Moved typedefs from props.hpp into new file types.hpp. | Josh Blum | 2010-03-21 | 3 | -51/+35 |
| * | added install path for dll, fixed idiotic msvc error where making a vector wi... | Josh Blum | 2010-03-19 | 5 | -31/+32 |
* | | added usrp1e implementation skeleton, began filling it in... | Josh Blum | 2010-03-18 | 6 | -0/+446 |
* | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into u1e_uhd | Josh Blum | 2010-03-18 | 9 | -188/+250 |
|\| |
|
| * | define namespace hack when in c compiling | Josh Blum | 2010-03-18 | 1 | -0/+1 |
| * | got uhd almost compiling in windowze. figured out special flags. also had to ... | Josh Blum | 2010-03-17 | 6 | -109/+121 |
| * | changes to get tuning working | Josh Blum | 2010-03-16 | 2 | -3/+7 |
| * | reimplemented dict to preserve order of insertion | Josh Blum | 2010-03-16 | 1 | -2/+2 |
| * | Added ability to set the subdevices in use for rx and tx dboards. | Josh Blum | 2010-03-16 | 7 | -82/+127 |
* | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into u1e_uhd | Josh Blum | 2010-03-15 | 12 | -445/+757 |
|\| |
|
| * | Replaced uses of wax:cast with the templated as method (like in boost program... | Josh Blum | 2010-03-15 | 5 | -36/+36 |
| * | Device sub classes can register themselves. Simplifies device.cpp internals. | Josh Blum | 2010-03-15 | 3 | -30/+36 |
| * | handle getting and setting mac and ip addr from the host | Josh Blum | 2010-03-12 | 1 | -2/+67 |
| * | Removed freq min and max and gain min, max, and step... | Josh Blum | 2010-03-12 | 2 | -35/+22 |
| * | Cleaned up the gain handler (thing that gets and sets wildcard gains) | Josh Blum | 2010-03-11 | 2 | -35/+52 |
| * | Filled in dboard code for basics and lf type boards. | Josh Blum | 2010-03-10 | 4 | -130/+279 |
| * | Added simple device to handle wrapping general properties up into simple api. | Josh Blum | 2010-03-10 | 5 | -19/+55 |
| * | Moved timeouts into the udp transports. | Josh Blum | 2010-03-04 | 3 | -37/+25 |
| * | Some tweaks and changes to io impl that fix segfaults. | Josh Blum | 2010-03-03 | 1 | -7/+16 |
| * | Split metadata into rx and tx specific metadata. | Josh Blum | 2010-03-03 | 2 | -10/+16 |
| * | memcpy size fix, change to some send logic | Josh Blum | 2010-03-03 | 1 | -3/+4 |
| * | Making use of vrt lib in the usrp2 io_impl. | Josh Blum | 2010-03-03 | 4 | -77/+61 |
| * | Expanded the UDP api: | Josh Blum | 2010-03-02 | 3 | -138/+106 |
| * | The net common is too slow in usrp2 firmware to figure out if its vrt data. | Josh Blum | 2010-03-02 | 3 | -12/+13 |
| * | Send the number of samples per datagram over the control. | Josh Blum | 2010-03-01 | 6 | -83/+128 |
| * | Recv noise with uhd. | Josh Blum | 2010-03-01 | 4 | -29/+73 |
| * | fix for io types | Josh Blum | 2010-02-26 | 1 | -6/+6 |
* | | made app to load usrp1e fpga images, and tested it to be working | Josh Blum | 2010-02-26 | 1 | -3/+3 |