代码搜索结果

找到约 10,000 项符合 ARM 的代码

makefile

flashloader.bin: flashloader.elf arm-linux-objcopy -O binary $< $@ flashloader.elf: link.lds startup.S arm-linux-gcc -nostdlib -o $@ -Xlinker -T -Xlinker $^ clean: rm -f flashloader.elf flashl

makefile

bootloader.bin: bootloader.elf arm-linux-objcopy -O binary $< $@ bootloader.elf: link.lds startup.S ../bootloader.c ../UART/uart.c ../USB/usbrx.c progflash.c ../Init/init.c arm-linux-gcc -nostdli

makefile~~

all : netdev_emu.lo netdev_dm9k.lo #netdev_cs89.lo netdev_dm9k.lo : dm9000x.c dm9000x.h /usr/local/arm/2.95.3/bin/arm-linux-gcc -I/home/fc/dev/armdev/vivi_net/include -I/usr/local/arm/2.95.3/arm-

makefile

CFLAGS := -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -ffreestanding leds.bin : crt0.S leds.c arm-linux-gcc $(CFLAGS) -c -o crt0.o crt0.S arm-linux-gcc $(CFLAGS) -c -o leds.o leds.c arm-li

makefile

CFLAGS := -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -ffreestanding leds.bin : crt0.S leds.c arm-linux-gcc $(CFLAGS) -c -o crt0.o crt0.S arm-linux-gcc $(CFLAGS) -c -o leds.o leds.c arm-li

body.h

#ifndef __BODY_H__ #define __BODY_H__ #include "vector.h" # define BODY 0 #define UPPER_BODY 1 #define HEAD 2 #define SHOULDER 3 #define LEFT_ARM 4 #define R

body.h

#ifndef __BODY_H__ #define __BODY_H__ #include "vector.h" # define BODY 0 #define UPPER_BODY 1 #define HEAD 2 #define SHOULDER 3 #define LEFT_ARM 4 #define R