@@ -49,21 +49,22 @@ const char *otSysGetRadioUrlHelpString(void)
49
49
" Parameters:\n " \
50
50
" gpio-int-device[=gpio-device-path]\n " \
51
51
" Specify a path to the Linux sysfs-exported GPIO device for the\n " \
52
- " `I̅N̅T̅` pin. If not specified, `SPI` interface will fall back to\n " \
52
+ " `I̅N̅T̅` pin. If not specified, `SPI` interface will fall back to\n " \
53
53
" polling, which is inefficient.\n " \
54
54
" gpio-int-line[=line-offset]\n " \
55
- " The offset index of `I̅N̅T̅` pin for the associated GPIO device.\n " \
55
+ " The offset index of `I̅N̅T̅` pin for the associated GPIO device.\n " \
56
56
" If not specified, `SPI` interface will fall back to polling,\n " \
57
57
" which is inefficient.\n " \
58
58
" gpio-reset-dev[=gpio-device-path]\n " \
59
59
" Specify a path to the Linux sysfs-exported GPIO device for the\n " \
60
- " `R̅E̅S̅` pin.\n " \
60
+ " `R̅E̅S̅` pin.\n " \
61
61
" gpio-reset-line[=line-offset]" \
62
- " The offset index of `R̅E̅S̅` pin for the associated GPIO device.\n " \
62
+ " The offset index of `R̅E̅S̅` pin for the associated GPIO device.\n " \
63
63
" spi-mode[=mode] Specify the SPI mode to use (0-3).\n " \
64
64
" spi-speed[=hertz] Specify the SPI speed in hertz.\n " \
65
- " spi-cs-delay[=usec] Specify the delay after C̅S̅ assertion, in µsec.\n " \
66
- " spi-reset-delay[=ms] Specify the delay after R̅E̅S̅E̅T̅ assertion, in milliseconds.\n " \
65
+ " spi-cs-delay[=usec] Specify the delay after C̅S̅ assertion, in µsec.\n " \
66
+ " spi-reset-delay[=ms] Specify the delay after R̅E̅S̅E̅T̅ assertion, in milliseconds.\n " \
67
+ " spi-latency[=usec] Specify the communication latency, in usec\n " \
67
68
" spi-align-allowance[=n] Specify the maximum number of 0xFF bytes to clip from start of\n " \
68
69
" MISO frame. Max value is 16.\n " \
69
70
" spi-small-packet=[n] Specify the smallest packet we can receive in a single transaction.\n " \
@@ -83,6 +84,7 @@ const char *otSysGetRadioUrlHelpString(void)
83
84
" uart-parity[=even|odd] Uart parity config, optional.\n " \
84
85
" uart-stop[=number-of-bits] Uart stop bit, default is 1.\n " \
85
86
" uart-baudrate[=baudrate] Uart baud rate, default is 115200.\n " \
87
+ " uart-latency[=usec] Uart communication latency in usec, optional.\n " \
86
88
" uart-flow-control Enable flow control, disabled by default.\n " \
87
89
" uart-reset Reset connection after hard resetting RCP(USB CDC ACM).\n " \
88
90
" \n "
0 commit comments