2017-11-03 21:08:00 +08:00
|
|
|
menu "VBUS(Virtual Software BUS)"
|
|
|
|
|
|
|
|
config RT_USING_VBUS
|
|
|
|
bool "Enable VBUS"
|
|
|
|
default n
|
|
|
|
|
|
|
|
if RT_USING_VBUS
|
|
|
|
config RT_USING_VBUS_RFS
|
|
|
|
bool "Enable Remote File System on VBUS"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
When enable remote file system, the application can visit the remote file system
|
2018-07-18 11:05:39 +08:00
|
|
|
through VBUS with POSIX file I/O.
|
|
|
|
|
2017-11-03 21:08:00 +08:00
|
|
|
config RT_USING_VBUS_RSHELL
|
|
|
|
bool "Enable Remote Shell on VBUS"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
When enable remote shell, the finsh/msh of RT-Thread can be operated from another
|
|
|
|
Operating System.
|
|
|
|
endif
|
|
|
|
|
|
|
|
endmenu
|