aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* docs: Update WBX phase sync capabilityTom Tsou2015-09-081-2/+1
| | | | | | | Assume after retune that WBX phase ambiguity is unknown. WBX daughterboard guarantees 180 phase ambiguity for some, but not all, frequencies. Signed-off-by: Tom Tsou <tom.tsou@ettus.com>
* docs: fixed E3XX static IP instructionsNicholas Corgan2015-09-011-1/+1
|
* B2XX: Added B200mini supportmichael-west2015-08-171-12/+77
|
* e3xx: Added paragraph about NFS root booting.Moritz Fischer2015-08-171-0/+70
| | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* docs: changed earliest MSVC supported version to 2012Nicholas Corgan2015-08-171-1/+1
|
* docs: Made apt-get and yum commands more verboseMartin Braun2015-08-171-2/+2
|
* x300: Manual updates and cleanup for PCIeAshish Chaudhari2015-08-142-130/+22
|
* nirio: Updated NI-RIO docs for 15.0 installer supportAshish Chaudhari2015-08-141-22/+27
|
* cmake: added variable to LIBUHD_REGISTER_COMPONENT macro to make required, ↵Nicholas Corgan2015-08-111-3/+3
| | | | | | set LibUHD to required * If required component's dependencies aren't met, CMake will throw an error unless user specifically disables it
* docs: Added notes on sampling ratesMartin Braun2015-08-101-0/+39
|
* Added UBX/UBX-160 to the list of boards supporting integer-NMarcus Müller2015-08-101-0/+2
|
* e300: added -DE300_FORCE_NETWORK flag to CMake configurationNicholas Corgan2015-08-101-1/+15
| | | | | | * Fixes building E300 support in native mode on any Linux system with libudev headers * Added E300_NATIVE check to e300_common.cpp * Improved network mode documentation
* C API: feature additions, bugfixesNicholas Corgan2015-08-071-1/+3
| | | | | | * Wrapped uhd::device_addrs_t, added find functions for multi_usrp, multi_usrp_clock * Replaced getopt with public domain implementation * Minor bugfixes
* uhd: C API wrapperNicholas Corgan2015-08-063-1/+92
| | | | | | | * multi_usrp, multi_usrp_clock, and associated classes accessible through C * Added Doxygen documentation explaining structure and API * Simple RX and TX streaming examples * Unit tests for different parts of C interface and C++ error conversion
* docs: Added X3x0 LEDs tableMarcus Müller2015-08-031-0/+24
|
* e3xx: docs: Add a paragraph on network configuration.Moritz Fischer2015-08-031-4/+48
| | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* Merge branch 'maint'Martin Braun2015-07-283-0/+23
|\
| * e3xx: doc: Explain autoboot configuration.Moritz Fischer2015-07-221-0/+11
| | | | | | | | | | | | | | | | | | Firmware Revision 2.0 introduced the possibility to configure the power on behavior. This documents how to configure it through sysfs. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
| * docs: Added paragraph on GPIO maximum current, +3.3V supplyMarcus Müller2015-07-212-0/+8
| |
| * docs: Updated X3x0 unbricking procedure infoMartin Braun2015-07-211-0/+4
| |
* | Merge branch 'maint'Martin Braun2015-07-201-2/+2
|\| | | | | | | | | Conflicts: host/include/uhd/transport/nirio/nirio_driver_iface.h
| * docs: OctoClock API link fixed.Martin Braun2015-07-201-2/+2
| |
* | Merge branch 'maint'Martin Braun2015-07-163-3/+107
|\|
| * e3xx: docs: Add battery information.Moritz Fischer2015-07-163-2/+69
| | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
| * e3xx: docs: Added paragraph about error codes.Moritz Fischer2015-07-151-1/+38
| | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* | Added uhd::image_loader class and uhd_image_loader utilityNicholas Corgan2015-07-154-34/+152
| | | | | | | | | | | | * Single class for loading firmware/FPGA images onto devices instead of multiple utilities * Loading functions are registered for each device, corresponding to their --args="type=foo" name * Deprecation warnings added to all product-specific image loading utilities
* | uhd: Replacing Cheetah w/ Mako 0.4.2 (allows Python 3 compat)Martin Braun2015-07-141-10/+8
| |
* | OctoClock bugfixesNicholas Corgan2015-07-091-24/+7
| | | | | | | | | | | | * Bumped compatibility version to 3 * firmware: Ethernet, clkdist bugfixes * lib: fixed invalid rev detection
* | Merge branch 'maint'Martin Braun2015-07-081-5/+14
|\|
| * docs: tweak OSX build from source advice to have more obvious NOTEs, per uhd ↵Michael Dickens2015-07-061-5/+14
| | | | | | | | issue #37
* | Merge branch 'maint'Martin Braun2015-07-011-1/+1
|\|
| * docs: Minor manual updateMartin Braun2015-06-301-1/+1
| |
* | uhd: Removed the ORC dependencyMartin Braun2015-07-011-30/+4
| |
* | Merge branch 'maint'Martin Braun2015-06-237-29/+422
|\|
| * docs: Fixed FPGA manual auto-buildingMartin Braun2015-06-231-1/+0
| |
| * doc: Integrated install instructions into manualMartin Braun2015-06-237-28/+422
| |
| * doc: e310: Update the manifest URL.Moritz Fischer2015-05-131-1/+1
| | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* | doc: e310: Update the manifest URL.Moritz Fischer2015-05-141-1/+1
| | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* | Merge branch 'maint'Martin Braun2015-05-052-3/+2
|\|
| * doc: e3x0: Added partno. for E310 locking power connector.Moritz Fischer2015-05-051-1/+1
| | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
| * doc: e300: Remove bandwidth promises.Moritz Fischer2015-05-051-1/+0
| | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
| * doc: e300: gpio: Fix typo for GPIO example.Moritz Fischer2015-05-051-1/+1
| | | | | | | | | | | | The example code given in the docs would set the wrong bit. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* | Merge branch 'maint'Martin Braun2015-04-301-1/+0
|\| | | | | | | | | | | Conflicts: fpga-src host/CMakeLists.txt
| * docs: Removed stray CMake messageMartin Braun2015-04-301-1/+0
| |
* | Merge branch 'maint'Martin Braun2015-04-302-2/+4
|\|
| * docs: Track doc updates on fpga-srcMartin Braun2015-04-302-2/+4
| |
* | Merge branch 'maint'Martin Braun2015-04-273-4/+26
|\|
| * docs: Added FPGA manualMartin Braun2015-04-273-4/+26
| | | | | | | | | | | | | | | | The actual FPGA manual pages are in the FPGA repository. Only if the submodule is checked out will it build the manual pages. If the submodule is not checked out, it will create a link to the FPGA manual hosted online.
* | Merge branch 'maint'Martin Braun2015-04-142-18/+22
|\| | | | | | | | | | | | | Conflicts: host/lib/usrp/b200/b200_io_impl.cpp host/lib/usrp/common/ad9361_driver/ad9361_device.cpp host/lib/usrp/common/ad9361_driver/ad9361_device.h
| * docs: Updated daughterboard informationMarcus Müller2015-04-141-2/+4
| | | | | | | | | | - Removed CBX from list of phase-sync'able dboards, added UBX - Added information about UBX phase ambiguity on N2x0