-
Driver testing, when the driver after the write, it is necessary to conduct test...
驱动测试,当驱动写好后,要进行测试,由于嵌入式设备一般使用超级终端或者是telnet进行登录,键盘驱动不是很好测试,我们使用网上开源的libkbd代码进行键盘驱动的测试,下载libkbd后稍加修改既可以在arm-linux上运行。-Driver testing, when the driver after the write, it is necessary to conduct tests, because of embedded devices in general use HyperTerminal or a telnet to log in, the keyboard is not a very good test drive, we use online libkbd code open source keyboard-driven test, download libkbd After a little modification can be in the running arm-linux.
- 2022-07-04 22:46:19下载
- 积分:1
-
ecos在9200上redboot实现,真是压箱底的东西
ecos真是一个挺不错的东西,比ucos强太多了...
ecos在9200上redboot实现,真是压箱底的东西
ecos真是一个挺不错的东西,比ucos强太多了-eCos in 9200 on redboot realize really what eCos bottom pressure is really a very good thing, too much strong than uCOS
- 2022-11-28 07:25:03下载
- 积分:1
-
Linux
Linux-2.6.18内核调试工具补丁程序KGDB。-Linux-2.6.18 kernel debugging tool patch KGDB.
- 2022-03-07 21:12:59下载
- 积分:1
-
Details about the bootloader process linux transplant u
详细介绍了引导程序linux移植u-boot的准备过程,对移植u-boot的源代码进行了详细的分析
- 2022-03-15 03:55:24下载
- 积分:1
-
SCO UNIX下squid 2.5.1代理服务器的源代码
SCO UNIX下squid 2.5.1代理服务器的源代码-SCO Unix 2.5.1 squid proxy server source code
- 2022-03-18 04:51:36下载
- 积分:1
-
套接字程序2在风险投资
socket program 2 in vc-socket program 2 in vc++
- 2022-08-24 02:51:12下载
- 积分:1
-
局域网聊天室,QT做的,比较简单,只实现了基本功能。
局域网聊天室,QT做的,比较简单,只实现了基本功能。-LAN chat room, QT to do relatively simple, only the realization of the basic features.
- 2022-02-09 12:02:57下载
- 积分:1
-
清华大学-电子信息工程系-实验用ARM
清华大学-电子信息工程系-实验用ARM-linux-源代码-LINK篇-Tsinghua University- Electronic Information Engineering- experiment with ARM-linux-source code-LINK Part
- 2022-01-25 15:15:38下载
- 积分:1
-
linux2.6.21 the h1940patch
linux2.6.21的h1940patch-linux2.6.21 the h1940patch
- 2023-05-16 22:25:03下载
- 积分:1
-
/*
* 读取INI文件的函数(C语言)
* File: readinifile.h
* Read INI File
* char* GetIn...
/*
* 读取INI文件的函数(C语言)
* File: readinifile.h
* Read INI File
* char* GetInitKey(FileName, Section, Key)
* Return Key=>Value
* + [config]
* + dbhost=localhost
*
* strcpy(dbhost,GetInitKey("config.ini", "config", "dbhost"))
*/-/* read INI file functions (C)* File : readinifile.h* Read INI File* char* GetInitKe y ("">, Section, Key)* Return Key =
- 2022-07-05 11:26:15下载
- 积分:1