?? config.in
字號:
## Serial device configuration## $Id: Config.in,v 1.3 2002/08/22 05:50:39 nandy Exp $#mainmenu_option next_commentcomment 'Serial Port'bool 'Serial Port (UART) support' CONFIG_SERIALif [ "$CONFIG_SERIAL" = "y" ]; then #int 'Default serial baudrate' CONFIG_SERIAL_DEFAULT_BAUDRATE 115200 bool 'Support serial terminal' CONFIG_SERIAL_TERM if [ "$CONFIG_SERIAL_TERM" = "y" ]; then choice 'User interface' \ "STANDARD CONFIG_SERIAL_GETCMD_STD \ EXTENDED CONFIG_SERIAL_GETCMD_EXT" string 'Default prompt' CONFIG_SERIAL_TERM_PROMPT "vivi" fi comment 'Ports' bool 'Support UART 0' CONFIG_SERIAL_UART0 bool 'Support UART 1' CONFIG_SERIAL_UART1 bool 'Support UART 2' CONFIG_SERIAL_UART2 bool 'Support UART 3' CONFIG_SERIAL_UART3 comment 'Transfer Protocol' bool 'Support X-Modem' CONFIG_SERIAL_XMODEM bool 'Support Y-Modem' CONFIG_SERIAL_YMODEM bool 'Support Z-Modem' CONFIG_SERIAL_ZMODEMfiendmenu
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -