aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs
Commit message (Collapse)AuthorAgeFilesLines
* docs: Cleaned up and rearranged manual structureMartin Braun2014-10-1425-888/+118
| | | | | - Removed stray .rst files - Cleared up TOC, manual is now split into two parts
* e300: docs: Add notes and links for OpenBTS applicationTom Tsou2014-10-081-0/+13
| | | | | | | | | | | | Push most details out to the OpenBTS wiki rather than the UHD manual itself. The OsmoTRX transceiver - central OpenBTS component relevant to E300-UHD - supports E300 out-of-box. Other modules of OpenBTS require handling due to non-Ubuntu installation rather then anything really E300 specific. Signed-off-by: Tom Tsou <tom@tsou.cc>
* e300: Updated documentationMartin Braun2014-10-077-130/+386
|
* Initial commit E300 support.Martin Braun2014-10-072-0/+303
|
* Merge branch 'maint'Martin Braun2014-09-241-1/+1
|\
| * docs: Changed Xilinx ISE version from 14.4 to 14.7Ashish Chaudhari2014-09-241-24/+24
| |
* | Give user the option to ignore daughterboard's calibration file at runtimeNicholas Corgan2014-09-021-0/+15
| | | | | | | | | | * Add "ignore-cal-file" to the uhd::device_addr_t arguments * Added documentation for new feature
* | docs: fixing broken doxygen syntax in some existing docsBen Hilburn2014-08-123-5/+5
| |
* | docs: adding page for NIRIO kernel driver install, linking to itBen Hilburn2014-08-123-11/+168
| |
* | Merge branch 'maint'Martin Braun2014-08-019-9/+9
|\|
| * Updated documentationNicholas Corgan2014-07-319-9/+9
| | | | | | | | | | * Updated UHD documentation-related URL's after manual overhaul * Updated NI-USRP URL to link to NI-USRP 1.3
* | Updated master-specfic documentationNicholas Corgan2014-07-312-3/+11
| | | | | | | | | | * Updated manual URL on OctoClock documentation after manual overhaul * Improved "Coding to the API" page
* | OctoClock firmware upgrade, added host driverNicholas Corgan2014-07-239-19/+205
| | | | | | | | | | | | | | | | | | | | * OctoClock can communicate with UHD over Ethernet * Can read NMEA strings from GPSDO and send to host * Added multi_usrp_clock class for clock devices * uhd::device can now filter to return only USRP devices or clock devices * New OctoClock bootloader can accept firmware download over Ethernet * Added octoclock_burn_eeprom,octoclock_firmware_burner utilities * Added test_clock_synch example to show clock API
* | added explanation of Boost thread warning messageNeel Pandeya2014-07-221-8/+13
| |
* | b200/docs: Fixed ISE version in docs to 14.4Martin Braun2014-06-061-2/+2
| |
* | docs: Fixed broken tablesMartin Braun2014-05-152-58/+81
| |
* | Merging maint. Includes manual changes which break B200 Doxygen pageBen Hilburn2014-05-141-0/+69
|\|
| * Merge branch 'origin/mwest/b200_docs' into maintBen Hilburn2014-05-141-0/+74
| |\
| | * Removed debug header, GPSDO ISP switch, and test points.michael-west2014-03-271-39/+0
| | |
| | * Changed all references to Catalina to AD9361michael-west2014-03-261-5/+5
| | |
| | * Merge branch 'master' into mwest/b200_docsmichael-west2014-03-2534-358/+1858
| | |\
| | * | Addressed comments from review.michael-west2014-03-251-15/+14
| | | |
| | * | Added hardware reference to B200 documentation.Michael West2014-01-171-0/+114
| | | |
* | | | 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