Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merging USRP X300 and X310 support!! | Ben Hilburn | 2014-02-04 | 1 | -6/+0 |
| | |||||
* | uhd: wb_iface is now a public interface | Josh Blum | 2013-10-04 | 1 | -2/+2 |
| | |||||
* | usrp: mboard eeprom map use string as key | Josh Blum | 2012-05-14 | 1 | -0/+1 |
| | |||||
* | usrp2: add variable for wb/spi interface | Josh Blum | 2012-04-20 | 1 | -0/+2 |
| | | | | | This variable gets set based on the rev type so we can support the command fifo when present. | ||||
* | usrp2: integrated fifo ctrl into usrp2 modules, implemented window'd acking | Josh Blum | 2012-03-23 | 1 | -7/+5 |
| | |||||
* | usrp2: host and fw implementation for fifo control | Josh Blum | 2012-03-23 | 1 | -0/+3 |
| | |||||
* | usrp2: work on alternative stream destination | Josh Blum | 2012-03-23 | 1 | -0/+1 |
| | |||||
* | n2x0: adjustment for phase delay over mimo cable | Josh Blum | 2012-03-14 | 1 | -1/+1 |
| | |||||
* | dsp rework: work on usb wrapper for smaller packets, large luts | Josh Blum | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | gen2: added user setting regs api and user core | Josh Blum | 2012-01-31 | 1 | -0/+2 |
| | |||||
* | uhd: created rx IQ imbalance app to parallel tx | Josh Blum | 2011-11-11 | 1 | -1/+2 |
| | |||||
* | usrp: basically working iq cal on tx | Josh Blum | 2011-11-10 | 1 | -0/+2 |
| | |||||
* | usrp: added missing include for weak ptr | Josh Blum | 2011-11-08 | 1 | -0/+1 |
| | |||||
* | uhd: renamed some of the stream types and functions | Josh Blum | 2011-11-03 | 1 | -2/+2 |
| | |||||
* | usrp2: additional corrections for streaming to work | Josh Blum | 2011-11-03 | 1 | -2/+2 |
| | |||||
* | uhd: lots of work releated to streamer work and usrp2 implementation | Josh Blum | 2011-11-03 | 1 | -18/+9 |
| | |||||
* | usrp2: uart/udp work in host and fw, working | Josh Blum | 2011-09-28 | 1 | -1/+1 |
| | |||||
* | usrp: remove wax::obj entry point (not used) | Josh Blum | 2011-09-08 | 1 | -3/+0 |
| | |||||
* | usrp2: initialize channel occupancy variables, | Josh Blum | 2011-08-23 | 1 | -0/+1 |
| | | | | | | | this fixes a bug when there are multiple mboard per device, the occupancy int could be uninitialized to a bad value, while subdev specs are being setup for the first time, and cause allocation issues | ||||
* | usrp2: adjusted mimo delay cycles for FPGA changes | Josh Blum | 2011-07-28 | 1 | -1/+1 |
| | |||||
* | uhd: add get_tree call directly to the device | Josh Blum | 2011-07-20 | 1 | -0/+3 |
| | | | | | | Does away with the need for wax cast to get the tree. You can still do this but it will eventually be removed. There was some compiler issue on ubuntu 10.04 with any cast and a shared ptr to property tree. | ||||
* | usrp2: use the err transport for tx/err, and rx xports are recv only | Josh Blum | 2011-07-17 | 1 | -2/+2 |
| | |||||
* | usrp: added clipping to link max rate when setting sample rate | Josh Blum | 2011-07-04 | 1 | -0/+1 |
| | |||||
* | usrp2: accept old db name 0 for backwards compat | Josh Blum | 2011-07-03 | 1 | -2/+3 |
| | |||||
* | usrp: renamed ref_source to clock_source (terminology) | Josh Blum | 2011-07-02 | 1 | -1/+1 |
| | |||||
* | usrp2: moved impl back into usrp subdir | Josh Blum | 2011-06-29 | 1 | -140/+49 |
| | |||||
* | usrp2: super packet handler support squashed | Josh Blum | 2011-06-14 | 1 | -1/+0 |
| | |||||
* | N210: implemented mboard sensors for ref lock and MIMO lock | Nick Foster | 2011-04-29 | 1 | -1/+4 |
| | |||||
* | usrp: support for grand daughter board eeprom | Josh Blum | 2011-04-26 | 1 | -1/+1 |
| | |||||
* | usrp2: 2nd dsp working, tweaks regs map and other bugs | Josh Blum | 2011-02-21 | 1 | -0/+1 |
| | |||||
* | uhd: moved indexed device addr routines into api | Josh Blum | 2011-02-21 | 1 | -1/+0 |
| | | | | | implement in usrp2, also combine non specified args into addr when initializing the mboard so we can use a single addr | ||||
* | usrp2: code working again in a completed form but did not test dual dsp | Josh Blum | 2011-02-20 | 1 | -3/+4 |
| | |||||
* | usrp2: lot of work on dual dsp, grep for TODOs before continuing | Josh Blum | 2011-02-19 | 1 | -21/+15 |
| | |||||
* | usrp2: moved all dsp related code into dsp_impl and split for multiple dsps | Josh Blum | 2011-02-18 | 1 | -21/+14 |
| | |||||
* | usrp2: added indexed regs for rx dsp and ctrl | Josh Blum | 2011-02-18 | 1 | -0/+2 |
| | |||||
* | uhd: replaced std::vector<type> for buffer arguments in send/recv | Josh Blum | 2011-02-09 | 1 | -2/+2 |
| | | | | | | | | | Created new type ref_vector for representing a vector of pointers. Can be created from std::vector or a pointer. Removes the convenience constrcutors for send/recv, its not needed. Removes malloc/free overhead when using send/recv with pointer. | ||||
* | next: generalized the GPS interface to any USRP device. just give it a ↵ | Nick Foster | 2011-01-17 | 1 | -2/+2 |
| | | | | | | | function to write/read strings to UART. not sure if i'm happy with the interface; maybe inheriting is cleaner. this works though. gps interface for usrp2 is disabled right now in mboard_impl. | ||||
* | uhd: update copyright dates on host code | Josh Blum | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | uhd: replace all the instances of float not pertaining to io types with ↵ | Josh Blum | 2011-01-11 | 1 | -2/+2 |
| | | | | double, simplifies life | ||||
* | uhd: use internal() to default clock configs, dont use PPS_INT, theres no ↵ | Josh Blum | 2011-01-11 | 1 | -1/+0 |
| | | | | such thing | ||||
* | Merge branch 'udp_ports' into next | Josh Blum | 2010-12-22 | 1 | -1/+5 |
|\ | | | | | | | | | | | | | | | Conflicts: firmware/microblaze/apps/txrx_uhd.c host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_impl.cpp host/lib/usrp/usrp2/usrp2_impl.hpp | ||||
| * | usrp2: brought err0 transports into device and mboard constructors | Josh Blum | 2010-12-16 | 1 | -1/+5 |
| | | |||||
| * | usrp2: pulled some changes from the next branch to make merging easier | Josh Blum | 2010-12-15 | 1 | -5/+3 |
| | | |||||
* | | usrp2: added mimo_mode address arg and documented it | Josh Blum | 2010-12-13 | 1 | -3/+4 |
| | | |||||
* | | usrp-n: removed serdes control, its not needed, fw must set this up | Josh Blum | 2010-12-11 | 1 | -2/+0 |
|/ | |||||
* | usrp_nxxx: software workarounds for weird power up state | Josh Blum | 2010-11-23 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into flow_ctrl | Nick Foster | 2010-11-17 | 1 | -0/+5 |
|\ | | | | | | | | | | | | | | | Conflicts: host/lib/transport/udp_simple.cpp host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_iface.cpp host/lib/usrp/usrp2/usrp2_regs.hpp | ||||
| * | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p-next | Nick Foster | 2010-11-10 | 1 | -6/+9 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: firmware/microblaze/lib/u2_init.c host/lib/usrp/usrp2/clock_ctrl.cpp host/lib/usrp/usrp2/fw_common.h host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_iface.cpp host/lib/usrp/usrp2/usrp2_iface.hpp | ||||
| * | | USRP2P: This is surprisingly involved. Adding a consistent interface to deal ↵ | Nick Foster | 2010-10-12 | 1 | -1/+0 |
| | | | | | | | | | | | | with hardware revisions. | ||||
| * | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p | Nick Foster | 2010-10-08 | 1 | -60/+12 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/io_impl.cpp host/lib/usrp/usrp2/mboard_impl.cpp |