Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| * | | | first stab at a GPS driver in gps_ctrl.cpp. not the most expandable thing in ↵ | Nick Foster | 2010-08-13 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | the world but there's only so many GPS interfaces out there. | ||||
| * | | | Merge branch 'master' into usrp2p | Nick Foster | 2010-08-10 | 1 | -2/+2 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this was the merge from hell Conflicts: firmware/microblaze/Makefile.am firmware/microblaze/bootstrap firmware/microblaze/configure.ac firmware/microblaze/lib/Makefile.inc host/lib/CMakeLists.txt host/lib/usrp/mimo_usrp.cpp host/lib/usrp/simple_usrp.cpp host/lib/usrp/usrp2/clock_ctrl.cpp host/lib/usrp/usrp2/codec_impl.cpp host/lib/usrp/usrp2/dboard_impl.cpp host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_iface.hpp host/lib/usrp/usrp2/usrp2_impl.hpp host/lib/usrp/usrp2/usrp2_regs.hpp host/test/CMakeLists.txt | ||||
| * \ \ \ | Merge branch 'usrp2p2' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp2py | Nick Foster | 2010-07-28 | 1 | -0/+3 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/codec_impl.cpp host/lib/usrp/usrp2/usrp2_impl.hpp | ||||
| | * | | | | Added gain support for USRP2+ ADC. | Nick Foster | 2010-07-27 | 1 | -0/+2 |
| | | | | | | |||||
| | * | | | | usrp2: added codec impl for codec properties to usrp2 | Josh Blum | 2010-07-23 | 1 | -0/+9 |
| | | | | | | |||||
| * | | | | | This is a manual merge of codec_gains2 into usrp2py. | Nick Foster | 2010-07-27 | 1 | -0/+9 |
| | | | | | | |||||
* | | | | | | usrp2: implemented clear state for RX and TX control, and zero sample ↵ | Josh Blum | 2010-11-08 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | command support | ||||
* | | | | | | Merge branch 'master' into flow_ctrl | Josh Blum | 2010-11-05 | 1 | -8/+7 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_impl.hpp | ||||
| * | | | | | usrp2: move mboard eeprom instance into iface to the clock control can access it | Josh Blum | 2010-11-04 | 1 | -2/+0 |
| | | | | | | |||||
| * | | | | | Merge branch 'good_stuff' into mb_eeprom | Josh Blum | 2010-11-04 | 1 | -0/+3 |
| |\ \ \ \ \ | |||||
| * | | | | | | usrp2: implemented mboard eeprom into usrp2 mboard | Josh Blum | 2010-11-04 | 1 | -7/+8 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge branch 'usrp2_overflow' into flow_ctrl | Josh Blum | 2010-10-21 | 1 | -0/+3 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/usrp2_impl.hpp | ||||
| * | | | | | usrp2: handle real overflow packets in host, reload continuous stream cmd, ↵ | Josh Blum | 2010-10-21 | 1 | -0/+3 |
| |/ / / / | | | | | | | | | | | | | | | | remove firmware handling | ||||
* | | | | | usrp2: move udp port initialization into mboard impl so its done before ↵ | Josh Blum | 2010-10-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | async registers are setup | ||||
* | | | | | usrp2: added docs on flow control ricer args and using usrp2 with a switch | Josh Blum | 2010-10-13 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | implemented flow control param hints in the mboard impl | ||||
* | | | | | usrp2: implemented flow control monitor | Josh Blum | 2010-10-11 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | set registers in mboard impl to enable asyn fc packets modified microblaze code to handle dummy data packet offset | ||||
* | | | | | usrp2: implement fc seq number on tx header packing | Josh Blum | 2010-10-11 | 1 | -3/+3 |
|/ / / / | |||||
* | | | | usrp2: moved samples per packet calculation into io_impl | Josh Blum | 2010-10-07 | 1 | -20/+3 |
| | | | | |||||
* | | | | uhd: replaced frame params for the zero copy interfaces with a device address | Josh Blum | 2010-10-05 | 1 | -53/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the device address gives a key, value pair of infinite optional capabilities added a cast option to the device address to cast string to type T added call to the zero_copy_if to get send and recv frame sizes changed the usrp2 impl to calculate recv/send spp from the data transport | ||||
* | | | | uhd: implemented a double timeout (in seconds) for send and recv chains | Josh Blum | 2010-10-01 | 1 | -3/+3 |
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | converted all size_t timeout_ms to double timeout bounded and alignment buffer now take double timeout added timeout to device::send and zero_copy_if::get_send_buff | ||||
* | | | 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. |