⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.in

📁 嵌入式试验箱S3C2410的bootloader源代码
💻 IN
字号:
## Serial device configuration## $Id: Config.in,v 1.1.1.1 2004/02/04 06:22:25 laputa 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

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -