Martin Braun
ef57ffcbbf
Merge branch 'maint'
...
Conflicts:
host/lib/usrp/b200/b200_impl.cpp
2016-06-23 09:58:20 -07:00
Derek Kozel
82f4822651
docs: Clarified available clock rates for X310 (should not list 120 MHz)
...
Reviewed-By: Martin Braun <martin.braun@ettus.com>
2016-06-22 18:29:39 -07:00
Nicholas Corgan
6b20707534
docs: added information on recovering X3x0 EEPROM
2016-06-17 11:44:47 -07:00
Martin Braun
8cde538c6d
Merge branch 'maint'
2016-06-14 13:21:54 -07:00
Nicholas Corgan
938a1b5c9f
docs: no HTML timestamp for Doxygen
2016-06-14 09:07:03 -07:00
Martin Braun
30c3a9f0d5
Merge branch 'maint'
...
Conflicts:
host/CMakeLists.txt
host/lib/usrp/b200/b200_impl.cpp
2016-05-06 11:02:54 -07:00
Martin Braun
8426569f5c
doxygen/cmake: Allow Doxygen to use shorter filenames
...
This fixes cases where automatic builds fail on operating systems with
character limits in paths, such as Windows.
2016-05-05 16:32:38 -07:00
Philip Balister
698f040f0b
docs: Update E310 documentation.
...
Provide some more background on when you need to cross compile UHD and install
it on the E310. Clarify image build process.
Signed-off-by: Philip Balister <philip@opensdr.com>
2016-04-28 17:50:35 -07:00
Martin Braun
3a835db754
Merge branch 'maint'
2016-04-20 09:45:08 -07:00
Paul David
a06ad9c753
docs: Added information for specifying a second interface on the X-series USRP
2016-04-20 09:43:30 -07:00
Paul David
9e0861e1b0
docs: Updated linux transport documentation on tuning NICs
2016-04-18 12:23:45 -07:00
Martin Braun
8bf5023ef9
docs: Fixed apt-get command for launchpad debs
2016-04-14 16:38:12 -05:00
Martin Braun
053111dccd
Merge branch 'maint'
2016-04-08 16:52:48 -07:00
Martin Braun
62f80e22b2
cmake: Enable use of dot for Doxygen
2016-04-07 21:43:54 -07:00
Martin Braun
088b852844
Merge branch 'maint'
...
Conflicts:
host/lib/usrp/cores/gpio_core_200.cpp
2016-04-07 17:42:07 -07:00
Derek Kozel
b25c127e45
Fixed spelling errors, mostly in documentation
2016-04-06 10:07:02 -07:00
Martin Braun
0cf918a3d4
Merge branch 'maint'
2016-03-29 17:58:58 -07:00
Derek Kozel
acb0a2eaee
Updated URL for USRP image files
...
Previously there were separate maint and master images. Since 3.8.1
these have been combined at a new URL.
2016-03-29 17:55:59 -07:00
Martin Braun
c6b1234f9c
Bumping minimum version requirements for our dependencies.
...
New minimum versions:
- Boost: 1.53
- gcc: 4.8
- Clang: 3.3
- Python: 2.7
- CMake: 2.8
2016-03-21 08:39:45 -07:00
Martin Braun
736b8a2b70
docs: Updated section on PyBOMBS
2016-03-04 17:43:18 -08:00
Robin Coxe
478b30bf79
Update usrp_b200.dox
...
Nate Temple uncovered two </td> tags missing the final ">" (J3 and J100).
2016-03-01 23:02:52 -08:00
Ashish Chaudhari
1c2f56bbc1
Merge branch 'maint'
...
Conflicts:
host/lib/usrp/cores/gpio_core_200.cpp
host/lib/usrp/dboard/db_ubx.cpp
2016-02-18 17:40:47 -08:00
Derek Kozel
176024de72
Update docs with lack of UBX phase sync on N210
2016-02-09 14:42:31 -08:00
Moritz Fischer
62afbfb7ed
docs: Added link to e3xx sdks on files.ettus.com
...
Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
2016-02-09 12:16:33 -08:00
Moritz Fischer
9a05ef5225
docs: Added paragraph on dhcp timeout for e3xx
...
Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
2016-02-09 11:16:52 -08:00
Martin Braun
ed8391caea
Merge branch 'maint'
2016-02-04 11:48:22 -08:00
Marcus Müller
985836297a
fixed the docs for Ubuntu package and PyBombs-based installation
2016-01-28 16:19:06 +01:00
Nicholas Corgan
f4656fcb7b
Added uhd_config_info utility
2015-12-30 14:23:05 -08:00
Martin Braun
db9ebd80dd
Merge branch 'maint'
2015-12-30 14:22:43 -08:00
Nicholas Corgan
5993ee4a4d
docs: updated OctoClock Doxygen file
2015-12-30 10:41:45 -08:00
Martin Braun
867d2223d1
docs: Added reference to dnf
2015-12-28 11:28:33 -08:00
Martin Braun
9a6f82eff9
Merge branch 'maint'
2015-12-09 13:50:35 -08:00
Marcus Müller
7be0c9facb
docs: GPSDO no longer autoset as time and clock src
...
Also added instructions to safely set device time.
2015-12-08 09:33:50 -08:00
Marcus Müller
f0171cbd5e
docs: Fixed many typos, recompressed and cropped images
2015-12-08 09:27:37 -08:00
Martin Braun
b17b440d75
cmake: Cleaned up output, removed duplicate OctoClock component registration
2015-11-17 12:55:06 -08:00
Marcus Müller
dabe801be4
docs: Install info updates
...
- fixed win boost bin link
- formatting
- added detailed Win Build instructions
2015-11-11 10:37:26 -08:00
Marcus Müller
9fda11ad1f
docs: Install info updates
...
- fixed win boost bin link
- formatting
- added detailed Win Build instructions
2015-10-26 10:18:04 -07:00
Philip Balister
9dea76ab85
E300 docs: Use Release-3 to rebuild file system.
...
Release-2 fails due to moved rtimulib code.
Signed-off-by: Philip Balister <philip@opensdr.com>
2015-10-21 16:32:29 -07:00
Jon Kiser
36feb03dcb
docs: updated value for max rx gain from 73 to 76
2015-10-09 10:46:32 -07:00
Martin Braun
f567b5d818
docs: Removed some Doxygen warnings
2015-10-08 14:03:21 -07:00
Martin Braun
4b8a5333ed
docs: Less noisy Doxygen while building manual
2015-09-15 16:37:58 -07:00
michael-west
fa58d0298c
B200: Update documentation for blue LED on rev 6
2015-09-15 10:26:34 -07:00
Tom Tsou
6e4bb34282
docs: Update WBX phase sync capability
...
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>
2015-09-08 09:23:47 -07:00
Nicholas Corgan
4cfa04f771
docs: fixed E3XX static IP instructions
2015-09-01 13:17:22 -07:00
michael-west
92539438c2
B2XX: Added B200mini support
2015-08-17 18:10:09 -07:00
Moritz Fischer
baa5bb1247
e3xx: Added paragraph about NFS root booting.
...
Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
2015-08-17 18:04:46 -07:00
Nicholas Corgan
51355e1e35
docs: changed earliest MSVC supported version to 2012
2015-08-17 11:28:00 -07:00
Martin Braun
822055ac22
docs: Made apt-get and yum commands more verbose
2015-08-17 11:20:59 -07:00
Ashish Chaudhari
04a316db80
x300: Manual updates and cleanup for PCIe
2015-08-14 17:52:16 -07:00
Ashish Chaudhari
fce00db7e8
nirio: Updated NI-RIO docs for 15.0 installer support
2015-08-14 17:21:12 -07:00