diff options
author | Martin Braun <martin.braun@ettus.com> | 2021-11-12 18:29:54 +0100 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-11-16 14:26:24 -0800 |
commit | e3a96adb7b0d9c51b9749398241dc21c25f4af6c (patch) | |
tree | f17322ed9f4691dbf88f61b987c97fae4ea6ce42 /host/docs/configuration.dox | |
parent | d3424e8b668b6527fd005b82953781bb62e47818 (diff) | |
download | uhd-e3a96adb7b0d9c51b9749398241dc21c25f4af6c.tar.gz uhd-e3a96adb7b0d9c51b9749398241dc21c25f4af6c.tar.bz2 uhd-e3a96adb7b0d9c51b9749398241dc21c25f4af6c.zip |
docs: Several minor manual improvements
- Remove documentation of skip_dram, skip_ddc, skip_duc, which are all
obsolete since UHD 4
- Properly document serialize_init
- Add a table of valid args for X310 as with other devices
Diffstat (limited to 'host/docs/configuration.dox')
-rw-r--r-- | host/docs/configuration.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/docs/configuration.dox b/host/docs/configuration.dox index 48b8cea59..d9a121505 100644 --- a/host/docs/configuration.dox +++ b/host/docs/configuration.dox @@ -35,7 +35,7 @@ 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 | recover_mb_eeprom=1 - skip_dram | Ignore DRAM FIFO block. Connect TX streamers straight into DUC or radio. | X3x0, N3xx | skip_dram=1 + serialize_init | Force serial initialization of motherboards (default is parallel) | X3x0, all MPM devices | serialize_init=1 In addition, many of the streaming-related options can be set per-device at configuration time. See \ref config_stream_args and \ref page_transport for more details. |