bspopts.h

来自「开放源码的嵌入式开发环境」· C头文件 代码 · 共 36 行

H
36
字号
/* 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 + =
减小字号Ctrl + -
显示快捷键?