Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: n3x0: Clarify subdev specs | Martin Braun | 2018-04-10 | 1 | -0/+30 |
| | |||||
* | docs: Clarify that the magnesium/ dboard driver is used for N310/N300 | Martin Braun | 2018-04-10 | 1 | -2/+4 |
| | |||||
* | mg: implement digital loopback arg for the rfic | Daniel Jepson | 2018-04-10 | 1 | -21/+22 |
| | |||||
* | docs: b200: Suggest modifying recv_frame_size for more stability | Martin Braun | 2018-03-30 | 1 | -6/+11 |
| | |||||
* | Doc: Update N3xx filesystem updating instructions. | michael-west | 2018-03-29 | 1 | -15/+29 |
| | |||||
* | Docs: Hide dependencies directory from Doxygen | Derek Kozel | 2018-03-26 | 1 | -1/+2 |
| | |||||
* | docs: Add Known Issues section to USRP1 manual page | Martin Braun | 2018-03-23 | 1 | -0/+5 |
| | |||||
* | docs: Add Known Issues section for USRP2/N2x0 | Martin Braun | 2018-03-23 | 1 | -0/+7 |
| | |||||
* | docs: Added Known Issues to B100 manual | Martin Braun | 2018-03-23 | 1 | -0/+5 |
| | |||||
* | docs: Purged stray references to register_handler | Martin Braun | 2018-03-19 | 1 | -15/+2 |
| | | | | | This is a no-longer-supported API call from before the logging API restructuring. | ||||
* | docs: Update N3xx page | Martin Braun | 2018-03-13 | 1 | -18/+128 |
| | | | | | | - Added notes on crosscompiling - Added notes for N300 - Fixed some TODOs | ||||
* | docs: Add page for config files | Martin Braun | 2018-02-20 | 2 | -0/+76 |
| | |||||
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 1 | -0/+1 |
| | | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0. | ||||
* | docs: Added front- and rear panel info to N310 manual | Martin Braun | 2018-02-15 | 5 | -0/+36 |
| | |||||
* | docs: Updates to the N310 manual | Martin Braun | 2018-02-13 | 2 | -16/+72 |
| | |||||
* | docs: Add N310 FPGA reg map to manual | Martin Braun | 2018-02-08 | 1 | -0/+151 |
| | |||||
* | mpmd: Let 'find' via broadcast check for reachability | Martin Braun | 2018-02-07 | 1 | -0/+1 |
| | | | | | | | | | In particular, when running uhd_find_devices, this will limit the devices to ones that can actually be reached via CHDR. There is a new key, find_all, which allows finding all devices even those not reachable from UHD. Reviewed-by: Brent Stapleton <brent.stapleton@ettus.com> | ||||
* | Docs: Update procedure for testing phase synchronization | michael-west | 2018-02-04 | 1 | -47/+82 |
| | |||||
* | docs: Add explanation for init_cals and tracking_cals keys on N310 | Martin Braun | 2018-01-23 | 1 | -2/+60 |
| | |||||
* | Docs: Update channel number | natetemple | 2018-01-19 | 1 | -1/+1 |
| | |||||
* | Docs: Typo fixes | natetemple | 2018-01-19 | 2 | -4/+4 |
| | |||||
* | cmake: Check for minimum MSVC, bump MSVC min version to 14.0 | Martin Braun | 2018-01-17 | 1 | -1/+1 |
| | | | | | | | - MSVC 14.0 is required to support a lot of the new C++11 features required for rpclib, among others. - Moved Boost minimum version variable to same spot as other minimum versions | ||||
* | docs: Fix Doxygen warnings | Martin Braun | 2018-01-16 | 1 | -3/+3 |
| | |||||
* | docs: Misc amendments to N3xx manual page | Martin Braun | 2018-01-16 | 2 | -54/+270 |
| | |||||
* | fixup! mpmd: added support for the skip_init key in the device args | Brent Stapleton | 2018-01-11 | 1 | -0/+1 |
| | |||||
* | mpmd: Allow user-overrides for MPM ports | Martin Braun | 2018-01-04 | 1 | -1/+3 |
| | | | | | | | Adds two device args: discovery_port and rpc_port. Both are integers which override the respective constants. Reviewed-by: Ashish Chaudhari <ashish.chaudhari@ettus.com> | ||||
* | docs: n3xx: Add paragraph on network configuration to manual | Moritz Fischer | 2018-01-03 | 1 | -1/+50 |
| | | | | | | Add a (short) paragraph on network configuration on N3xx to manual. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
* | docs: Various updates to N3XX manuals | Martin Braun | 2017-12-22 | 3 | -8/+100 |
| | |||||
* | docs: Added stubs for N310 and MPM manual pages | Martin Braun | 2017-12-22 | 3 | -0/+96 |
| | |||||
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 1 | -12/+1 |
| | |||||
* | docs: Updates to legacy devices, XCVR2450 | Martin Braun | 2017-10-23 | 3 | -3/+149 |
| | | | | | | | - Added comment that the XCVR2450 is incompatible with X310 - Moved more devices to legacy, clarified meaning - Added back E1x0 manual for reference purposes, but with deprecation warning | ||||
* | docs: Fixed B200 power LED description | Marcus Müller | 2017-10-05 | 1 | -3/+3 |
| | |||||
* | uhd: Removed drivers for E100/E110 | Martin Braun | 2017-09-29 | 4 | -142/+0 |
| | | | | The E1x0 series is still supported on the 3.9 LTS branch. | ||||
* | Merge branch 'maint' | Martin Braun | 2017-07-19 | 1 | -60/+65 |
|\ | |||||
| * | docs: Minor formatting updates to R&D test procedures | Martin Braun | 2017-07-18 | 1 | -60/+65 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2017-06-27 | 1 | -0/+6 |
|\| | |||||
| * | b200: Added doc regarding external+GPSDO ref issues | Martin Braun | 2017-06-27 | 1 | -0/+6 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2017-06-27 | 2 | -2/+22 |
|\| | |||||
| * | docs: Updated X300 docs to refer to the Knowledge Base regarding ↵ | bstapleton | 2017-06-27 | 1 | -1/+4 |
| | | | | | | | | daughterboard selection/compatibility. | ||||
| * | e310: Added some doc comments on frontend tuning | Martin Braun | 2017-06-27 | 1 | -1/+18 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2017-06-27 | 1 | -3/+9 |
|\| | |||||
| * | docs: Clarified use of "gpsdo" for E310 | Martin Braun | 2017-06-27 | 1 | -3/+9 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2017-05-15 | 1 | -2/+2 |
|\| | |||||
| * | DOCS: Update B2xx gain specs | natetemple | 2017-05-12 | 1 | -2/+2 |
| | | |||||
| * | Add Troubleshooting section to X310 documentation. Replace PROBLEMS with ↵ | robincoxe | 2017-04-17 | 1 | -9/+8 |
| | | | | | | | | ISSUES. | ||||
* | | log: Added more comments and manual page | Martin Braun | 2017-04-20 | 2 | -0/+90 |
| | | |||||
* | | Add Troubleshooting section to X310 documentation. Replace PROBLEMS with ↵ | robincoxe | 2017-04-14 | 1 | -9/+8 |
| | | | | | | | | ISSUES. | ||||
* | | Merge branch 'maint' | Martin Braun | 2017-03-24 | 1 | -12/+12 |
|\| | |||||
| * | docs: Further clarification on CHDR | Martin Braun | 2017-03-24 | 1 | -12/+12 |
| | | |||||
* | | Clarifying build gnu-radio steps | Steven Bingler | 2017-03-06 | 1 | -0/+1 |
| | |