aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/dboard_iface.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2pNick Foster2010-10-051-0/+4
|\ | | | | | | | | | | Conflicts: host/lib/ic_reg_maps/CMakeLists.txt host/lib/usrp/usrp2/io_impl.cpp
| * usrp: added get codec rate to dboard ifaceJosh Blum2010-09-291-0/+4
| |
* | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2pNick Foster2010-08-251-0/+20
|\| | | | | | | | | | | Conflicts: host/include/uhd/usrp/simple_usrp.hpp host/lib/usrp/simple_usrp.cpp
| * usrp: added get dboard iface to simple wrapper, and set gpio debug to dboard ↵Josh Blum2010-08-231-0/+20
| | | | | | | | iface
* | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2pNick Foster2010-08-181-1/+6
|\|
| * usrp: replaced mboard name with special props for dboard ifaceJosh Blum2010-08-141-1/+6
| |
* | Merge branch 'master' into usrp2pNick Foster2010-08-101-0/+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
| * usrp2: added mboard name call to dboard ifaceJosh Blum2010-08-041-0/+2
| |
* | Host-side changes to work with the USRP2+.Nick Foster2010-07-261-13/+13
|/ | | | | | | Change summary: Added clock register selection between USRP2/USRP2+ Added memory map selection between USRP2/USRP2+ Added ADS62P44 support for USRP2+
* usrp2: init clock rate shadows for dboard iface, uhd: pthread sched fix ↵Josh Blum2010-06-181-0/+5
| | | | error condition check
* usrp2: code and comment tweak for aux dac callJosh Blum2010-06-171-4/+3
|
* uhd: added enums for aux adc and dac, usrp2: implemented enums in db ifaceJosh Blum2010-06-171-15/+17
|
* added set clock rate, and get clock rates to dboard iface, usrp2 needs clock ↵Josh Blum2010-06-171-3/+21
| | | | ctrl implementation...
* usrp2: dboard iface: switched to nested dictionary for dac regsJosh Blum2010-06-141-8/+17
|
* Fixed USRP2 aux_dac numbering conventionJason Abele2010-06-111-11/+13
|
* usrp2 regs naming conventionJosh Blum2010-06-041-14/+14
|
* move get clock rate into clock controlJosh Blum2010-06-041-1/+1
|
* Prepend usrp2 onto the helper classes in usrp2 impl to avoid symbol conflicts.Josh Blum2010-06-041-4/+7
|
* fix for msvc warningJosh Blum2010-05-281-1/+1
|
* Added support to set GPIO pins from dboard interface:Josh Blum2010-05-241-8/+26
| | | | | | write gpio and set pin control (atr or gpio) Added property to get dboard interface from the dboard obj.
* Moved adc and dac control into codec control source file.Josh Blum2010-05-101-9/+9
| | | | The codec control powers down the chips on destruction.
* Code tweaks and added unit test for dict and error message.Josh Blum2010-05-011-36/+21
|
* Added RSSI readback to XCVR2450.Josh Blum2010-04-261-6/+0
| | | | also fixed spi readback typo in u2 iface
* set dboard eeprom from dboard propertiesJosh Blum2010-04-241-6/+6
|
* Moved reading the eeprom (dboard ids) onto the host.Josh Blum2010-04-231-34/+2
| | | | | Created a eeprom parser for the format in the dboard. Removed the support from the microblaze code.
* windows warning fixJosh Blum2010-04-201-3/+2
|
* added support for aux dac and adc control in hostJosh Blum2010-04-191-31/+67
|
* moved spi and i2c api into serial.hpp, its used for more than the dboard ↵Josh Blum2010-04-161-2/+4
| | | | interfacing
* Added gain control to rfx. Switched string constants to caps (gains, ↵Josh Blum2010-04-141-6/+7
| | | | | | antennas, subdevs). Made dboard interface for aux dac and adc use volts.
* renamed dboard interface to dboard iface, the lengthy name was getting to be ↵Josh Blum2010-04-141-13/+13
| | | | a burden
* Created a usrp2 interface class with the control, spi, peek/poke functionality.Josh Blum2010-04-131-0/+278
Its used in all the implementation level code