代码搜索:ARM M3
找到约 10,000 项符合「ARM M3」的源代码
代码结果 10,000
www.eeworm.com/read/321495/13404026
b
#! /bin/sh
arm-linux-gcc -c -O3 libmp4enc.c -o libmp4enc.o
#arm-linux-gcc -c -O3 yuv2yuv.c -o yuv2yuv.o
arm-linux-ar r libmx21mp4enc.a libmp4enc.o
#arm-linux-ar r libmx21mp4enc.a yuv2yuv.o
arm-linux-
www.eeworm.com/read/311001/13638325
makefile
/*
*
*/
EXEC = gpio
OBJS = gpio.o
SRC = gpio.c
INCLUDE = /include
CC = arm-elf-gcc
LD = arm-elf-ld
www.eeworm.com/read/300986/13873239
makefile
CC =/usr/local/arm/2.95.3/bin/arm-linux-gcc
CFLAGS =-O -Wall
test_ws_lcd:test_ws_lcd.c
$(CC)$(CFLAGS) -o test_ws_lcd test_ws_lcd.c
clean:
rm -rf test_ws_lcd
www.eeworm.com/read/238533/13877856
makefile
EXEC = sdtest
OBJS = sdtest.o
SRC = sdtest.c
CC = arm-linux-gcc
#LD = arm-linux-ld
CFLAGS += -O2 -Wall
LDFLAGS +=
all:$(EXEC)
$(EXEC):$(OBJS)
$(CC) $(LDFLAGS) -o $@ $(OBJS)
%.o:%.c
$(CC) $(CFL
www.eeworm.com/read/152661/5672261
changelog
2000-10-20 Jonathan Larmour
* include/pkgconf/mlt_arm_cma222_ram.mlt:
* include/pkgconf/mlt_arm_cma222_rom.mlt:
* include/pkgconf/mlt_arm_cma230_ram.mlt:
* include/pkgconf
www.eeworm.com/read/150583/5690857
changelog
2000-10-20 Jonathan Larmour
* include/pkgconf/mlt_arm_cma222_ram.mlt:
* include/pkgconf/mlt_arm_cma222_rom.mlt:
* include/pkgconf/mlt_arm_cma230_ram.mlt:
* include/pkgconf
www.eeworm.com/read/147766/5724998
in config.in
#
# Acorn Network device configuration
# These are for Acorn's Expansion card network interfaces
#
tristate ' Acorn Ether1 support' CONFIG_ARM_ETHER1
tristate ' Acorn/ANT Ether3 support' CONFIG_ARM
www.eeworm.com/read/136786/5865545
in config.in
#
# Acorn Network device configuration
# These are for Acorn's Expansion card network interfaces
#
tristate ' Acorn Ether1 support' CONFIG_ARM_ETHER1
tristate ' Acorn/ANT Ether3 support' CONFIG_ARM
www.eeworm.com/read/135969/5875955
c memory.c
/*
* target/arm9tdmi/memory.c: implements the ARM9TDMI target's memory read/write
* operations.
*
* Copyright (C) 2003, Rongkai zhan
*
* This program is free software; y
www.eeworm.com/read/135153/5889270
h processor.h
/*
* linux/include/asm-arm/proc-armv/processor.h
*
* Copyright (C) 1996-1999 Russell King.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the