This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 934814aba1f67035412565542eda3b0031d65368 Author: simbit18 <[email protected]> AuthorDate: Tue May 9 15:26:24 2023 +0200 arch/sim/Kconfig: Fix indentation Remove spaces from Kconfig --- arch/sim/Kconfig | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/arch/sim/Kconfig b/arch/sim/Kconfig index 4d9fa0bf6e..c7060bb15c 100644 --- a/arch/sim/Kconfig +++ b/arch/sim/Kconfig @@ -551,8 +551,8 @@ config SIM_UART_NUMBER by running: socat PTY,link=/dev/ttySIM0 PTY,link=/dev/ttyNX0 - stty -F /dev/ttySIM0 raw - stty -F /dev/ttyNX0 raw + stty -F /dev/ttySIM0 raw + stty -F /dev/ttyNX0 raw This will create two new ports on your system. NuttX will use the ttySIM0 port, and another software @@ -629,20 +629,20 @@ config SIM_USB_RAW_GADGET default n depends on HOST_LINUX ---help--- - Use USB Raw Gadget and Dummy HCD/UDC to set up virtual - USB Device and Host controller that connected to each - other inside the kernel. + Use USB Raw Gadget and Dummy HCD/UDC to set up virtual + USB Device and Host controller that connected to each + other inside the kernel. - Get Raw Gadget: - Get Raw Gadget code at https://github.com/xairy/raw-gadget. + Get Raw Gadget: + Get Raw Gadget code at https://github.com/xairy/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. + 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. - Install Raw Gadget: - Run ./insmod.sh in the raw_gadget and dummy_hcd directory. + Install Raw Gadget: + Run ./insmod.sh in the raw_gadget and dummy_hcd directory. endif @@ -661,7 +661,7 @@ config SIM_LIBUSB default n depends on HOST_LINUX ---help--- - Use libusb to set up virtual USB Host controller. + Use libusb to set up virtual USB Host controller. config SIM_USB_VID hex "Simulated USB Dev VID"
