arch/sim/Kconfig: fix codespell issues
arch/sim/Kconfig: fix codespell issues Signed-off-by: p-szafonimateusz <p-szafonimateusz@xiaomi.com>
This commit is contained in:
parent
df76246c03
commit
cc5d6fcb41
1 changed files with 3 additions and 3 deletions
|
|
@ -481,7 +481,7 @@ config SIM_FRAMEBUFFER_COUNT
|
|||
default 2
|
||||
---help---
|
||||
Framebuffer count.
|
||||
Simulated frambuffer count. Default: 2
|
||||
Simulated framebuffer count. Default: 2
|
||||
|
||||
config SIM_FB_INTERVAL_LINE
|
||||
int "The line between non-consecutive framebuffers"
|
||||
|
|
@ -684,7 +684,7 @@ config SIM_UART_NUMBER
|
|||
the same name that the host is using for this port (e.g.
|
||||
/dev/ttyUSB0).
|
||||
|
||||
Alternativelly, a "simulated" host port may be used to.
|
||||
Alternatively, a "simulated" host port may be used to.
|
||||
This is useful if you need to also simulate the external
|
||||
hardware, or to have NuttX communicate with any other
|
||||
software in your system.
|
||||
|
|
@ -829,7 +829,7 @@ config SIM_USB_RAW_GADGET
|
|||
Make Raw Gadget:
|
||||
Run make in the raw_gadget and dummy_hcd directory. If raw_gadget
|
||||
build fail, you need to check which register interface meets your
|
||||
kenel version, usb_gadget_probe_driver or usb_gadget_register_driver.
|
||||
kernel version, usb_gadget_probe_driver or usb_gadget_register_driver.
|
||||
|
||||
Install Raw Gadget:
|
||||
Run ./insmod.sh in the raw_gadget and dummy_hcd directory.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue