aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/mboard_impl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* usrp-n: some rx path fixesJosh Blum2010-11-291-6/+0
| | | | | | removed stop streaming command from init (taken care of by reset) fixed incoming packet filter to pass inline message packets
* usrp_nxxx: software workarounds for weird power up stateJosh Blum2010-11-231-4/+4
|
* Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into flow_ctrlNick Foster2010-11-171-44/+68
|\ | | | | | | | | | | | | | | 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
| * usrp-n: populated name properties to use the generated cname from ifaceJosh Blum2010-11-111-5/+5
| |
| * usrp2: made enums for the rev types and implemented in codeJosh Blum2010-11-111-7/+12
| |
| * U2P: Ripped out the mboard_rev_t structure in favor of an enum in ↵Nick Foster2010-11-101-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-nextNick Foster2010-11-101-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 conventionJosh Blum2010-11-101-2/+2
| | |
| * | 2+: moved mboard_rev to usrp2/ in preparation for merging upstreamNick Foster2010-11-101-1/+1
| | |
| * | Moved mboard rev detection to iface.cpp.Nick Foster2010-10-201-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 Foster2010-10-121-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 Foster2010-10-121-9/+21
| | | | | | | | | | | | with hardware revisions.
| * | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2pNick Foster2010-10-081-4/+4
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/io_impl.cpp host/lib/usrp/usrp2/mboard_impl.cpp
| * | | USRP2P: internal reference selected by default.Nick Foster2010-10-051-2/+2
| | | |
| * | | U2P: 32/64Mbit FLASH support, internal reference support for U2P r2Nick Foster2010-10-051-5/+15
| | | |
| * | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2pNick Foster2010-09-151-6/+5
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/CMakeLists.txt host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_regs.hpp
| * | | | Removing the GPS search stuff until I have time to figure out why the ↵Nick Foster2010-08-261-2/+2
| | | | | | | | | | | | | | | | | | | | firmware side keeps timing out.
| * | | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2pNick Foster2010-08-181-22/+15
| |\ \ \ \
| * | | | | Support for NMEA reads. Uses NMEA parsing instead of Jackson Labs parsing.Nick Foster2010-08-131-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 Foster2010-08-131-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | the world but there's only so many GPS interfaces out there.
| * | | | | Host-side fixes for GPS UART.Nick Foster2010-08-121-7/+6
| | | | | |
| * | | | | Added host-side support for UART messaging.Nick Foster2010-08-121-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | Have not yet added GPS control library. Debug crap in mboard_impl.cpp constructor.
| * | | | | Merge branch 'master' into usrp2pNick Foster2010-08-101-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 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp2pNick Foster2010-07-291-0/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_regs.hpp
| * | | | | | | This is a manual merge of codec_gains2 into usrp2py.Nick Foster2010-07-271-0/+3
| | | | | | | |
| * | | | | | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp2pxNick Foster2010-07-271-0/+6
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/mboard_impl.cpp
| * | | | | | | | Host-side changes to work with the USRP2+.Nick Foster2010-07-261-24/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change summary: Added clock register selection between USRP2/USRP2+ Added memory map selection between USRP2/USRP2+ Added ADS62P44 support for USRP2+
* | | | | | | | | usrp2: implemented clear state for RX and TX control, and zero sample ↵Josh Blum2010-11-081-8/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | command support
* | | | | | | | | Merge branch 'master' into flow_ctrlJosh Blum2010-11-051-51/+16
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_impl.hpp
| * | | | | | | | uhd: for eeprom writeback, write and set only those values changedJosh Blum2010-11-051-2/+4
| | | | | | | | |
| * | | | | | | | usrp2: move mboard eeprom instance into iface to the clock control can access itJosh Blum2010-11-041-6/+5
| | | | | | | | |
| * | | | | | | | Merge branch 'good_stuff' into mb_eepromJosh Blum2010-11-041-0/+8
| |\ \ \ \ \ \ \ \
| * | | | | | | | | usrp2: implemented mboard eeprom into usrp2 mboardJosh Blum2010-11-041-51/+15
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'usrp2_overflow' into flow_ctrlJosh Blum2010-10-211-0/+8
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/usrp2_impl.hpp
| * | | | | | | | usrp2: handle real overflow packets in host, reload continuous stream cmd, ↵Josh Blum2010-10-211-0/+8
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | remove firmware handling
* | | | | | | | usrp2: move udp port initialization into mboard impl so its done before ↵Josh Blum2010-10-141-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | async registers are setup
* | | | | | | | usrp2: added docs on flow control ricer args and using usrp2 with a switchJosh Blum2010-10-131-8/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | implemented flow control param hints in the mboard impl
* | | | | | | | uhd: test eob ack message, usrp2: remove rx drain on init with the promise ↵Josh Blum2010-10-121-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of a reset register
* | | | | | | | usrp2: enable the cycles per ack, and drain recv without the timeout (fixes ↵Josh Blum2010-10-111-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | previous conflict)
* | | | | | | | usrp2: implemented flow control monitorJosh Blum2010-10-111-4/+10
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | set registers in mboard impl to enable asyn fc packets modified microblaze code to handle dummy data packet offset
* | | | | | / uhd: replaced frame params for the zero copy interfaces with a device addressJosh Blum2010-10-051-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
* | | | | | usrp2: flush the error flow messages, issue the stop before register ↵Josh Blum2010-08-311-5/+5
| |_|_|_|/ |/| | | | | | | | | | | | | | configure to align count
* | | | | usrp2: fix missing includeJosh Blum2010-08-151-0/+1
| | | | |
* | | | | usrp: moved usrp utils into public include spaceJosh Blum2010-08-151-2/+2
| | | | |
* | | | | uhd: extract named prop returns a named prop (not a tuple)Josh Blum2010-08-151-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 Blum2010-08-151-4/+6
| | | | | | | | | | | | | | | | | | | | not provided
* | | | | usrp: added subdev spec verification functionsJosh Blum2010-08-111-12/+3
| |_|_|/ |/| | |
* | | | Merge branch 'codec_gains'Josh Blum2010-08-061-0/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/mimo_usrp.cpp host/lib/usrp/simple_usrp.cpp host/test/CMakeLists.txt
| * \ \ \ Merge branch 'master' into codec_gainsJosh Blum2010-08-041-6/+12
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/lib/CMakeLists.txt host/lib/utils/gain_handler.cpp
| * | | | | usrp2: added codec impl for codec properties to usrp2Josh Blum2010-07-271-0/+3
| | |_|/ / | |/| | |