aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/usrp2_impl.hpp
Commit message (Expand)AuthorAgeFilesLines
* usrp2: moved samples per packet calculation into io_implJosh Blum2010-10-071-20/+3
* uhd: replaced frame params for the zero copy interfaces with a device addressJosh Blum2010-10-051-53/+22
* uhd: implemented a double timeout (in seconds) for send and recv chainsJosh Blum2010-10-011-3/+3
* Merge branch 'codec_gains'Josh Blum2010-08-061-0/+9
|\
| * usrp2: added codec impl for codec properties to usrp2Josh Blum2010-07-271-0/+9
* | uhd: implemented subdev spec in mimo and simple usrp wrappers.Josh Blum2010-08-061-2/+2
|/
* uhd: added async recv message call to device apiJosh Blum2010-07-201-0/+1
* uhd: bring timeout parameter to the device::recv call, implement in usrp2Josh Blum2010-07-201-5/+3
* uhd: setup metadata for fragment case (not in general case)Josh Blum2010-07-121-0/+1
* usrp2: moved common defined for udp mtu and implemented change.Josh Blum2010-07-071-8/+8
* uhd: remove windows warnings (minor tweaks)Josh Blum2010-07-051-1/+1
* usrp2: removed usrp2.hpp header, its not needed, just use the discovery/facto...Josh Blum2010-07-051-1/+1
* uhd: renamed the vrt header to vrt_if_packet headerJosh Blum2010-07-051-1/+1
* usrp2: moved calculations for max packet size and otw types into shared objec...Josh Blum2010-07-051-28/+58
* usrp2: split mboard impl into its own class, usrp2 device can instantiate N m...Josh Blum2010-07-051-83/+92
* uhd: work vectorizing the vrt packet handler, reworked vrt packet stuff, need...Josh Blum2010-07-051-4/+5
* usrp2: enlarged the i2c transaction size, rev-ed the firmware protocol number...Josh Blum2010-06-171-4/+2
* Moved mux calculations into dsp type1 utils.Josh Blum2010-06-101-2/+0
* moved dsp update logic into prop setter, added code to init dsp rates and freqsJosh Blum2010-06-041-2/+0
* move get clock rate into clock controlJosh Blum2010-06-041-2/+2
* Prepend usrp2 onto the helper classes in usrp2 impl to avoid symbol conflicts.Josh Blum2010-06-041-4/+4
* Created macros for dealing with pimpls and implemented in code.Josh Blum2010-06-021-1/+2
* use smart pointer for io impl, simplify send buffer callbackJosh Blum2010-06-021-2/+1
* Implemented pirate thread, moved io impl details into io impl cpp file. Fixed...Josh Blum2010-06-011-3/+2
* Moved the packet handler state stuff into a separate header (so we dont pull ...Josh Blum2010-06-011-1/+1
* Added support to set GPIO pins from dboard interface:Josh Blum2010-05-241-0/+1
* Added tx timed samples example.Josh Blum2010-05-181-6/+6
* Added send and recv modes to the device class and packet handler implementation.Josh Blum2010-05-181-2/+12
* Created inline send vrt packer function that also handles fragmentation.Josh Blum2010-05-171-4/+3
* work on generic packet handler (got rx working)Josh Blum2010-05-171-6/+2
* calculate max samples per packet using otw typeJosh Blum2010-05-171-8/+19
* Added a place for serdes control on the host.Josh Blum2010-05-101-1/+3
* Moved adc and dac control into codec control source file.Josh Blum2010-05-101-3/+5
* set dboard eeprom from dboard propertiesJosh Blum2010-04-241-0/+3
* renamed dboard interface to dboard iface, the lengthy name was getting to be ...Josh Blum2010-04-141-1/+1
* Created a usrp2 interface class with the control, spi, peek/poke functionality.Josh Blum2010-04-131-40/+15
* Moved clock control into abstraction clock control class.Josh Blum2010-04-131-0/+5
* moved spi transact to usrp2 impl, and removed spi readJosh Blum2010-04-121-0/+9
* Added data type conversion routines to transport api.Josh Blum2010-04-121-0/+2
* Created zero copy interface/framework, made use of it in usrp2 udp transport ...Josh Blum2010-04-121-1/+1
* simplified the usage of dboard, dsp, and mboard proxies.Josh Blum2010-04-051-5/+5
* added 16 bit peek and poke, 16 bit register defs for gpios and atrsJosh Blum2010-04-051-2/+5
* extended stream cmd with mode enum, and extended fragment flags in metadataJosh Blum2010-04-031-0/+1
* Moved dsp (rx and tx), time config, and clock config (mostly) into the host.Josh Blum2010-03-311-1/+2
* Refactor ATR part of dboard interface (and some constants).Josh Blum2010-03-311-0/+4
* Added io type and otw type for describing types.Josh Blum2010-03-301-2/+2
* refactored types.hpp into types directoryJosh Blum2010-03-271-5/+5
* Merge branch 'addrs' of git@ettus.sourcerepo.com:ettus/uhd into timingJosh Blum2010-03-261-0/+2
|\
| * added interface address discoveryJosh Blum2010-03-261-0/+1
* | Overhaullllllled the way we do streaming. There is an odd bug whereJosh Blum2010-03-251-9/+1
|/