搜索资源列表
lcd_driver-framebuffer
- 本文研究论述了基于S3C2410 LCD控制器的Linux驱动程序设计与实现,介绍了S3C2410的LCD控制器的数据和控制管脚,并给出了LCD的控制流程和LCD的控制器设置规则,参照TFT-LCD LQ092Y3DG01的逻辑要求和时序要求设计了其驱动电路,设置了主要LCD寄存器;论述了在嵌入式Linux中基于FrameBuffer机制的LCD驱动程序的实现方法。主要研究了Linux帧缓冲设备驱动程序框架,详细分析了帧缓冲设备驱动程序层次结构、核心功能模块和数据结构,设计了FrameBuffe
usb-skeleton
- usb驱动框架,都是建立在此基础上(linux 2.6.14测试)
C_UT_TOOL
- 一个单元测试框架,主要和应用文件一起编译运行,检查c文件中函数的BUG。在实际使用中,主要应用在linux上,用法非常类似于Junit。
can-utils.tar.gz
- linux下测试CAN总线的应用程序,编程框架与网络socket编程类似。,This is the CAN bus test program in linux. The framwork is just like ethernet socket.
8
- 介绍嵌入式实时操作系统及其 BSP 的功能和模块划分,在此基础上分析 BSP 主要流程和典型结构框架;接着介绍和分析嵌入式实时操作系统 BSP 设计的四种 方法;然后具体实现基于 PowerPC 平台的 VxWorks BSP,以及基于 ARM 平台的嵌入 式实时 Linux BSP,并给出测试结果;最后总结全文,指出进一步研究的方向。 本文介绍的 BSP 设计方法对优化和扩充 BSP 的基本功能有一定的指导意义。本文 实现的 VxWorks BSP 和嵌入式实时 Linux
7
- usb驱动框架,都是建立在此基础上(linux 2.6.14测试)-usb driver framework, are built on the basis of this (linux 2.6.14 test)-usb driver framework, are built on this basis (linux 2.6.14 test)-usb driver framework, are built on the basis of this (linux 2.6.14 test)
qxrunner.0.9.2
- 基于Qt的CPPUNIT单元测试框架 The QxCppUnit library provides a GUI frontend for CppUnit test execution. It is based on the QxRunner and Qt libraries. It can be used to unit test any kind of C++ software, it s not limited to Qt applications. This library
CUnit-2.1-2
- CUnit提供了单元测试框架,并为常用的数据类型提供了丰富的断言语句支持-CUnit provides a unit testing framework, and is commonly used data types provide a wealth of assertion statements support
cmockery2-master
- google提供的轻量级单元测试框架cMockery2-light weighted unit test framework by google