搜索资源列表
嵌入式Linux+C编程入门(第2版)++PPT
- 讲解linux下嵌入式开发的技术,部分内容如下: 嵌入式系统概述 ARM嵌入式处理器 Linux编程环境 嵌入式交叉开发环境 交叉开发工具链 Bootloader 配置编译Linux 2.6内核
基于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驱动接口函数的调用及其必要包含头文件和数据结构;
mcp2515-driver
- s3c2440 mcp2515 驱动,有代码-mcp2515 driver for s3c2440(linux 2.6)
Ldd3
- Linux设备驱动程序第三版中文版学习Linux设备驱动的经典书籍-Over the years, this bestselling guide has helped countless programmers learn how to support computer peripherals under the Linux operating system, and how to develop new hardware under Linux. Now, with this third ed
ldd3Chinese
- Linux 设备驱动 Edition 3 By Jonathan Corbet, Alessandro Rubini, and Greg Kroah-Hartman 由 quickwhale 翻译的简体中文版 V0.1.0 2006-6-2 遵循原版的版权声明. 还在完善中. 欢迎任何意见, 请给我邮件. 请发信至 quickwhale 的邮箱 -Over the years, this bestselling guide has helped countle
char-driver-study
- 关于linux下字符驱动的ppt文档,从2.6开始,字符驱动和2.4的内核有了变化-linux char driver
文件系统制作手册
- 基于Linux-2.6.31操作系统的文件系统制作,包括环境搭建、操作步骤和常用命令!