Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added uhd_config_info utility | Nicholas Corgan | 2015-12-30 | 2 | -0/+65 |
| | |||||
* | Merge branch 'maint' | Martin Braun | 2015-12-30 | 1 | -62/+151 |
|\ | |||||
| * | docs: updated OctoClock Doxygen file | Nicholas Corgan | 2015-12-30 | 1 | -62/+151 |
| | | |||||
* | | docs: Added reference to dnf | Martin Braun | 2015-12-28 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2015-12-09 | 19 | -31/+75 |
|\| | |||||
| * | docs: GPSDO no longer autoset as time and clock src | Marcus Müller | 2015-12-08 | 1 | -8/+49 |
| | | | | | | | | Also added instructions to safely set device time. | ||||
| * | docs: Fixed many typos, recompressed and cropped images | Marcus Müller | 2015-12-08 | 18 | -23/+26 |
| | | |||||
| * | docs: Install info updates | Marcus Müller | 2015-10-26 | 1 | -10/+13 |
| | | | | | | | | | | | | - fixed win boost bin link - formatting - added detailed Win Build instructions | ||||
* | | cmake: Cleaned up output, removed duplicate OctoClock component registration | Martin Braun | 2015-11-17 | 1 | -3/+0 |
| | | |||||
* | | docs: Install info updates | Marcus Müller | 2015-11-11 | 1 | -10/+13 |
|/ | | | | | | - fixed win boost bin link - formatting - added detailed Win Build instructions | ||||
* | E300 docs: Use Release-3 to rebuild file system. | Philip Balister | 2015-10-21 | 1 | -1/+1 |
| | | | | | | Release-2 fails due to moved rtimulib code. Signed-off-by: Philip Balister <philip@opensdr.com> | ||||
* | docs: updated value for max rx gain from 73 to 76 | Jon Kiser | 2015-10-09 | 1 | -1/+1 |
| | |||||
* | docs: Removed some Doxygen warnings | Martin Braun | 2015-10-08 | 4 | -15/+3 |
| | |||||
* | docs: Less noisy Doxygen while building manual | Martin Braun | 2015-09-15 | 1 | -1/+1 |
| | |||||
* | B200: Update documentation for blue LED on rev 6 | michael-west | 2015-09-15 | 1 | -1/+2 |
| | |||||
* | docs: Update WBX phase sync capability | Tom Tsou | 2015-09-08 | 1 | -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 instructions | Nicholas Corgan | 2015-09-01 | 1 | -1/+1 |
| | |||||
* | B2XX: Added B200mini support | michael-west | 2015-08-17 | 1 | -12/+77 |
| | |||||
* | e3xx: Added paragraph about NFS root booting. | Moritz Fischer | 2015-08-17 | 1 | -0/+70 |
| | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
* | docs: changed earliest MSVC supported version to 2012 | Nicholas Corgan | 2015-08-17 | 1 | -1/+1 |
| | |||||
* | docs: Made apt-get and yum commands more verbose | Martin Braun | 2015-08-17 | 1 | -2/+2 |
| | |||||
* | x300: Manual updates and cleanup for PCIe | Ashish Chaudhari | 2015-08-14 | 2 | -130/+22 |
| | |||||
* | nirio: Updated NI-RIO docs for 15.0 installer support | Ashish Chaudhari | 2015-08-14 | 1 | -22/+27 |
| | |||||
* | cmake: added variable to LIBUHD_REGISTER_COMPONENT macro to make required, ↵ | Nicholas Corgan | 2015-08-11 | 1 | -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 rates | Martin Braun | 2015-08-10 | 1 | -0/+39 |
| | |||||
* | Added UBX/UBX-160 to the list of boards supporting integer-N | Marcus Müller | 2015-08-10 | 1 | -0/+2 |
| | |||||
* | e300: added -DE300_FORCE_NETWORK flag to CMake configuration | Nicholas Corgan | 2015-08-10 | 1 | -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, bugfixes | Nicholas Corgan | 2015-08-07 | 1 | -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 wrapper | Nicholas Corgan | 2015-08-06 | 3 | -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 table | Marcus Müller | 2015-08-03 | 1 | -0/+24 |
| | |||||
* | e3xx: docs: Add a paragraph on network configuration. | Moritz Fischer | 2015-08-03 | 1 | -4/+48 |
| | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
* | Merge branch 'maint' | Martin Braun | 2015-07-28 | 3 | -0/+23 |
|\ | |||||
| * | e3xx: doc: Explain autoboot configuration. | Moritz Fischer | 2015-07-22 | 1 | -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 supply | Marcus Müller | 2015-07-21 | 2 | -0/+8 |
| | | |||||
| * | docs: Updated X3x0 unbricking procedure info | Martin Braun | 2015-07-21 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2015-07-20 | 1 | -2/+2 |
|\| | | | | | | | | | Conflicts: host/include/uhd/transport/nirio/nirio_driver_iface.h | ||||
| * | docs: OctoClock API link fixed. | Martin Braun | 2015-07-20 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2015-07-16 | 3 | -3/+107 |
|\| | |||||
| * | e3xx: docs: Add battery information. | Moritz Fischer | 2015-07-16 | 3 | -2/+69 |
| | | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
| * | e3xx: docs: Added paragraph about error codes. | Moritz Fischer | 2015-07-15 | 1 | -1/+38 |
| | | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
* | | Added uhd::image_loader class and uhd_image_loader utility | Nicholas Corgan | 2015-07-15 | 4 | -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 Braun | 2015-07-14 | 1 | -10/+8 |
| | | |||||
* | | OctoClock bugfixes | Nicholas Corgan | 2015-07-09 | 1 | -24/+7 |
| | | | | | | | | | | | | * Bumped compatibility version to 3 * firmware: Ethernet, clkdist bugfixes * lib: fixed invalid rev detection | ||||
* | | Merge branch 'maint' | Martin Braun | 2015-07-08 | 1 | -5/+14 |
|\| | |||||
| * | docs: tweak OSX build from source advice to have more obvious NOTEs, per uhd ↵ | Michael Dickens | 2015-07-06 | 1 | -5/+14 |
| | | | | | | | | issue #37 | ||||
* | | Merge branch 'maint' | Martin Braun | 2015-07-01 | 1 | -1/+1 |
|\| | |||||
| * | docs: Minor manual update | Martin Braun | 2015-06-30 | 1 | -1/+1 |
| | | |||||
* | | uhd: Removed the ORC dependency | Martin Braun | 2015-07-01 | 1 | -30/+4 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2015-06-23 | 7 | -29/+422 |
|\| | |||||
| * | docs: Fixed FPGA manual auto-building | Martin Braun | 2015-06-23 | 1 | -1/+0 |
| | |