summaryrefslogtreecommitdiffstats
path: root/host
Commit message (Collapse)AuthorAgeFilesLines
* uhd: added printable to string methods to rangesJosh Blum2010-11-162-2/+26
|
* 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
| |
| * usrp2: led F documentation fixJosh Blum2010-11-051-1/+1
| |
| * 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
| | |
| * | usrp2: added notes about 3rd party sd cards to docsJosh Blum2010-11-051-3/+12
| | |
| * | Merge branch 'mb_eeprom'Josh Blum2010-11-0530-330/+571
| |\ \ | | |/ | |/|
| | * uhd: created docs for the device naming, command usage in usrp2 docs, ↵Josh Blum2010-11-055-31/+100
| | | | | | | | | | | | removed redundant docs in usrp1
| | * uhd: for eeprom writeback, write and set only those values changedJosh Blum2010-11-054-29/+39
| | |
| | * uhd: rename identifier for usrp1 eeprom, and fix offsets, add serial support ↵Josh Blum2010-11-055-44/+49
| | | | | | | | | | | | 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-048-202/+101
| | | | | | | | | | | | | | | | eeproms
| | * | usrp: print eeprom key/value pairs in the probe app, fixed mac addr sizeJosh Blum2010-11-042-7/+7
| | | |
| | * | usrp2: move mboard eeprom instance into iface to the clock control can access itJosh Blum2010-11-048-18/+22
| | | |
| | * | Merge branch 'good_stuff' into mb_eepromJosh Blum2010-11-043-1/+18
| | |\|
| | | * Merge branch 'ovfl' into good_stuffJosh Blum2010-11-043-1/+18
| | | |\
| | | | * usrp2: handle real overflow packets in host, reload continuous stream cmd, ↵Josh Blum2010-10-213-1/+18
| | | | | | | | | | | | | | | | | | | | remove firmware handling
| | * | | usrp2: implemented mboard eeprom into usrp2 mboardJosh Blum2010-11-046-117/+87
| | | | |
| | * | | usrp: created mboard eeprom map class, implemented for usrp2Josh Blum2010-11-045-8/+247
| | |/ /