-
Keyboard source procedures, understanding of the keyboard programming methods, t...
键盘的源码的程序,了解键盘编程的方法,键盘测试程序-Keyboard source procedures, understanding of the keyboard programming methods, testing procedures keyboard
- 2022-10-14 07:05:03下载
- 积分:1
-
基于8051的工程项目
应用背景基于8051的工程项目ADCPWM定时器中断还有更多关键技术89C51单片机,单片机,脉宽调制,timmer1,timmer2, ;
- 2022-01-22 05:43:18下载
- 积分:1
-
procedure for the serial port chip tl16c750 uClinux s3c44b0 environment of flood...
此程序为串口芯片tl16c750在uClinux + s3c44b0环境下的驱动程序.tl16c750R FIFO设置为64BYTES, 除此之外,此程序还能缓存20条已经收到的串口数据.即存储数据量为20*64=1280BYTES的串口数据,而不用担心未及时读串口时发生数据的丢失现象.此外,附此驱动的测试程序,以及编译后的映像文件.-procedure for the serial port chip tl16c750 uClinux s3c44b0 environment of flooding action procedures. tl16c750R FIFO set to 64 BYTES, in addition, This procedure can cache 20 has been received by the serial data. that the data storage capacity of 20* 64 = 1280BYT ES Serial data, and do not have to worry about failure occurred when reading serial data loss phenomenon. In addition, Report this driver testing procedures, and compile the map file.
- 2022-03-10 15:00:43下载
- 积分:1
-
点片机程序 点片机程序 点片机程序 点片机程序
点片机程序 点片机程序 点片机程序 点片机程序-Procedures for point-point machine machine machine process point process point process point machine machine machine process point process
- 2022-02-04 21:33:44下载
- 积分:1
-
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。...
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。-yes
- 2023-07-27 10:00:04下载
- 积分:1
-
Linux下通过jtag烧写flash的源代码
Linux下通过jtag烧写flash的源代码-Linux burning through JTAG flash source code
- 2022-06-02 11:12:34下载
- 积分:1
-
通过电路原理图的车辆检测,使用magnetoresistiv…
车辆检测通过的电路原理图,用的是磁阻传感器-Vehicle detection through the circuit schematic diagram, using a magnetoresistive sensor
- 2022-03-13 07:55:09下载
- 积分:1
-
VS2005环境下WinCE OpenGL ES教程
该教程是俺的最爱,html格式。介绍了基于vs2005,wince下OpenGL ES的使用。里面例子很多,但没用全部源码。作为wince openGL教程,堪称经典。
- 2022-03-06 21:31:41下载
- 积分:1
-
GEC2410_APP是外围接口的测试程序。最新版本!】
GEC2410_APP.bin 是编译后的二进制文件,相应的源代码在光盘的目标代码及支持...
GEC2410_APP是外围接口的测试程序。最新版本!】
GEC2410_APP.bin 是编译后的二进制文件,相应的源代码在光盘的目标代码及支持
-Peripheral interfaces are GEC2410_APP test procedures. The latest version! ] GEC2410_APP.bin are compiled binary file, the corresponding source code on CD-ROM of the object code and support
- 2022-01-23 10:54:29下载
- 积分:1
-
rootfs挂载 【mini_rootfs】
应用背景
本地挂载:
# setenv bootargs root=/dev/mtdblock4 init=/linuxrc console=ttySAC0,115200 rootfstype=yaffs rw
nfs方式挂载rootfs
本地PC端:
1 准备好/mini_rootfs
2 安装软件包
#apt-get install nfs-common nfs-kernel-server portmap
3 配置nfs服务
#vim /etc/exports
加上以下内容:
/mini_rootfs *(rw,sync,no_root_squash)
重启nfs服务器
#/etc/init.d/nfs-kernel-server restart
开发端:
1 配置内核以支持NFS启动
make menuconfig
[*] Networking support --->
Networking options --->
[*] IP: kernel level autoconfiguration
File systems --->
[*] Network File Systems ---&
- 2022-10-20 07:15:04下载
- 积分:1