搜索资源列表
基于linux2.6.30.4 framebuffer移植LCD驱动到FL2440开发板
- 本文的目的为基于linux2.6.30.4 framebuffer移植LCD驱动到FL2440开发板。本文内容大致分为以下几个部分: 1、 LCD硬件及显示原理介绍; 2、 s3c2440 LCD控制器介绍; 3、 内核LCD驱动机制framebuffer(帧缓冲技术)概述; 4、 驱动移植相关及应用程序接口相关重要数据结构分析 5、 在linux2.6.30.4内核中添加(移植)LCD驱动; 6、 嵌入式linux应用程序中LCD驱动接口函数的调用及其必要包含头文件和数据结构;
eclipse-iphone-cdt
- 本书介绍如何在windows 或linux 环境下用eclipse开发iPhone应用程序。实为没有Apple MacOs 操作系统人员的有用资料。-Write native iPhone applications using Eclipse CDT. How Windows and Linux developers can bypass the iPhone SDK and write iPhone apps using open source tools.
ARM-DSP-SPI
- 提出一种测量仪器的多处理机分布式控制方案, 并对DSP 与移植了Linux 操作系统的ARM之间SPI 通信设计进行了 着重阐述。对于这样的特定系统, 首先要完成Linux 下的SPI 驱动程序开发, 然后才能进行ARM 和DSP 下的应用程序开 发。对这几个方面进行了详细介绍, 给出了一种ARM 与DSP 通信的通信协议, 并基于此协议实现了ARM 与DSP 的SPI 通信。-SPI Data communication method
linux--driver--develop
- 驱动开发简介 设备驱动分类 Linux下字符型设备管理 Linux驱动编译和加载方式 简单Linux字符型设备驱动程序 驱动程序与应用程序的区别-Driven Development Introduction classified under Linux device driver managing Linux character device drivers compiled and loaded is simple Linux character device drive