20bsp.cdf
来自「美国Diamond公司开发的串口通信模块Vxworks6.6 BSP」· CDF 代码 · 共 37 行
CDF
37 行
/* 20bsp.cdf - BSP component description file */
/*
* Copyright (c) 2006-2007 Wind River Systems, Inc.
*
* The right to copy, distribute, modify or otherwise make use
* of this software may be licensed only pursuant to the terms
* of an applicable Wind River license agreement.
*/
/*
modification history
--------------------
01d,15oct07,scm WIND00107552.
01c,14mar07,jmt Add INCLUDE_BOOT_FS_DEVICES component modifications
01b,23feb07,jmt Defect 88750 - Fix problem with network boot device CDF
defines
01a,16jul06,pee created
*/
Bsp pcPoseidon {
NAME board support package
CPU PENTIUM
REQUIRES INCLUDE_KERNEL \
INCLUDE_PCPENTIUM_PARAMS \
INCLUDE_CPU_LIGHT_PWR_MGR
FP hard
}
/* Filesystem Boot Devices for a BSP
* The REQUIRES line should be modified for a BSP.
*/
Component INCLUDE_BOOT_FS_DEVICES {
REQUIRES INCLUDE_BOOT_ATA_LOADER
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?