代码搜索:ucLinux

找到约 2,003 项符合「ucLinux」的源代码

代码结果 2,003
www.eeworm.com/read/110034/6170706

depend .depend

21142.o: 21142.c \ tulip.h \ /root/uclinux/linux/include/linux/pci.h \ /root/uclinux/linux/include/linux/delay.h eeprom.o: eeprom.c \ tulip.h \ /root/uclinux/linux/include/linux/init.h
www.eeworm.com/read/110034/6170744

depend .depend

6pack.o: 6pack.c \ /root/uclinux/linux/include/linux/module.h \ /root/uclinux/linux/include/asm/system.h \ /root/uclinux/linux/include/asm/uaccess.h \ /root/uclinux/linux/include/asm/bitop
www.eeworm.com/read/110034/6170761

depend .depend

ds1286.o: ds1286.c \ /root/uclinux/linux/include/linux/types.h \ /root/uclinux/linux/include/linux/errno.h \ /root/uclinux/linux/include/linux/miscdevice.h \ /root/uclinux/linux/include/li
www.eeworm.com/read/404312/11488302

htm 165.htm

CTerm非常精华下载
www.eeworm.com/read/404312/11488358

htm 134.htm

CTerm非常精华下载
www.eeworm.com/read/404312/11488712

htm 195.htm

CTerm非常精华下载
www.eeworm.com/read/156345/11810646

txt readme.txt

1、程序烧写 使用Embest Flash Programmer(打开光盘中提供的EmbestS3CEV40.cfg)烧写Embest S3CEV40 板的Flash;其中将: bootloader.bin 烧写到1-16扇区 kernel.bin 烧写到17-192扇区 romfs.img 烧写到193-350扇区 2、将超级终端设置成115200,8
www.eeworm.com/read/154897/11919998

html index.html

MiniGUI 及其增值产品
www.eeworm.com/read/154445/11960393

txt cliff_change.txt

首先,当然是把前面的中断向量改掉 也就是 44binit.s 95 - 101 行 变成什么呢,就是 ldr pc, =0x0c0000?? 然后,之所以我们的 BIOS 不能直接运行 <mark>uClinux</mark> 其实就是波特率的问题 要解决波特率。 先想到的当然是 Main.c 22行 改成 57600,编译……结果不行! 然后我想到,我们的 <mark>uClinux</mark> 是配置为 ARMCLK = ...