代码搜索:LEDS
找到约 3,223 项符合「LEDS」的源代码
代码结果 3,223
www.eeworm.com/read/358845/2982470
makefile
leds : crt0.s leds.c
arm-linux-gcc -g -c -o crt0.o crt0.s
arm-linux-gcc -g -c -o leds.o leds.c
arm-linux-ld -Ttext 0x0000000 -g crt0.o leds.o -o leds_tmp.o
arm-linux-objcopy -O binary -S leds_tm
www.eeworm.com/read/350730/3117233
makefile
leds : crt0.s leds.c
arm-linux-gcc -g -c -o crt0.o crt0.s
arm-linux-gcc -g -c -o leds.o leds.c
arm-linux-ld -Ttext 0x0000000 -g crt0.o leds.o -o leds_tmp.o
arm-linux-objcopy -O binary -S leds_tm
www.eeworm.com/read/259137/4345728
makefile
leds : crt0.s leds.c
arm-linux-gcc -g -c -o crt0.o crt0.s
arm-linux-gcc -g -c -o leds.o leds.c
arm-linux-ld -Ttext 0x0000000 -g crt0.o leds.o -o leds_tmp.o
arm-linux-objcopy -O binary -S leds_tm
www.eeworm.com/read/126596/14415898
c tsblink.c
//*********************************************************
//
// tsblink.c : Simple example of flag toggling on the
// TigerSharc to blink LEDs. The processor
// LEDs
www.eeworm.com/read/147766/5722066
makefile
#
# Makefile for the linux kernel.
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something
www.eeworm.com/read/136786/5863007
makefile
#
# Makefile for the linux kernel.
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something
www.eeworm.com/read/134909/5891480
c inter.c
#include
#include "isr.h"
void init(void);
void update_priorities_enables(void);
volatile unsigned char HIGH_INT_REG;
volatile unsigned char LOW_INT_REG;
void main(void)
{
sta
www.eeworm.com/read/128531/5984621
makefile
#
# Makefile for the linux kernel.
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something
www.eeworm.com/read/127781/5995798
makefile
#
# Makefile for the linux kernel.
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something