sources
来自「友善之臂sbc2410x开发板wince系统下Samsung3.5寸屏用BSP源」· 代码 · 共 44 行
TXT
44 行
!IF 0
/******************************************************************************
*
* System On Chip(SOC)
*
* Copyright (c) 2002 Software Center, Samsung Electronics, Inc.
* All rights reserved.
*
* This software is the confidential and proprietary information of Samsung
* Electronics, Inc("Confidential Information"). You Shall not disclose such
* Confidential Information and shall use it only in accordance with the terms
* of the license agreement you entered into Samsung.
*
*-----------------------------------------------------------------------------
*
* S3C2410 BSP
* sources : EBOOT CS8900 ETHDBG Driver, platform/z2410/drivers/cs8900dbg/sources
*
* @author zartoven@samsung.com (SOC, SWC, SAMSUNG Electronics)
*
* @date 2002/04/09
*
* Log:
* 2002/04/09 Start
*
******************************************************************************
*/
!ENDIF
TARGETNAME=cs8900dbg
RELEASETYPE=PLATFORM
TARGETTYPE=LIBRARY
CDEFINES=$(CDEFINES) -DIN_KERNEL -DWINCEMACRO -DCOREDLL
NOMIPS16CODE=1
INCLUDES=..\..\inc
SOURCES=cs8900dbg.c
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?