diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-08-16 16:39:00 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-08-16 16:39:00 -0700 |
commit | c1b353befe051b04371434d10c8c20abab1ee06a (patch) | |
tree | bc05fbacc4addf734eb4581ed5b2d45fc8f5da38 | |
parent | b568b307f3ea5db17948a35c7a58d2da35834a47 (diff) | |
download | uhd-c1b353befe051b04371434d10c8c20abab1ee06a.tar.gz uhd-c1b353befe051b04371434d10c8c20abab1ee06a.tar.bz2 uhd-c1b353befe051b04371434d10c8c20abab1ee06a.zip |
docs: Added more X3x0-specific device args
-rw-r--r-- | host/docs/configuration.dox | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host/docs/configuration.dox b/host/docs/configuration.dox index baec4c6e9..4d6a6d504 100644 --- a/host/docs/configuration.dox +++ b/host/docs/configuration.dox @@ -34,6 +34,9 @@ and possible more options. self_cal_adc_delay | Run ADC transfer delay self-calibration. | X3x0 | self_cal_adc_delay=1 ext_adc_self_test | Run an extended ADC self test (more than the usual) | X3x0 | ext_adc_self_test=1 recover_mb_eeprom | Disable version checks. Can damage hardware. Only recommended for recovering devices with corrupted EEPROMs. | X3x0, N230 | recover_mb_eeprom=1 + skip_dram | Ignore DRAM FIFO block. Connect Tx streamers straight into DUC or radio. | X3x0 | skip_dram=1 + skip_ddc | Ignore DDC block. Connect Rx streamers straight into radio. | X3x0 | skip_ddc=1 + skip_duc | Ignore DUC block. Connect Rx streamers or DRAM straight into radio. | X3x0 | skip_duc=1 In addition, many of the streaming-related options can be set per-device at configuration time. |