sources

来自「Windows CE 6.0 BSP for the Beagle Board.」· 代码 · 共 28 行

TXT
28
字号
!if 0
Copyright (c) Special Computing.  All rights reserved. 
Copyright (c) Microsoft Corporation.  All rights reserved.
!endif

TARGETNAME=oal
TARGETTYPE=LIBRARY

CDEFINES=$(CDEFINES) -DOAL_FAKE_IDLE
ADEFINES=$(ADEFINES) -arch 5

SOURCES=\
    init.c \
    debug.c \
    ioctl.c \
    intr.c \
    fiq.c \
    map.c \
    intr_bsp.c \
    timer.c \
    power.c \
    rtc.c \
    i2c.c \

ARM_SOURCES=\
    startup.s

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?