aboutsummaryrefslogtreecommitdiffstats
path: root/host/include
Commit message (Expand)AuthorAgeFilesLines
* compiling with master merge, renamed usrp1e to usrp_eJosh Blum2010-03-302-11/+11
* Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into usrp_eJosh Blum2010-03-3038-373/+961
|\
| * use find to discover devicesJosh Blum2010-03-303-13/+11
| * Added io type and otw type for describing types.Josh Blum2010-03-305-13/+147
| * Added utility methods to device addr and mac addr to make them more usable.Josh Blum2010-03-293-12/+67
| * use bb_rate and if_rate to handle dxc io ratesJosh Blum2010-03-291-2/+2
| * Added tune helper to utils.Josh Blum2010-03-294-4/+84
| * added some msvc notes, fixed line endingsJosh Blum2010-03-283-75/+80
| * minor fix to wax test to get unit testing working on windows, added missing c...Josh Blum2010-03-281-0/+2
| * refactored types.hpp into types directoryJosh Blum2010-03-2716-229/+349
| * Split utils.hpp into subdir with multiple files.Josh Blum2010-03-276-65/+173
| * library loading on windows, status message tweaks, warning tweaksJosh Blum2010-03-261-1/+8
| * Merge branch 'addrs' of git@ettus.sourcerepo.com:ettus/uhd into timingJosh Blum2010-03-265-3/+51
| |\
| | * added interface address discoveryJosh Blum2010-03-265-3/+51
| * | Overhaullllllled the way we do streaming. There is an odd bug whereJosh Blum2010-03-254-21/+47
| |/
| * Reorganized apps dir into utils and examples dir.Josh Blum2010-03-233-3/+3
| * Added example app to receive timed samples.Josh Blum2010-03-231-0/+7
| * massaged some of the dboard callsJosh Blum2010-03-222-4/+3
* | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into u1e_uhdJosh Blum2010-03-2223-108/+257
|\|
| * Moved typedefs from props.hpp into new file types.hpp.Josh Blum2010-03-216-50/+111
| * compiling under msvc (no idea if it works)Josh Blum2010-03-182-1/+1
| * created config.hpp to handle export macros, added exports to public api stuffJosh Blum2010-03-1820-58/+146
* | added usrp1e implementation skeleton, began filling it in...Josh Blum2010-03-181-1/+2
* | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into u1e_uhdJosh Blum2010-03-188-55/+46
|\|
| * got uhd almost compiling in windowze. figured out special flags. also had to ...Josh Blum2010-03-176-26/+25
| * reimplemented dict to preserve order of insertionJosh Blum2010-03-161-25/+18
| * Added ability to set the subdevices in use for rx and tx dboards.Josh Blum2010-03-161-4/+3
* | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into u1e_uhdJosh Blum2010-03-1522-233/+575
|\|
| * Replaced uses of wax:cast with the templated as method (like in boost program...Josh Blum2010-03-153-31/+16
| * Ability to burn mac addr and ip addr to usrp2 (over ip/udp for now).Josh Blum2010-03-151-2/+12
| * Device sub classes can register themselves. Simplifies device.cpp internals.Josh Blum2010-03-154-4/+34
| * Removed freq min and max and gain min, max, and step...Josh Blum2010-03-124-29/+17
| * Cleaned up the gain handler (thing that gets and sets wildcard gains)Josh Blum2010-03-112-39/+36
| * Filled in dboard code for basics and lf type boards.Josh Blum2010-03-105-9/+16
| * Added simple device to handle wrapping general properties up into simple api.Josh Blum2010-03-105-76/+180
| * Moved timeouts into the udp transports.Josh Blum2010-03-043-4/+15
| * Split metadata into rx and tx specific metadata.Josh Blum2010-03-033-20/+46
| * Making use of vrt lib in the usrp2 io_impl.Josh Blum2010-03-031-0/+4
| * Added a vrt library to pack and unpack from metadata.Josh Blum2010-03-022-0/+67
| * Expanded the UDP api:Josh Blum2010-03-025-23/+159
| * Send the number of samples per datagram over the control.Josh Blum2010-03-012-2/+8
| * Recv noise with uhd.Josh Blum2010-03-012-6/+6
| * removed empty uhd.hpp and cpp filesJosh Blum2010-02-262-29/+0
* | added usrp1e fpga loaderJosh Blum2010-02-251-0/+6
|/
* Created empty usrp1e cpp file for the case when headers are not found.Josh Blum2010-02-255-8/+55
* Added IF data io handing within the usrp2 impl.Josh Blum2010-02-235-65/+13
* Work on the io interface for a device (and some implementation work in usrp2).Josh Blum2010-02-224-7/+91
* Moved the udp implementation guts into the cpp fileJosh Blum2010-02-221-16/+5
* Made implementation class for the dboard manager.Josh Blum2010-02-221-20/+15
* Made the usrp2 impl into a device.Josh Blum2010-02-214-112/+9