代码搜索:ucLinux
找到约 2,003 项符合「ucLinux」的源代码
代码结果 2,003
www.eeworm.com/read/329371/12958030
ucsimm makefile.ucsimm
CC = /usr/local/bin/m68k-elf-gcc
KERNELDIR = /opt/uClinux-dist/linux-2.4.x
include $(KERNELDIR)/.config
CFLAGS = -D__ELF__ -D__linux__ -DUCSIMM -D__KERNEL__ -DMODULE -I$(KERNELDIR)/include \
-O
www.eeworm.com/read/301555/13857176
make_examples
nios2-linux-uclibc-gcc -O -s -elf2flt='-s 16000' -I./ -I../uClinux-dist/linux-2.6.x/include -c lcd16207.c
nios2-linux-uclibc-gcc -O -s -elf2flt='-s 16000' -lm -I./ -I../uClinux-dist/linux-2.6.x/includ
www.eeworm.com/read/404801/11478369
c makefile touchscreen.c
CC = /usr/local/bin/arm-elf-gcc
LD = /usr/local/bin/arm-elf-ld
CFLAGS=-D__KERNEL__ -D__linux__ -DNO_MM -fno-builtin -I /usr/src/uClinux-dist/linux-2.4.x/include/linux -I /usr/src/uClinux-dist/lin
www.eeworm.com/read/261895/11616754
cmd .bf537_d.ko.cmd
cmd_/home/zorro/project/fb_blackfin/bf537_d.ko := bfin-uclinux-ld -r -o /home/zorro/project/fb_blackfin/bf537_d.ko /home/zorro/project/fb_blackfin/bf537_d.o /home/zorro/project/fb_blackfin/bf537_d.mo
www.eeworm.com/read/154615/11943045
txt readme.txt
fx469驱动程序的源代码为fx469.c,fx469.h
将fx469的驱动程序添加到uclinux(2.4版本)中的步骤:
1.将fx469.c和fx469.h复制到uclinux/linux2.4.x/driver/char目录下,在该目录下的mem.c中的int chr_dev_init()函数中增加如下代码
#ifdef CONFIG_FX469
init_fx469();
www.eeworm.com/read/229744/14318107
txt zaiuclinuxxiajiachengxu.txt
<mark>uClinux</mark>应用程序开发
8.1 应用程序编写
8.1.1编写应用程序
基于<mark>uClinux</mark>系统的应用程序的开发通常是在标准Linux平台上或者使用Cygwin的Windows平台用交叉编译工具来完成。
本章主要介绍如何编写、移植、编译应用程序并将应用程序添加到文件系统的过程。
<mark>uClinux</mark>针对没有内存管理单元(MMU)的处理器和控制器而设计的,部分标准C函数在标准Linux下 ...
www.eeworm.com/read/224579/14582572
blackfin readme.blackfin
Speex has been ported to the Blackfin DSP, for the STAMP development board.
This port has been tested on the STAMP development board and requires the
toolchain available at http://blackfin.uclinux.o
www.eeworm.com/read/121857/14735217
txt readme.txt
rdgz_com0_rxt.bin 是测试串口接收的rdgz.bin文件
rdgz_com0_txt.bin 是测试串口发送的rdgz.bin文件
com_0.txt 是测试串口接收时用于发送的文件
串口接收测试方法:
启动uClinux后,在控制台上键入"com0t",会看到"open ok",这时已经进入接收状态。
在windows下打开“串口调试助手