From f205657e26f5bb7b18c48faf37d8c865d69e7f37 Mon Sep 17 00:00:00 2001 From: Brent Stapleton Date: Thu, 11 Jan 2018 09:54:13 -0800 Subject: fixup! mpmd: added support for the skip_init key in the device args --- host/docs/usrp_n3xx.dox | 1 + 1 file changed, 1 insertion(+) diff --git a/host/docs/usrp_n3xx.dox b/host/docs/usrp_n3xx.dox index caee2faf9..d51a8a6f4 100644 --- a/host/docs/usrp_n3xx.dox +++ b/host/docs/usrp_n3xx.dox @@ -179,6 +179,7 @@ For a list of which arguments can be passed into make(), see Section skip_dram | Ignore DRAM FIFO block. Connect TX streamers straight into DUC or radio. | All N3xx | skip_dram=1 skip_ddc | Ignore DDC block. Connect Rx streamers straight into radio. | All N3xx | skip_ddc=1 skip_duc | Ignore DUC block. Connect Rx streamers or DRAM straight into radio. | All N3xx | skip_duc=1 + skip_init | Skip the initialization process for the device. | All N3xx | skip_init=1 ref_clk_freq | Specify the external reference clock frequency, default is 10 MHz. | N310 | ref_clk_freq=20e6 init_cals | Specify the bitmask for initial calibrations of the RFIC. | N310 | init_cals=0x4DFF init_cals_timeout | Timeout for initial calibrations in milliseconds. | N310 | init_cals_timeout=45000 -- cgit v1.2.3