Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | usrp-n: populated name properties to use the generated cname from iface | Josh Blum | 2010-11-11 | 1 | -5/+5 |
| | |||||
* | usrp2: made enums for the rev types and implemented in code | Josh Blum | 2010-11-11 | 1 | -7/+12 |
| | |||||
* | U2P: Ripped out the mboard_rev_t structure in favor of an enum in ↵ | Nick Foster | 2010-11-10 | 1 | -3/+2 |
| | | | | | | usrp2_regs.hpp and some logic. Also change ethernet.c to move generic code to eth_lib. | ||||
* | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p-next | Nick Foster | 2010-11-10 | 1 | -65/+24 |
|\ | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | uhd: renamed enums to reflect new convention | Josh Blum | 2010-11-10 | 1 | -2/+2 |
| | | |||||
| * | uhd: for eeprom writeback, write and set only those values changed | Josh Blum | 2010-11-05 | 1 | -2/+4 |
| | | |||||
| * | usrp2: move mboard eeprom instance into iface to the clock control can access it | Josh Blum | 2010-11-04 | 1 | -6/+5 |
| | | |||||
| * | Merge branch 'good_stuff' into mb_eeprom | Josh Blum | 2010-11-04 | 1 | -0/+8 |
| |\ | |||||
| | * | usrp2: handle real overflow packets in host, reload continuous stream cmd, ↵ | Josh Blum | 2010-10-21 | 1 | -0/+8 |
| | | | | | | | | | | | | remove firmware handling | ||||
| * | | usrp2: implemented mboard eeprom into usrp2 mboard | Josh Blum | 2010-11-04 | 1 | -51/+15 |
| |/ | |||||
* | | 2+: moved mboard_rev to usrp2/ in preparation for merging upstream | Nick Foster | 2010-11-10 | 1 | -1/+1 |
| | | |||||
* | | Moved mboard rev detection to iface.cpp. | Nick Foster | 2010-10-20 | 1 | -4/+0 |
| | | | | | | | | This fixes the incorrect FPGA compat number readback bug. We were trying to read before the register set had been loaded. | ||||
* | | USRP2P: mboard rev works through props interface. | Nick Foster | 2010-10-12 | 1 | -8/+10 |
| | | | | | | | | | | | | Added usrp2_burn_mb_rev.cpp to utils. It is not installed to the utils install dir. Not all happy with the mboard_rev setup -- is_usrp2p() is too specific for a generalized mboard_rev concept. I'm not sure where else to put it so for now it stays. | ||||
* | | USRP2P: This is surprisingly involved. Adding a consistent interface to deal ↵ | Nick Foster | 2010-10-12 | 1 | -9/+21 |
| | | | | | | | | with hardware revisions. | ||||
* | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p | Nick Foster | 2010-10-08 | 1 | -4/+4 |
|\| | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/io_impl.cpp host/lib/usrp/usrp2/mboard_impl.cpp | ||||
| * | uhd: replaced frame params for the zero copy interfaces with a device address | Josh Blum | 2010-10-05 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | USRP2P: internal reference selected by default. | Nick Foster | 2010-10-05 | 1 | -2/+2 |
| | | |||||
* | | U2P: 32/64Mbit FLASH support, internal reference support for U2P r2 | Nick Foster | 2010-10-05 | 1 | -5/+15 |
| | | |||||
* | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p | Nick Foster | 2010-09-15 | 1 | -6/+5 |
|\| | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/CMakeLists.txt host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_regs.hpp | ||||
| * | usrp2: flush the error flow messages, issue the stop before register ↵ | Josh Blum | 2010-08-31 | 1 | -5/+5 |
| | | | | | | | | configure to align count | ||||
* | | Removing the GPS search stuff until I have time to figure out why the ↵ | Nick Foster | 2010-08-26 | 1 | -2/+2 |
| | | | | | | | | firmware side keeps timing out. | ||||
* | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p | Nick Foster | 2010-08-18 | 1 | -22/+15 |
|\| | |||||
| * | usrp2: fix missing include | Josh Blum | 2010-08-15 | 1 | -0/+1 |
| | | |||||
| * | usrp: moved usrp utils into public include space | Josh Blum | 2010-08-15 | 1 | -2/+2 |
| | | |||||
| * | uhd: extract named prop returns a named prop (not a tuple) | Josh Blum | 2010-08-15 | 1 | -7/+6 |
| | | | | | | | | simplifies the code after the property set/get declaration | ||||
| * | usrp: give dboards a name (not a blank string), do automatic selection when ↵ | Josh Blum | 2010-08-15 | 1 | -4/+6 |
| | | | | | | | | not provided | ||||
| * | usrp: added subdev spec verification functions | Josh Blum | 2010-08-11 | 1 | -12/+3 |
| | | |||||
* | | Support for NMEA reads. Uses NMEA parsing instead of Jackson Labs parsing. | Nick Foster | 2010-08-13 | 1 | -0/+4 |
| | | | | | | | | No multibaud support yet. read/write_uart() now do multiple-packet writes in multiples of 20 bytes (hardcoded). | ||||
* | | first stab at a GPS driver in gps_ctrl.cpp. not the most expandable thing in ↵ | Nick Foster | 2010-08-13 | 1 | -6/+1 |
| | | | | | | | | the world but there's only so many GPS interfaces out there. | ||||
* | | Host-side fixes for GPS UART. | Nick Foster | 2010-08-12 | 1 | -7/+6 |
| | | |||||
* | | Added host-side support for UART messaging. | Nick Foster | 2010-08-12 | 1 | -0/+7 |
| | | | | | | | | Have not yet added GPS control library. Debug crap in mboard_impl.cpp constructor. | ||||
* | | Merge branch 'master' into usrp2p | Nick Foster | 2010-08-10 | 1 | -0/+49 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 'codec_gains' | Josh Blum | 2010-08-06 | 1 | -0/+3 |
| |\ | | | | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/mimo_usrp.cpp host/lib/usrp/simple_usrp.cpp host/test/CMakeLists.txt | ||||
| | * | Merge branch 'master' into codec_gains | Josh Blum | 2010-08-04 | 1 | -6/+12 |
| | |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: host/lib/CMakeLists.txt host/lib/utils/gain_handler.cpp | ||||
| | * | | usrp2: added codec impl for codec properties to usrp2 | Josh Blum | 2010-07-27 | 1 | -0/+3 |
| | | | | |||||
| * | | | usrp: tweaks to subdev spec printing | Josh Blum | 2010-08-06 | 1 | -2/+0 |
| | | | | |||||
| * | | | uhd: created subdevice pair struct for subdev spec (easier than first/second) | Josh Blum | 2010-08-06 | 1 | -8/+8 |
| | | | | |||||
| * | | | uhd: implemented subdev spec in mimo and simple usrp wrappers. | Josh Blum | 2010-08-06 | 1 | -0/+46 |
| | |/ | |/| | | | | | | | | | | | | | implemented subdev spec in usrp2 mboard impl removed subdevs used in dboard impl | ||||
| * | | usrp2: reorganized firmware directory | Josh Blum | 2010-07-30 | 1 | -6/+6 |
| | | | |||||
| * | | usrp2: stop streaming and drain buffer (if left running) | Josh Blum | 2010-07-30 | 1 | -0/+5 |
| | | | |||||
* | | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp2p | Nick Foster | 2010-07-29 | 1 | -0/+1 |
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_regs.hpp | ||||
| * | | usrp2: added tx policy register and changed fw to not handle error in buffer ↵ | Josh Blum | 2010-07-29 | 1 | -0/+1 |
| |/ | | | | | | | pool | ||||
* | | This is a manual merge of codec_gains2 into usrp2py. | Nick Foster | 2010-07-27 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp2px | Nick Foster | 2010-07-27 | 1 | -0/+6 |
|\| | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/mboard_impl.cpp | ||||
| * | usrp2: added registers and handling for tx async reports | Josh Blum | 2010-07-19 | 1 | -1/+6 |
| | | |||||
* | | Host-side changes to work with the USRP2+. | Nick Foster | 2010-07-26 | 1 | -24/+27 |
|/ | | | | | | | Change summary: Added clock register selection between USRP2/USRP2+ Added memory map selection between USRP2/USRP2+ Added ADS62P44 support for USRP2+ | ||||
* | uhd: setup metadata for fragment case (not in general case) | Josh Blum | 2010-07-12 | 1 | -1/+7 |
| | | | | usrp2: print rev number in mboard name | ||||
* | usrp: moved stream cmd word calculation into common dsp utils | Josh Blum | 2010-07-07 | 1 | -23/+3 |
| | |||||
* | usrp2: Added a peek64 to read pairs of 32 bit numbers such as time64 | Josh Blum | 2010-07-05 | 1 | -6/+8 |
| | | | | also added a templated host to/from network conversion in byteswap.hpp (didnt use it though) | ||||
* | usrp2: bug fix for readback registers | Josh Blum | 2010-07-05 | 1 | -0/+10 |
| | | | | | | added readback for time64 fixed bug for fragment flag in vrt packet handler |