summaryrefslogtreecommitdiffstats
path: root/host
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into flow_ctrlNick Foster2010-11-1760-428/+2380
|\ | | | | | | | | | | | | | | 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
| * Merge branch 'mac_fixes' into ranges_fixJosh Blum2010-11-172-6/+22
| |\
| | * uhd: git diffJosh Blum2010-11-171-6/+9
| | |
| | * udp: added polling alternative to select for macJosh Blum2010-11-171-0/+13
| | |
| * | uhd: tweaking the export template instance macroJosh Blum2010-11-172-5/+8
| | |
| * | uhd: added to printable string methods for rangesJosh Blum2010-11-172-2/+26
| |/
| * uhd: ranges symbol fix, try extern macroJosh Blum2010-11-173-2/+12
| |
| * usrp: use a spawn thread to ensure that a pirate is spawned before ↵Josh Blum2010-11-161-0/+9
| | | | | | | | continuing (fixes lockup issue)
| * Merge branch 'public_master'Josh Blum2010-11-161-1/+1
| |\
| | * usrp2: fix ip addr eeprom offset in motherboard eeprom parserJosh Blum2010-11-161-1/+1
| | |
| * | while this was legal C++, SWIG hates itNick Foster2010-11-121-1/+2
| | |
| * | usrp-n: renamed docs and burner app, added burner app documentationJosh Blum2010-11-114-4/+37
| | |
| * | uhd: removed windows warnings, added string formatting in usrp-nJosh Blum2010-11-116-15/+15
| | |
| * | uhd: fixed ranges stuff, export symbols and use doubles not iterators...Josh Blum2010-11-112-2/+8
| | |
| * | usrp-n: populated name properties to use the generated cname from ifaceJosh Blum2010-11-116-14/+28
| | |
| * | usrp2: made enums for the rev types and implemented in codeJosh Blum2010-11-1111-86/+175
| | |
| * | Merge branch 'master' into usrp2pJosh Blum2010-11-111-4/+1
| |\ \
| | * | usrp2: fix discovery timeout, use defaultJosh Blum2010-11-111-4/+1
| | | |
| * | | U2P: saner image burner output messagesNick Foster2010-11-111-2/+2
| | | |
| * | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2pNick Foster2010-11-1126-177/+473
| |\| |
| | * | Merge branch 'ranges'Josh Blum2010-11-1119-134/+403
| | |\ \
| | | * | uhd: made unit test for meta range and fixed bugJosh Blum2010-11-103-2/+60
| | | | |
| | | * | dbsrx2: updated code for ranges useJosh Blum2010-11-101-6/+6
| | | | |
| | | * | uhd: added meta-range clip and implemented in dboards, fixed step calculationJosh Blum2010-11-107-37/+82
| | | | |
| | | * | uhd: created a meta range that is a range of ranges for gains and freqsJosh Blum2010-11-1016-125/+291
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | created a templated range that that holds a start, stop, and step created a meta-range template that is a vector of ranges meta-range can calculate the overall start, stop, step or be indexed to get at components replaced instances of range.min, max, step with the functions start() stop() and step() the xcvr frequency range is now expressed in as two ranges (have to fix its clip function though)
| | * | | usrp2: switch the timeout to units of secondsJosh Blum2010-11-111-2/+2
| | | | |
| | * | | uhd: pulled in some worthwhile changes from flow control branchJosh Blum2010-11-116-38/+65
| | |/ /
| | * | usrpbbbbbbbbbbbeeeeeeeeeeee fix typoJosh Blum2010-11-101-3/+3
| | | |
| * | | U2P: Ripped out the mboard_rev_t structure in favor of an enum in ↵Nick Foster2010-11-1012-335/+121
| | | | | | | | | | | | | | | | | | | | | | | | 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-1074-770/+2926
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-106-38/+38
| | | |
| | * | usrp1: usrp1 util is conditionally enabledJosh Blum2010-11-101-1/+6
| | | |
| | * | uhd: reorganized utils cmakefile to use list of sourcesJosh Blum2010-11-101-24/+23
| | |/
| | * added warning about rfx classic boards and dboard notesJosh Blum2010-11-092-13/+74
| | |
| * | 2+: moved mboard_rev to usrp2/ in preparation for merging upstreamNick Foster2010-11-1013-116/+26
| | |
| * | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2pNick Foster2010-10-2134-719/+2167
| |\ \ | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/CMakeLists.txt
| * | | Moved mboard rev detection to iface.cpp.Nick Foster2010-10-202-6/+7
| | | | | | | | | | | | | | | | This fixes the incorrect FPGA compat number readback bug. We were trying to read before the register set had been loaded.
| * | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2pNick Foster2010-10-144-14/+166
| |\ \ \
| * \ \ \ Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2pNick Foster2010-10-1210-18/+45
| |\ \ \ \
| * | | | | USRP2P: mboard rev works through props interface.Nick Foster2010-10-1213-31/+178
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1211-44/+215
| | | | | | | | | | | | | | | | | | | | | | | | with hardware revisions.
| * | | | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2pNick Foster2010-10-0847-894/+1126
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/io_impl.cpp host/lib/usrp/usrp2/mboard_impl.cpp
| * | | | | | USRP2P: Little bit of commonality in the include files. No functional change.Nick Foster2010-10-081-1/+0
| | | | | | |
| * | | | | | U2P: Bootloader works, successfully loads production image.Nick Foster2010-10-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Split I2C into async and sync halves to keep the size of the bootloader small.
| * | | | | | U2P: Bootloader/ICAP updates. 2-stage bootloader works. Uses EEPROM for ↵Nick Foster2010-10-071-15/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | state info.
| * | | | | | USRP2P: internal reference selected by default.Nick Foster2010-10-054-8/+27
| | | | | | |
| * | | | | | U2P: 32/64Mbit FLASH support, internal reference support for U2P r2Nick Foster2010-10-053-14/+25
| | | | | | |
| * | | | | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2pNick Foster2010-10-0523-65/+698
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/lib/ic_reg_maps/CMakeLists.txt host/lib/usrp/usrp2/io_impl.cpp
| | * | | | | | UHD: added mutex to fix race condition in device enumeration.Nick Foster2010-10-011-0/+4
| | | | | | | |
| * | | | | | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2pNick Foster2010-09-3052-1451/+1908
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/io_impl.cpp