代码搜索:Arm-Linux
找到约 1,166 项符合「Arm-Linux」的源代码
代码结果 1,166
www.eeworm.com/read/360887/10073350
makefile
CROSS=arm-linux-
all: led-player
led-player:
$(CROSS)gcc -o led-player main.c
clean:
@rm -vf led-player *.o *~
www.eeworm.com/read/424445/10447116
makefile
CROSS=arm-linux-
all: led-player
led-player:
$(CROSS)gcc -o led-player main.c
clean:
@rm -vf led-player *.o *~
www.eeworm.com/read/352825/10504315
makefile
CROSS=arm-linux-
all: led-player
led-player:
$(CROSS)gcc -o led-player main.c
clean:
@rm -vf led-player *.o *~
www.eeworm.com/read/463491/7179567
makefile
CROSS=arm-linux-
all: buttons
buttons:
$(CROSS)gcc -o buttons buttons_test.c
clean:
@rm -vf buttons *.o *~
www.eeworm.com/read/456153/7356537
makefile
CROSS=arm-linux-
all: buttons
buttons:
$(CROSS)gcc -o buttons buttons_test.c
clean:
@rm -vf buttons *.o *~
www.eeworm.com/read/325293/13213053
makefile
CROSS=arm-linux-
all: led-player
led-player:
$(CROSS)gcc -o led-player main.c
clean:
@rm -vf led-player *.o *~
www.eeworm.com/read/318854/13468532
txt gdb调试.txt
远程调试环境由宿主机GDB和目标机调试stub共同构成,两者通过串口或TCP连接。使用GDB标准远程串行协议协同工作,实现对目标机上的系统内核和上层应用的监控和调试功能。调试stub是嵌入式系统中的一段代码,作为宿主机GDB和目标机调试程序间的一个媒介而存在。
就目前而言,嵌入式Linux系统中,主要有三种远程调试方法,分别适用于不同场合的调试工作:用ROM Monitor调试目标机 ...
www.eeworm.com/read/152843/5665812
cerf
*** The StrongARM version of the CerfBoard/Cube has been discontinued ***
The Intrinsyc CerfBoard is a StrongARM 1110-based computer on a board
that measures approximately 2" square. It includes an E
www.eeworm.com/read/135941/5876852
cerf
*** The StrongARM version of the CerfBoard/Cube has been discontinued ***
The Intrinsyc CerfBoard is a StrongARM 1110-based computer on a board
that measures approximately 2" square. It includes an E
www.eeworm.com/read/488407/6494763
makefile
CROSS=arm-linux-
all: buttons
buttons:
$(CROSS)gcc -o buttons buttons_test.c
clean:
@rm -vf buttons *.o *~