搜索资源列表
iic.c
- 初学者的福音. 代码易懂! 通过IO模拟实现的arm2410的iic总线驱动程序 可进行读写操作
Boot44b0
- 一个比较好的44B0的启动代码. 工程目录结构说明 --根目录 -- bootloader.apj, ARM Project Manager工程文件 -- INC目录, 头文件 -- SRC目录, 源文件 -- Debug目录, debug版本的编译和链接结果 -- Bin2C, 将Bin文件转化为C代码的数组的软件 -- DOC, 相关文档。
IIc
- 嵌入式linux的IIC驱动,全部为c代码。本程序在嵌入式linux2.4.18内核驱动的基础上加于修改,以适应多芯片的要求。
serial.c
- 自己写的S3C2410的串口驱动代码, 经过测试可以使用
c++2
- 一个嵌入式的代码 MyIE3.0 代码 看了就知道了,很多提高程序效率的方法
tX+RX+Xmodem
- 标准的c代码,支持Xmodem的接受和发送,支持短线重传,而且随时都可以用ESC断开。功能强大。在4510上可以直接使用。
sqrtf.采用二分法计算正的浮点数开方的代码
- 这个函数是一段采用二分法计算正的浮点数开方的代码,采用C语言编写,在uClinux下编译通过并能正常运行。, This function is a section uses the dichotomy to calculate the floating number root the code, uses the C language compilation, translates under uClinux through and can the normal operation.
shumaxiangkuangTOUWENJIAN
- 嵌入式数码相框的头文件C代码,处理器为AT91.-Embedded Digital Photo Frame header files of C code, the processor for the AT91.
GPRS-SIM300
- 在嵌入式系统上进行GPRS连接的代码,可以用键盘控制-In the embedded system code for GPRS connection, you can use the keyboard to control
c++
- 友善之臂qq2440嵌入式liunx事例代码C-The arm-friendly qq2440 embedded C code examples liunx
Bin2C_C
- Bin2C_任意图片转换为C语言数组,方便我们在制作logo是要把公司个人图片等编入代码中-Bin2C_ any picture is converted to an array of C language to help us in the production of the company logo is to make personal pictures into the code
myls
- 在linux下使用C代码,实现shell指令ls -l 的功能。注重于从文件中读取目录中的信息,然后控制格式,达到ls -l 的功能。-In linux using C code, and achieve the shell command ls-l functions. Focus on reading from the file directory information, and then control the format, to ls-l functions.
LeakTracer-mg.tar
- C代码中内存泄露检测工具,希望对你有所帮助-memory leak tools
2440test
- 该代码为 2440 测试代码 包括 uboot启动 硬件测试 。-The code for the 2440 test code, including the hardware test uboot boot.
mm-memleak
- 用于检测C/C++代码中内存泄露的源码,ANSI C编写-For the detection of C/C++ source code, memory leaks, ANSI C written
rfbi.c
- TI omap35xx LCD模块驱动代码,包括初始化配置和相关IO操作-RFBI driver
tcp_ip_demo
- 嵌入式下的TCP/IP协议栈,支持的功能包括ARP,IP,ICMP(ping),TCP,UDP,暂不支持IGMP,RARP,(演示代码只支持PING)。 协议栈采用C代码编写,可以方便的移植和单片机平台上运行。-Embedded under the TCP/IP protocol stack, include support for ARP, IP, ICMP (ping), TCP, UDP, does not support IGMP, RARP, (demo code only su
xmllog.c
- XML代码编写源文件,里面是通过TCP/IP协议写的-The XML code to write the source file, which is the TCP/IP protocol to write
libiec61850-1.2.1.tar
- 此库通过标准C编写,提供IEC61850的MMS协议实现的最新版ED2,兼容大多数ED1;它也提供变电站内的GOOSE通信。这个项目的目标是提供一个实现,并且这个实现非常的轻便,可以运行在嵌入式系统和小型控制器上。它还提供了很多简单的例子,可以作为我们自己的程序的开始点。 如下特性被支持: 1 ISO全协议的TCP/IP 2 静态生成IED模型,是靠SCL文件,通过C代码生成 3 动态生成IED模型,是通过API调用或者通过配置文件 4 关联服务(通过密码验证) 5 简单的和复杂的MMS变量读写
aodv-uu协议C代码
- 按需路由协议aodv的实现代码,版本是0.9.6.可以移植和仿真