Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'codec_gains' | Josh Blum | 2010-08-06 | 1 | -0/+9 |
|\ | | | | | | | | | | | | | Conflicts: host/lib/usrp/mimo_usrp.cpp host/lib/usrp/simple_usrp.cpp host/test/CMakeLists.txt | ||||
| * | usrp2: added codec impl for codec properties to usrp2 | Josh Blum | 2010-07-27 | 1 | -0/+9 |
| | | |||||
* | | uhd: implemented subdev spec in mimo and simple usrp wrappers. | Josh Blum | 2010-08-06 | 1 | -2/+2 |
|/ | | | | | | implemented subdev spec in usrp2 mboard impl removed subdevs used in dboard impl | ||||
* | uhd: added async recv message call to device api | Josh Blum | 2010-07-20 | 1 | -0/+1 |
| | | | | | | implemented in usrp2 io impl added async metadata type | ||||
* | uhd: bring timeout parameter to the device::recv call, implement in usrp2 | Josh Blum | 2010-07-20 | 1 | -5/+3 |
| | |||||
* | uhd: setup metadata for fragment case (not in general case) | Josh Blum | 2010-07-12 | 1 | -0/+1 |
| | | | | usrp2: print rev number in mboard name | ||||
* | usrp2: moved common defined for udp mtu and implemented change. | Josh Blum | 2010-07-07 | 1 | -8/+8 |
| | | | | | | The uhp mtu is now defined in uhd_simple.hpp. The fw common code does not need to know this information. Fixed a calculation bug in the usrp2 impl code for max samples. | ||||
* | uhd: remove windows warnings (minor tweaks) | Josh Blum | 2010-07-05 | 1 | -1/+1 |
| | |||||
* | usrp2: removed usrp2.hpp header, its not needed, just use the ↵ | Josh Blum | 2010-07-05 | 1 | -1/+1 |
| | | | | | | discovery/factory system uhd: added usrp_mimo skeleton code/header | ||||
* | uhd: renamed the vrt header to vrt_if_packet header | Josh Blum | 2010-07-05 | 1 | -1/+1 |
| | |||||
* | usrp2: moved calculations for max packet size and otw types into shared ↵ | Josh Blum | 2010-07-05 | 1 | -28/+58 |
| | | | | object between device and mboards | ||||
* | usrp2: split mboard impl into its own class, usrp2 device can instantiate N ↵ | Josh Blum | 2010-07-05 | 1 | -83/+92 |
| | | | | mboard impls for mimo setup (works with 1 for now) | ||||
* | uhd: work vectorizing the vrt packet handler, reworked vrt packet stuff, ↵ | Josh Blum | 2010-07-05 | 1 | -4/+5 |
| | | | | needs testing | ||||
* | usrp2: enlarged the i2c transaction size, rev-ed the firmware protocol ↵ | Josh Blum | 2010-06-17 | 1 | -4/+2 |
| | | | | number, added constants for packet sizes | ||||
* | Moved mux calculations into dsp type1 utils. | Josh Blum | 2010-06-10 | 1 | -2/+0 |
| | | | | Fixed error in db basic freq range switcheroo. | ||||
* | moved dsp update logic into prop setter, added code to init dsp rates and freqs | Josh Blum | 2010-06-04 | 1 | -2/+0 |
| | |||||
* | move get clock rate into clock control | Josh Blum | 2010-06-04 | 1 | -2/+2 |
| | |||||
* | Prepend usrp2 onto the helper classes in usrp2 impl to avoid symbol conflicts. | Josh Blum | 2010-06-04 | 1 | -4/+4 |
| | |||||
* | Created macros for dealing with pimpls and implemented in code. | Josh Blum | 2010-06-02 | 1 | -1/+2 |
| | |||||
* | use smart pointer for io impl, simplify send buffer callback | Josh Blum | 2010-06-02 | 1 | -2/+1 |
| | |||||
* | Implemented pirate thread, moved io impl details into io impl cpp file. ↵ | Josh Blum | 2010-06-01 | 1 | -3/+2 |
| | | | | Fixed bug in bounded buffer push with pop on full. | ||||
* | Moved the packet handler state stuff into a separate header (so we dont pull ↵ | Josh Blum | 2010-06-01 | 1 | -1/+1 |
| | | | | | | in all the includes). Use callback for getting buffers rather than zc interface pointer so its more modular. | ||||
* | Added support to set GPIO pins from dboard interface: | Josh Blum | 2010-05-24 | 1 | -0/+1 |
| | | | | | | write gpio and set pin control (atr or gpio) Added property to get dboard interface from the dboard obj. | ||||
* | Added tx timed samples example. | Josh Blum | 2010-05-18 | 1 | -6/+6 |
| | | | | | Added called to device to get max samples per packet. Removed device props that gave max samples per packet. | ||||
* | Added send and recv modes to the device class and packet handler implementation. | Josh Blum | 2010-05-18 | 1 | -2/+12 |
| | |||||
* | Created inline send vrt packer function that also handles fragmentation. | Josh Blum | 2010-05-17 | 1 | -4/+3 |
| | |||||
* | work on generic packet handler (got rx working) | Josh Blum | 2010-05-17 | 1 | -6/+2 |
| | |||||
* | calculate max samples per packet using otw type | Josh Blum | 2010-05-17 | 1 | -8/+19 |
| | |||||
* | Added a place for serdes control on the host. | Josh Blum | 2010-05-10 | 1 | -1/+3 |
| | | | | | Fix bug in codec control. Comment out some clock control in fw code. | ||||
* | Moved adc and dac control into codec control source file. | Josh Blum | 2010-05-10 | 1 | -3/+5 |
| | | | | The codec control powers down the chips on destruction. | ||||
* | set dboard eeprom from dboard properties | Josh Blum | 2010-04-24 | 1 | -0/+3 |
| | |||||
* | renamed dboard interface to dboard iface, the lengthy name was getting to be ↵ | Josh Blum | 2010-04-14 | 1 | -1/+1 |
| | | | | a burden | ||||
* | Created a usrp2 interface class with the control, spi, peek/poke functionality. | Josh Blum | 2010-04-13 | 1 | -40/+15 |
| | | | | Its used in all the implementation level code | ||||
* | Moved clock control into abstraction clock control class. | Josh Blum | 2010-04-13 | 1 | -0/+5 |
| | |||||
* | moved spi transact to usrp2 impl, and removed spi read | Josh Blum | 2010-04-12 | 1 | -0/+9 |
| | |||||
* | Added data type conversion routines to transport api. | Josh Blum | 2010-04-12 | 1 | -0/+2 |
| | |||||
* | Created zero copy interface/framework, made use of it in usrp2 udp transport ↵ | Josh Blum | 2010-04-12 | 1 | -1/+1 |
| | | | | stuff. | ||||
* | simplified the usage of dboard, dsp, and mboard proxies. | Josh Blum | 2010-04-05 | 1 | -5/+5 |
| | | | | removed the dict structure for each, we are just going to have one. | ||||
* | added 16 bit peek and poke, 16 bit register defs for gpios and atrs | Josh Blum | 2010-04-05 | 1 | -2/+5 |
| | |||||
* | extended stream cmd with mode enum, and extended fragment flags in metadata | Josh Blum | 2010-04-03 | 1 | -0/+1 |
| | |||||
* | Moved dsp (rx and tx), time config, and clock config (mostly) into the host. | Josh Blum | 2010-03-31 | 1 | -1/+2 |
| | |||||
* | Refactor ATR part of dboard interface (and some constants). | Josh Blum | 2010-03-31 | 1 | -0/+4 |
| | | | | | | Added peek and poke to the dude/bro protocol. Started moving more control code through peek and poke. Added usrp_regs.hpp to be like memory map for slave perifs. | ||||
* | Added io type and otw type for describing types. | Josh Blum | 2010-03-30 | 1 | -2/+2 |
| | |||||
* | refactored types.hpp into types directory | Josh Blum | 2010-03-27 | 1 | -5/+5 |
| | |||||
* | Merge branch 'addrs' of git@ettus.sourcerepo.com:ettus/uhd into timing | Josh Blum | 2010-03-26 | 1 | -0/+2 |
|\ | | | | | | | | | Conflicts: host/lib/usrp/usrp2/usrp2_impl.hpp | ||||
| * | added interface address discovery | Josh Blum | 2010-03-26 | 1 | -0/+1 |
| | | |||||
* | | Overhaullllllled the way we do streaming. There is an odd bug where | Josh Blum | 2010-03-25 | 1 | -9/+1 |
|/ | | | | | | | | | a zero length command (now, no chain) used to stop the streaming. Now it seems to do the reverse... must investigate. Made all clock configuration into enums. The strings were painful and there cant be that many variations that enums cant cover them. The enums will make more sense to developers than mystery strings. | ||||
* | merged usrp2 stuff from u1e branch (without merging the u1e stuff) | Josh Blum | 2010-03-22 | 1 | -2/+0 |
| | |||||
* | Moved typedefs from props.hpp into new file types.hpp. | Josh Blum | 2010-03-21 | 1 | -5/+6 |
| | | | | | | | Created structs to replace range tuples, and clock config struct. Merged clock config props into one property using config struct. Added templated dict construction to use the assign::map_list_of. Added gcc flag to set visibility to hidden and use the api macro. | ||||
* | added install path for dll, fixed idiotic msvc error where making a vector ↵ | Josh Blum | 2010-03-19 | 1 | -21/+22 |
| | | | | with proxies crashes the app, seems to be ok with the sptr fix, in other good news, discover usrps works in my vm for the usrp2 |