aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/usrp2_iface.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: removed windows warnings, added string formatting in usrp-nJosh Blum2010-11-111-2/+2
|
* usrp-n: populated name properties to use the generated cname from ifaceJosh Blum2010-11-111-1/+1
|
* usrp2: made enums for the rev types and implemented in codeJosh Blum2010-11-111-9/+33
|
* Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2pNick Foster2010-11-111-2/+2
|\
| * usrp2: switch the timeout to units of secondsJosh Blum2010-11-111-2/+2
| |
* | U2P: Ripped out the mboard_rev_t structure in favor of an enum in ↵Nick Foster2010-11-101-17/+9
| | | | | | | | | | | | 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-0/+2
|\| | | | | | | | | | | | | | | | | | | 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-1/+1
| |
| * usrp2: move mboard eeprom instance into iface to the clock control can access itJosh Blum2010-11-041-0/+3
| |
| * Brought in changes to SPI to match up with parallel branch so they share a ↵Nick Foster2010-08-161-1/+1
| | | | | | | | common protocol.
* | 2+: moved mboard_rev to usrp2/ in preparation for merging upstreamNick Foster2010-11-101-4/+4
| |
* | Moved mboard rev detection to iface.cpp.Nick Foster2010-10-201-2/+7
| | | | | | | | 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-2/+2
| | | | | | | | | | | | 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-2/+2
| | | | | | | | with hardware revisions.
* | Support for NMEA reads. Uses NMEA parsing instead of Jackson Labs parsing.Nick Foster2010-08-131-8/+21
| | | | | | | | No multibaud support yet. read/write_uart() now do multiple-packet writes in multiples of 20 bytes (hardcoded).
* | GPS interface works for Jackson Labs devices.Nick Foster2010-08-131-2/+1
| |
* | Host-side fixes for GPS UART.Nick Foster2010-08-121-5/+5
| |
* | Added host-side support for UART messaging.Nick Foster2010-08-121-0/+42
| | | | | | | | Have not yet added GPS control library. Debug crap in mboard_impl.cpp constructor.
* | Merge branch 'master' into usrp2pNick Foster2010-08-101-7/+17
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * usrp2: added fpga compat number, renamed firmware proto version to compatJosh Blum2010-08-091-7/+17
| |
* | ADC SPI works. ADC gain interface "works".Nick Foster2010-07-281-1/+1
| |
* | Host-side changes to work with the USRP2+.Nick Foster2010-07-261-0/+13
|/ | | | | | | Change summary: Added clock register selection between USRP2/USRP2+ Added memory map selection between USRP2/USRP2+ Added ADS62P44 support for USRP2+
* usrp2: add a timeout to udp control and make it large for usrp2 control ↵Josh Blum2010-07-191-1/+13
| | | | transactions
* usrp2: moved common defined for udp mtu and implemented change.Josh Blum2010-07-071-4/+5
| | | | | | 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: change pack/unpack for 64-bit numbers to reflect hardware implementationJosh Blum2010-07-071-1/+1
|
* usrp2: Added a peek64 to read pairs of 32 bit numbers such as time64Josh Blum2010-07-051-5/+19
| | | | also added a templated host to/from network conversion in byteswap.hpp (didnt use it though)
* usrp2: increased transport buffer minimum size, and added warningJosh Blum2010-07-051-1/+1
| | | | | | added more notes on buffer size to the manual pulled in some firmware fixes from the mimo work, just to have them in here
* usrp2: enlarged the i2c transaction size, rev-ed the firmware protocol ↵Josh Blum2010-06-171-1/+1
| | | | number, added constants for packet sizes
* move get clock rate into clock controlJosh Blum2010-06-041-7/+0
|
* also use an mtu size recv buffer for the control packet recvJosh Blum2010-06-041-6/+7
|
* Added RSSI readback to XCVR2450.Josh Blum2010-04-261-1/+1
| | | | also fixed spi readback typo in u2 iface
* prefixed the ASSERT_THROW macro with UHD for the sake of namespaceJosh Blum2010-04-261-8/+8
|
* Added i2c interface to serial.hpp, using in usrp2_iface for i2c and eeprom.Josh Blum2010-04-261-21/+0
|
* set dboard eeprom from dboard propertiesJosh Blum2010-04-241-5/+9
|
* Moved reading the eeprom (dboard ids) onto the host.Josh Blum2010-04-231-0/+61
| | | | | Created a eeprom parser for the format in the dboard. Removed the support from the microblaze code.
* Added protocol version number to usrp2 common header and data struct.Josh Blum2010-04-211-0/+8
|
* moved spi and i2c api into serial.hpp, its used for more than the dboard ↵Josh Blum2010-04-161-1/+0
| | | | interfacing
* Created a usrp2 interface class with the control, spi, peek/poke functionality.Josh Blum2010-04-131-0/+168
Its used in all the implementation level code