summaryrefslogtreecommitdiffstats
path: root/host/include
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into usrp2Josh Blum2010-04-132-49/+0
| |\
| | * forgot dangling fileJosh Blum2010-04-132-49/+0
| * | merged unit type and gpio bank for dboard interface into one type, expanded d...Josh Blum2010-04-121-35/+44
| * | moved spi transact to usrp2 impl, and removed spi readJosh Blum2010-04-121-41/+27
| * | Merge branch 'rfx' of git@ettus.sourcerepo.com:ettus/uhd into ioJosh Blum2010-04-125-61/+86
| |\ \
| | * | converted timespec to use nanoseconds for fractional partJosh Blum2010-04-083-15/+30
| | * | Reworked the spi part of the dboard interface.Josh Blum2010-04-071-45/+55
| | * | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into rfxJosh Blum2010-04-069-32/+100
| | |\|
| | * | some work on rfx board codeJosh Blum2010-04-021-1/+1
| * | | Added data type conversion routines to transport api.Josh Blum2010-04-123-1/+61
| * | | Created zero copy interface/framework, made use of it in usrp2 udp transport ...Josh Blum2010-04-124-69/+139
| | |/ | |/|
* | | Merge branch 'master' into usrp_eJosh Blum2010-04-129-32/+100
|\| |
| * | handle tx fragment eob flag caseJosh Blum2010-04-051-0/+1
| * | renamed dict get key and value methodsJosh Blum2010-04-051-2/+2
| * | some doxygen fixes after mergeJosh Blum2010-04-052-2/+2
| * | paradigm shift for the dsp abstractionJosh Blum2010-04-054-11/+19
| * | added 16 bit peek and poke, 16 bit register defs for gpios and atrsJosh Blum2010-04-051-4/+4
| * | extended stream cmd with mode enum, and extended fragment flags in metadataJosh Blum2010-04-033-17/+76
| |/
* | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into usrp_eJosh Blum2010-04-0114-212/+348
|\|
| * hardcoded values for enum props, added clock get/set for simple usrpJosh Blum2010-04-016-44/+43
| * Moved usrp specific things into usrp directories and namespaces.Josh Blum2010-04-016-19/+22
| * moved props into usrp and multiple hpp filesJosh Blum2010-04-0112-151/+298
| * Refactor ATR part of dboard interface (and some constants).Josh Blum2010-03-311-44/+31
* | filled in some gpio handling code, some mboard impl, added usrp_e_regs (like ...Josh Blum2010-03-301-0/+1
* | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into usrp_eJosh Blum2010-03-301-4/+2
|\|
| * removed masks for ddr and gpio write in dboard interfaceJosh Blum2010-03-301-4/+2
* | 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
|\|