aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs
Commit message (Collapse)AuthorAgeFilesLines
* Merging Doxygen manual into 'master'.Ben Hilburn2014-04-1142-3208/+3914
|\
| * Brought over usrp_burn_mb_eeprom documentation changes from masterNicholas Corgan2014-04-115-9/+8
| |
| * doxygen: brought over X3x0 doc fixes from old manualNicholas Corgan2014-04-101-8/+8
| |
| * doxygen: readded removed STRIP_FROM_INC_PATH patch for correct include pathsNicholas Corgan2014-04-101-1/+1
| |
| * docs: Adjusted CMake so Doxygen builds either manual, API docs, or bothMartin Braun2014-04-092-13/+37
| |
| * x300/docs: Clarified programming of IP addresses (Doxygen)Martin Braun2014-04-091-0/+16
| |
| * docs: Moved manual to DoxygenMartin Braun2014-04-0946-3990/+3858
| |
| * x300/docs: Clarified programming of IP addressesMartin Braun2014-03-312-58/+39
| |
* | usrp_burn_mb_eeprom: deprecated --key and --val argumentsNicholas Corgan2014-04-115-9/+8
| | | | | | | | | | | | | | | | | | | | * New method: --values="key1=value1,key2=value2" * To read key2: --values="key1=value1,key2,key3=value2" * Added --read-all option to read all values in EEPROM without burning * Old arguments still work but print deprecation warning Conflicts: host/docs/usrp_x3x0.rst
* | x3x0 docs: the word 'firmware' is misleadingBen Hilburn2014-04-091-19/+23
| |
* | x300/docs: Clarified programming of IP addressesMartin Braun2014-03-312-58/+39
|/
* x300 mtu: Removed magic number, minor manual updatesMartin Braun2014-02-181-3/+4
|
* Pushing the bulk of UHD-3.7.0 code.Ben Hilburn2014-02-146-49/+452
|
* Merging USRP X300 and X310 support!!Ben Hilburn2014-02-0432-317/+1413
|
* manual: Added RF ranges of B2x0 devicesMartin Braun2014-01-131-2/+2
|
* cleaning up gpsdo docsBen Hilburn2013-12-192-4/+2
|
* Squashed commit uhd/cleanup.Ben Hilburn2013-11-273-7/+1
|
* Merge branch 'maint'Nicholas Corgan2013-10-231-2/+4
|\
| * docs: added info on libusbx for WindowsNicholas Corgan2013-10-231-2/+4
| |
* | docs: added documentation for usage of the Jackson Labx LC_XO GPSDO, used on ↵Nicholas Corgan2013-10-104-2/+84
| | | | | | | | USRP B2X0 devices
* | Merge branch 'maint'Josh Blum2013-09-111-0/+1
|\|
| * Fixed references to Linux USB permissions commandsNicholas Corgan2013-09-111-0/+1
| | | | | | | | * 'sudo udevadm trigger' needs to be run after reloading rules
* | b200: lower clock rate is 5MHz due to DCMJosh Blum2013-08-161-1/+1
| |
* | usrp2: update mimo cable docs for current apiJosh Blum2013-07-251-4/+2
| |
* | b200: skeleton documentation rst manualJosh Blum2013-07-194-4/+93
| |
* | uhd: update the docs for the D discontinuity indicationJosh Blum2013-07-191-1/+3
| |
* | Merge branch 'mergeme/cbx'Josh Blum2013-06-102-1/+7
|\ \ | | | | | | | | | | | | | | | Conflicts: host/docs/calibration.rst host/lib/usrp/dboard/db_sbx_common.cpp
| * | cbx: added entries into the manualJosh Blum2013-06-102-1/+7
| | |
* | | Merge branch 'maint'Nicholas Corgan2013-05-101-6/+13
|\ \ \ | | |/ | |/| | | | | | | Conflicts: host/tests/CMakeLists.txt
| * | Added CMake variables to customize builds to match Debian package configurationsNicholas Corgan2013-05-101-6/+13
| | | | | | | | | | | | | | | | | | * -DLIBUHD_PKG=ON installs with libuhd003 configuration * -DLIBUHDDEV_PKG=ON installs with libuhd-dev configuration * -DUHDHOST_PKG=ON installs with uhd-host configuration
* | | Merge branch 'maint'Nicholas Corgan2013-05-101-1/+1
|\| |
| * | docs: man pages compress fullyNicholas Corgan2013-05-101-1/+1
| | |
* | | Merge branch 'maint'Nicholas Corgan2013-05-039-0/+637
|\| |
| * | UHD has man pages nowNicholas Corgan2013-05-039-0/+637
| | | | | | | | | | | | | | | * Linux installations will automatically install man pages * Moved usrp_n2xx_simple_net_burner and usrp2_card_burner into bin
* | | Merge branch 'maint'Nicholas Corgan2013-03-261-1/+1
|\| | | | | | | | | | | | | | Conflicts: host/docs/calibration.rst
| * | Merge branch 'maint34' into maintNicholas Corgan2013-03-261-1/+1
| |\| | | | | | | | | | | | | Conflicts: host/docs/calibration.rst
| | * docs: fixed typo in calibration documentationNicholas Corgan2013-03-261-1/+1
| | |
* | | docs: UHD/USRP rephrasingNicholas Corgan2012-12-1814-64/+64
|/ /
* | docs: fixed typoNicholas Corgan2012-11-191-1/+1
| |
* | utils: cal apps immediately fail if dboard has no serial instead of after ↵Nicholas Corgan2012-11-161-0/+8
| | | | | | | | test runs
* | docs: documentation introduces images-related features introduced in 003.005.000Nicholas Corgan2012-11-122-1/+23
| |
* | docs: fix typo in sync exampleJosh Blum2012-10-181-1/+1
| |
* | utils: Query GPSDO SensorsNicholas Corgan2012-10-021-1/+1
| | | | | | | | | | * Outputs readings of GPSDO sensors and compares UHD device time with GPS time * Correction of URL for GPSDO installation information
* | Merge branch 'master' into nextJosh Blum2012-07-301-1/+1
|\ \
| * | docs: formatting fix for stream docsJosh Blum2012-07-231-1/+1
| | |
* | | b100/e100: clock source option for pps phase sync abuseJosh Blum2012-07-191-1/+1
| | |
* | | docs: added comparative features list at top of eachJosh Blum2012-07-176-9/+65
|/ /
* | n2x0: only check for the GPSDO once after power upJosh Blum2012-06-181-0/+3
| | | | | | | | | | | | We used to only check if the EEPROM was setup properly. But now we always check, but check only once after first power up, and disable the check if not found.
* | RFX: added support for calibration utilsJosh Blum2012-06-121-1/+1
| | | | | | | | | | Special CAL RX antenna rule: keep mixer enabled to reduce transients. 0 dB gains settings for RX and TX to deal with RFX sensitivity range.
* | docs: GPSDO instruction link fixNicholas Corgan2012-05-251-1/+1
| |