Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | ||||||
| * | doc: Integrated install instructions into manual | Martin Braun | 2015-06-23 | 7 | -28/+422 | |
| | | ||||||
| * | doc: e310: Update the manifest URL. | Moritz Fischer | 2015-05-13 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | |||||
* | | doc: e310: Update the manifest URL. | Moritz Fischer | 2015-05-14 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | |||||
* | | Merge branch 'maint' | Martin Braun | 2015-05-05 | 2 | -3/+2 | |
|\| | ||||||
| * | doc: e3x0: Added partno. for E310 locking power connector. | Moritz Fischer | 2015-05-05 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | |||||
| * | doc: e300: Remove bandwidth promises. | Moritz Fischer | 2015-05-05 | 1 | -1/+0 | |
| | | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | |||||
| * | doc: e300: gpio: Fix typo for GPIO example. | Moritz Fischer | 2015-05-05 | 1 | -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 Braun | 2015-04-30 | 1 | -1/+0 | |
|\| | | | | | | | | | | | Conflicts: fpga-src host/CMakeLists.txt | |||||
| * | docs: Removed stray CMake message | Martin Braun | 2015-04-30 | 1 | -1/+0 | |
| | | ||||||
* | | Merge branch 'maint' | Martin Braun | 2015-04-30 | 2 | -2/+4 | |
|\| | ||||||
| * | docs: Track doc updates on fpga-src | Martin Braun | 2015-04-30 | 2 | -2/+4 | |
| | | ||||||
* | | Merge branch 'maint' | Martin Braun | 2015-04-27 | 3 | -4/+26 | |
|\| | ||||||
| * | docs: Added FPGA manual | Martin Braun | 2015-04-27 | 3 | -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 Braun | 2015-04-14 | 2 | -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 information | Marcus Müller | 2015-04-14 | 1 | -2/+4 | |
| | | | | | | | | | | - Removed CBX from list of phase-sync'able dboards, added UBX - Added information about UBX phase ambiguity on N2x0 |