bspopts.h.in
来自「RTEMS (Real-Time Executive for Multiproc」· IN 代码 · 共 37 行
IN
37 行
/* 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 */#undef IDE_USE_PRIMARY_INTERFACE/* 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 */#undef IDE_USE_SECONDARY_INTERFACE/* if using 16 bit mode assembler support */#undef NEW_GAS/* Define to the address where bug reports for this package should be sent. */#undef PACKAGE_BUGREPORT/* Define to the full name of this package. */#undef PACKAGE_NAME/* Define to the full name and version of this package. */#undef PACKAGE_STRING/* Define to the one symbol short name of this package. */#undef PACKAGE_TARNAME/* Define to the version of this package. */#undef PACKAGE_VERSION/* 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. */#undef USE_COM1_AS_CONSOLE
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?