aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | Added host-side support for UART messaging.Nick Foster2010-08-123-0/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Have not yet added GPS control library. Debug crap in mboard_impl.cpp constructor.
| * | | | | | | | | | | | Added UART transactions to the DUDE/BRO protocol.Nick Foster2010-08-121-0/+11
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp2pNick Foster2010-08-123-15/+35
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into usrp2pNick Foster2010-08-1035-351/+1607
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-293-0/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_regs.hpp
| * | | | | | | | | | | | | | | use int not rint.Nick Foster2010-07-281-3/+1
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | ADC gain control works.Nick Foster2010-07-284-10/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Separated digital gain and fine gain correction into separate buckets. Changed the rounding policy of gain_group to floor() rather than round().
| * | | | | | | | | | | | | | | ADC SPI works. ADC gain interface "works".Nick Foster2010-07-282-2/+2
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | usrp: codec gains, don't bind functio npointers, also add prioritiesNick Foster2010-07-281-14/+57
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Widened SPI slave select bus to 16 bits in host and firmware.Nick Foster2010-07-281-3/+3
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Added gain range property to rx_codec_get.Nick Foster2010-07-281-0/+5
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | usrp: gain group should not try to set gain elements if there are noneNick Foster2010-07-281-0/+1
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge branch 'usrp2p2' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp2pyNick Foster2010-07-284-9/+97
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/codec_impl.cpp host/lib/usrp/usrp2/usrp2_impl.hpp
| | * | | | | | | | | | | | | | | Added gain support for USRP2+ ADC.Nick Foster2010-07-274-9/+96
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Merge branch 'codec_gains' of git@ettus.sourcerepo.com:ettus/uhdpriv into ↵Nick Foster2010-07-2614-211/+415
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | usrp2p2
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into codec_gainsNick Foster2010-07-263-6/+5
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | usrp: removed gain handler code (replaced by gain group)Josh Blum2010-07-243-198/+3
| | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | usrp: added gain group support usrp2 dboard and to wrapper implementationsJosh Blum2010-07-246-15/+145
| | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | usrp2: added codec impl for codec properties to usrp2Josh Blum2010-07-235-0/+117
| | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | uhd: added gain group and unit testing for itJosh Blum2010-07-232-0/+152
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Interface access methods for users to access dboards.Nick Foster2010-07-271-0/+12
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | This is a manual merge of codec_gains2 into usrp2py.Nick Foster2010-07-2714-211/+415
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp2pxNick Foster2010-07-279-35/+93
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/mboard_impl.cpp
| * | | | | | | | | | | | | | | | | | Host-side changes to work with the USRP2+.Nick Foster2010-07-2613-103/+382
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change summary: Added clock register selection between USRP2/USRP2+ Added memory map selection between USRP2/USRP2+ Added ADS62P44 support for USRP2+
| * | | | | | | | | | | | | | | | | | Deleted manually those files to correspond with USRP2P branch.Nick Foster2010-07-262-75/+180
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Firmware compiles.Nick Foster2010-07-261-0/+16
| | |_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | usrp2: implemented clear state for RX and TX control, and zero sample ↵Josh Blum2010-11-085-39/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | command support
* | | | | | | | | | | | | | | | | | Merge branch 'master' into flow_ctrlJosh Blum2010-11-0519-121/+928
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_impl.hpp
| * | | | | | | | | | | | | | | | | dbsrx2: removed windows warnings, made bandwidth param a doubleJosh Blum2010-11-051-11/+11
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge branch 'dbsrx2'Josh Blum2010-11-054-0/+631
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | Added mangling for DBSRX2 i2c addresses on USRPJason Abele2010-11-051-10/+9
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Adjusting rx_get and rx_set for newer keysJason Abele2010-11-051-30/+16
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Working DBSRX2 daughterboard codeJason Abele2010-11-051-0/+5
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Working DBSRX2 daughterboard codeJason Abele2010-11-054-0/+641
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | uhd: for eeprom writeback, write and set only those values changedJosh Blum2010-11-053-18/+26
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | uhd: rename identifier for usrp1 eeprom, and fix offsets, add serial support ↵Josh Blum2010-11-054-43/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to usrp2
| * | | | | | | | | | | | | | | | | | Merge branch 'good_stuff' into mb_eepromJosh Blum2010-11-053-18/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: firmware/fx2/include
| * | | | | | | | | | | | | | | | | | | usrp: implement name checking on dicovery (all platforms), separate usb ↵Josh Blum2010-11-057-15/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | serial from serial (for now)
| * | | | | | | | | | | | | | | | | | | usrp: replaced device specific burner apps with one generic one for mboard ↵Josh Blum2010-11-043-25/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | eeproms
| * | | | | | | | | | | | | | | | | | | usrp: print eeprom key/value pairs in the probe app, fixed mac addr sizeJosh Blum2010-11-041-3/+3
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | usrp2: move mboard eeprom instance into iface to the clock control can access itJosh Blum2010-11-047-18/+19
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge branch 'good_stuff' into mb_eepromJosh Blum2010-11-043-1/+18
| |\| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Merge branch 'ovfl' into good_stuffJosh Blum2010-11-043-1/+18
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | usrp2: implemented mboard eeprom into usrp2 mboardJosh Blum2010-11-044-103/+75
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | usrp: created mboard eeprom map class, implemented for usrp2Josh Blum2010-11-043-8/+182
| |/ / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | uhd: added dict get method, used in usrp1 image loadingJosh Blum2010-10-311-4/+2
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'master' into flow_ctrlJosh Blum2010-10-286-10/+39
|\| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merge branch 'next'Josh Blum2010-10-2819-122/+327
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | Fix Bandwidth for IQ subdevs on Basic/LFJason Abele2010-10-284-7/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Additional typo cleanup and fix WBX bandwidth
| | * | | | | | | | | | | | | | | | | | uhd: change python module check descriptions to use wordsJosh Blum2010-10-281-2/+2
| | | | | | | | | | | | | | | | | | | |