aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/mboard_impl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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 '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
| | | |
| * | | usrp: tweaks to subdev spec printingJosh Blum2010-08-061-2/+0
| | | |
| * | | uhd: created subdevice pair struct for subdev spec (easier than first/second)Josh Blum2010-08-061-8/+8
| | | |
| * | | uhd: implemented subdev spec in mimo and simple usrp wrappers.Josh Blum2010-08-061-0/+46
| | |/ | |/| | | | | | | | | | | | | implemented subdev spec in usrp2 mboard impl removed subdevs used in dboard impl
| * | usrp2: reorganized firmware directoryJosh Blum2010-07-301-6/+6
| | |
| * | usrp2: stop streaming and drain buffer (if left running)Josh Blum2010-07-301-0/+5
| | |
* | | 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
| * | usrp2: added tx policy register and changed fw to not handle error in buffer ↵Josh Blum2010-07-291-0/+1
| |/ | | | | | | pool
* | 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
| * usrp2: added registers and handling for tx async reportsJosh Blum2010-07-191-1/+6
| |
* | 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+
* uhd: setup metadata for fragment case (not in general case)Josh Blum2010-07-121-1/+7
| | | | usrp2: print rev number in mboard name
* usrp: moved stream cmd word calculation into common dsp utilsJosh Blum2010-07-071-23/+3
|
* usrp2: Added a peek64 to read pairs of 32 bit numbers such as time64Josh Blum2010-07-051-6/+8
| | | | also added a templated host to/from network conversion in byteswap.hpp (didnt use it though)
* usrp2: bug fix for readback registersJosh Blum2010-07-051-0/+10
| | | | | | added readback for time64 fixed bug for fragment flag in vrt packet handler
* usrp2: moved calculations for max packet size and otw types into shared ↵Josh Blum2010-07-051-19/+19
| | | | object between device and mboards
* usrp2: split mboard impl into its own class, usrp2 device can instantiate N ↵Josh Blum2010-07-051-12/+66
| | | | mboard impls for mimo setup (works with 1 for now)
* uhd: fix for windows warning, tweaks for msvc optimization flagsJosh Blum2010-06-251-2/+2
|
* uhd: reworked time_spec_t to be more flexible: arithmetic, comparison ↵Josh Blum2010-06-241-4/+4
| | | | | | | | | operators... Replaced nsecs with fractional seconds in units of seconds. Replaced nsecs and secs members with public function members. time_spec_t has a more diverse set of constructors and methods. It can handle the cases where frac secs are greater than 1 second.
* usrp2 regs naming conventionJosh Blum2010-06-041-16/+16
|
* fix for time64 register write orderJosh Blum2010-05-241-3/+5
|
* Added tx timed samples example.Josh Blum2010-05-181-1/+1
| | | | | Added called to device to get max samples per packet. Removed device props that gave max samples per packet.
* calculate max samples per packet using otw typeJosh Blum2010-05-171-1/+1
|
* Moved usrp2 eeprom addr read/write to host control over i2c/eeprom interface ↵Josh Blum2010-05-111-38/+12
| | | | | | | | | | calls. No longer part of the dude/bro protocol. Simplified the mac and ip addr read write code in mboard impl. Modified the mac addr type to take byte_vector_t from serial.hpp types.
* Added a place for serdes control on the host.Josh Blum2010-05-101-4/+0
| | | | | Fix bug in codec control. Comment out some clock control in fw code.
* Moved adc and dac control into codec control source file.Josh Blum2010-05-101-31/+1
| | | | The codec control powers down the chips on destruction.
* Moved some misc setting registers into host.Josh Blum2010-04-281-3/+10
|
* Added reload flag to the stream cmd.Josh Blum2010-04-281-34/+25
| | | | | This reloads the last command to handle continuous streaming in hardware. Moved rx control register setup and stream command issuing to the host.
* Renamed the prop set/get error macros so they make sense for not-implemented ↵Josh Blum2010-04-261-2/+2
| | | | properties.
* prefixed the ASSERT_THROW macro with UHD for the sake of namespaceJosh Blum2010-04-261-9/+9
|
* Work on exceptions.Josh Blum2010-04-251-6/+2
| | | | | Added props exception macro to make the set/get prop switch statements easier. Made use of boost throw exception macro for throw-site information in throw assert.
* added automatic ref source enumJosh Blum2010-04-161-0/+1
|
* removed clock rate prop, we dont need to expose that since ticks are in nsecsJosh Blum2010-04-141-4/+0
|
* Created a usrp2 interface class with the control, spi, peek/poke functionality.Josh Blum2010-04-131-19/+18
| | | | Its used in all the implementation level code
* Moved ad9777 control 100% on to the hostJosh Blum2010-04-131-0/+25
|
* added more clock config, takes care of external referenceJosh Blum2010-04-131-1/+10
|
* Moved clock control into abstraction clock control class.Josh Blum2010-04-131-0/+6
|
* converted timespec to use nanoseconds for fractional partJosh Blum2010-04-081-6/+2
|
* simplified the usage of dboard, dsp, and mboard proxies.Josh Blum2010-04-051-13/+13
| | | | removed the dict structure for each, we are just going to have one.
* paradigm shift for the dsp abstractionJosh Blum2010-04-051-17/+45
|
* added 16 bit peek and poke, 16 bit register defs for gpios and atrsJosh Blum2010-04-051-4/+4
|
* moved props into usrp and multiple hpp filesJosh Blum2010-04-011-0/+2
|
* use defined constants for the register addressesJosh Blum2010-04-011-10/+9
|
* Moved dsp (rx and tx), time config, and clock config (mostly) into the host.Josh Blum2010-03-311-36/+20
|
* Added utility methods to device addr and mac addr to make them more usable.Josh Blum2010-03-291-3/+3
|
* refactored types.hpp into types directoryJosh Blum2010-03-271-1/+2
|