资源列表
at91adc_driver
- at91sam9260 adc 嵌入式linux 驱动代码。-at91sam9260 adc embedded linux driver code.
ir_power_on
- 全志中断,控制GPIO脚,上升沿触发,与红外一起使用-softwinner interrupt control GPIO pin, rising edge, used in conjunction with an infrared
lddbus
- 几个基于linux平台的驱动程序 希望能给想学习linux驱动开学的人帮助-some example for linux driver
Tinyos
- 通过串口采集telosb节点采集的温湿度数据的程序-Telosb node temperature and humidity data acquisition program collected through the serial port
queue(IO)
- queue(阻塞IO) linux 驱动 源代码 -Linux driver source code of the queue (blocking IO)
ADC
- s3c2440触摸屏驱动源代码,开发环境linux内核2.6.40.3,,编译通过,可更改后使用-the s3c2440 various driver source code
rfid.c.tar
- rfid 标签阅读器驱动程序, rfid tag reader driver-rfid tag reader driver
fb_test
- frame buffer driver written in c for linux/android
mini2440_12864LCD
- 基于mini2440的12864液晶显示,包含应用程序和驱动程序。-Based on the mini2440 the 12864, including applications and drivers.
4th_device_driver_test
- 改代码详细的描述了i2c的驱动实现,这个实现主要是设备类驱动的范畴-Detailed descr iption of the code to change the drive to achieve i2c
init
- linux2.6内核源码帮助文档里面的初始化过程的汉化文件-linux 2.6 source codes init files translate to chinese
mm.c
- 非常简单的虚拟内存c代码实。主要实现malloc, init, free, relloc四个函数,用外在的free list实现-a very simple c code virtual memory implementation