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

📄 bspopts.h

📁 开放源码的嵌入式开发环境
💻 H
字号:
/* BSP dependent options file *//* automatically generated -- DO NOT EDIT!! */#ifndef __BSP_OPTIONS_H#define __BSP_OPTIONS_H/* include/bspopts.tmp.  Generated by configure.  *//* include/bspopts.h.in.  Generated from configure.ac by autoheader.  *//* Determines, whether RTEMS will try to use the primary IDE interface.   Disable it, if: - you have no primary IDE interface - or you have no disk   attached to this interface - or you do not want to access disks attached to   this interface */#define IDE_USE_PRIMARY_INTERFACE 1/* Determines, whether RTEMS will try to use the primary IDE interface. Enable   it, if: - you have a secondary IDE interface - and you have at least one   disk attached to this interface - and you do want to access disks attached   to this interface */#define IDE_USE_SECONDARY_INTERFACE 0/* if using 16 bit mode assembler support */#define NEW_GAS 1/* Determines, whether the console will be associated with the standard VGA   display or with the COM1 serial port. Currently only the VGA display and   COM1 support printk. */#define USE_COM1_AS_CONSOLE 0#endif /* __BSP_OPTIONS_H */

⌨️ 快捷键说明

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