aboutsummaryrefslogtreecommitdiffstats
path: root/host
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into flow_ctrlJosh Blum2010-11-0536-343/+1223
|\ | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_impl.hpp
| * 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: 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
| | |/ /
| * / / uhd: dont check for python interp if PYTHON_EXECUTABLE specifiedJosh Blum2010-11-051-4/+6
| |/ /
| * | uhd: fixed typo - removed export for templated classJosh Blum2010-11-021-1/+1
| | |
| * | uhd: added dict get method, used in usrp1 image loadingJosh Blum2010-10-313-4/+18
| | |
* | | Merge branch 'master' into flow_ctrlJosh Blum2010-10-2815-69/+376
|\| |
| * | Merge branch 'next'Josh Blum2010-10-2841-390/+1115
| |\ \
| | * | Fix Bandwidth for IQ subdevs on Basic/LFJason Abele2010-10-285-10/+28
| | | | | | | | | | | | | | | | Additional typo cleanup and fix WBX bandwidth
| | * | usrp2: documented LED EJosh Blum2010-10-281-1/+1
| | | |
| | * | uhd: change python module check descriptions to use wordsJosh Blum2010-10-281-2/+2
| | | |
| | * | uhd: added to python module check macro, move check to lib dirJosh Blum2010-10-282-14/+30
| | | |
| | * | uhd: removed dilv in rx files examplesJosh Blum2010-10-272-14/+0
| | | |
| | * | uhd: added rx samples to udp example, cleaned up other examples, added gain ↵Josh Blum2010-10-275-36/+187
| | | | | | | | | | | | | | | | options
| | * | uhd: added rx to file example, simplified cmake file for examplesJosh Blum2010-10-272-26/+162
| | | |
| * | | usrp: fixed validate subdev spec typo for empty string casesJosh Blum2010-10-261-3/+3
| | | |
| * | | fix copy/paste typo piroundableJosh Blum2010-10-251-1/+1
| | | |
* | | | Merge branch 'next' into flow_ctrlJosh Blum2010-10-2738-345/+1237
|\ \ \ \ | | |/ / | |/| | | | | | | | | | Conflicts: host/include/uhd/types/metadata.hpp
| * | | usrp: added to subdev spec comments/docsJosh Blum2010-10-271-3/+8
| | | |
| * | | usrp: added a time sync check for multi usrpJosh Blum2010-10-272-0/+17
| | | |
| * | | uhd: moved templated dict implementation into ipp fileJosh Blum2010-10-263-75/+133
| | | |
| * | | uhd: replaced print warning with a post warning call and registryJosh Blum2010-10-2620-43/+131
| | | | | | | | | | | | | | | | | | | | | | | | renamed print warning calls in the implementation fixed issue with dict::pop so it now works even if the value is not comparable
| * | | usrp: rework lo offset logic to use bandwidth, add test caseJosh Blum2010-10-252-6/+82
| | | |
| * | | uhd: doxygen comments, moved enum comments, added to metadata for all entitiesJosh Blum2010-10-252-45/+43
| | | |
| * | | uhd: tune helper + request, forgot to use and set target freqJosh Blum2010-10-252-2/+3
| | | |
| * | | Updated bandwidths in daughterboard docsJason Abele2010-10-251-8/+20
| | | |
| * | | Added bandwidth property to all daughterboardsJason Abele2010-10-257-9/+107
| | | | | | | | | | | | | | | | | | | | Updated existing bandwidth property to reflect double-sided bandwidth rather than lowpass bandwidth
| * | | uhd: created tune request struct and implemented more fine grained tuning callsJosh Blum2010-10-2511-182/+247
| |/ /
| * | created ascii art dft plotter in uhdJosh Blum2010-10-254-1/+475
| | |
* | | dbsrx: allow for setup time after changing the vco selectionJosh Blum2010-10-241-0/+3
| | |
* | | BasicRX: GPIOs now output 0 to decrease noise pickup.Nick Foster2010-10-221-0/+5
| | |