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

📄 20bsp.cdf

📁 美国Diamond公司开发的串口通信模块Vxworks6.6 BSP
💻 CDF
字号:
/* 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -