资源列表
s3c2440_spi
- 这个代码是linux系统中,s3c2440芯片中SPI1口的驱动程序,用的是spi操作。同时里面也包含了用gpio口仿真的驱动。-this is the driver of SPI1 of s3c2440 chip in linux OS. it uses the standard spi interface。also,it includes the mode of gpio styles。
cdev4.c.tar
- arm的驱动程序,简单的驱动程序的编写,编写流程规范,简便,可是更好的使初学者学习-arm of the driver, the driver simply write, write process specifications, simple, but so that beginners learn better
ti_tscadc
- cortexA8的触摸屏ad驱动,绝对的源码,代码简单,通俗易懂。适合初学驱动的同学。-cortexa8 driver easy to understand
at24c02
- at24c02的linux驱动,及测试程序。S5PV210亲测可用。-at24c02 s driver for linux,and the test program。S5PV210 can use。
gpio_i2c
- 非常好用的gpio-i2c驱动程序,适合linux平台使用,请大家下载使用-Very easy to use gpio-i2c driver for linux platform, please download
timeinterrupt
- S5PV210下tiny210定时器0初始化,启动,设置,停止以及终端服务程序驱动程序-S5PV210 tiny210 timer 0 initialization, start, set, stop the driver and Terminal Services program
CH452-I2C
- CH452的I2C程序 以及相关说明.暂时没有测试代码-The the I2C procedures and instructions of CH452
lcd
- S3C2440开发板LCD驱动程序,自己写的,已经调试成功。-S3C2440 development board LCD driver, own writing, debugging has been successful.
by_idt.tar
- idt编程重要例子,可以直接在项目中使用,非常具有参考价值-idt programming important examples used in the project directly, great reference value
LCD
- LCD的驱动程序 包括初始化和一部分的图像处理-The LCD driver includes an image processing part of the initialization and
lcd_drv
- LCD 最简单的驱动测试 应用程序代码 显示红绿蓝彩色框 -LCD The simplest drive test application code Red, green and blue color dialog
mm.c
- 非常简单的虚拟内存c代码实。主要实现malloc, init, free, relloc四个函数,用外在的free list实现-a very simple c code virtual memory implementation