mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
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:
+3
-3
@@ -481,7 +481,7 @@ config SIM_FRAMEBUFFER_COUNT
|
|||||||
default 2
|
default 2
|
||||||
---help---
|
---help---
|
||||||
Framebuffer count.
|
Framebuffer count.
|
||||||
Simulated frambuffer count. Default: 2
|
Simulated framebuffer count. Default: 2
|
||||||
|
|
||||||
config SIM_FB_INTERVAL_LINE
|
config SIM_FB_INTERVAL_LINE
|
||||||
int "The line between non-consecutive framebuffers"
|
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.
|
the same name that the host is using for this port (e.g.
|
||||||
/dev/ttyUSB0).
|
/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
|
This is useful if you need to also simulate the external
|
||||||
hardware, or to have NuttX communicate with any other
|
hardware, or to have NuttX communicate with any other
|
||||||
software in your system.
|
software in your system.
|
||||||
@@ -829,7 +829,7 @@ config SIM_USB_RAW_GADGET
|
|||||||
Make Raw Gadget:
|
Make Raw Gadget:
|
||||||
Run make in the raw_gadget and dummy_hcd directory. If 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
|
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:
|
Install Raw Gadget:
|
||||||
Run ./insmod.sh in the raw_gadget and dummy_hcd directory.
|
Run ./insmod.sh in the raw_gadget and dummy_hcd directory.
|
||||||
|
|||||||
Reference in New Issue
Block a user