资源列表
platform-driver-analysis
- 详细了解linux的platform总线,让你编写linux设备驱动更加轻松。-Learn more about the linux platform bus, so you write Linux device drivers easier.
interrupt-in-linux-driver
- 详细描述了在linux设备驱动程序编写过程中使用中断。-Describes in detail the use of interrupts in the linux device driver writing process.
linux-driver-when-use-IO-remap
- 对linux设备驱动编写过程中使用内存映射进行了详细描述,并且对时钟的来源进行了详细分析。-In the Linux device driver to write the process of using the memory mapping is described in detail, and the clock source for a detailed analysis.
IIC-linux-driver-analysis
- 对linux设备驱动中如何编写IIC驱动进行了详细分析。-On linux device driver how to write IIC driver for a detailed analysis.
VB7432
- 使用VB6.0编写的一个调试凌华7432板卡的工具-VB6.0 prepared by the use of a debugging ADLINK 7432 board tools
driver_kernel
- 在sysfs中注册自己的设备,这将导致udev创建相应的设备节点,完成驱动net设计-register your own device in sysfs, and this will cause udevd to create corresponding device node
01lcd_font
- 针对友善之臂4412开发板裸机下操作LCD显示驱动,注:Lcd的背光默认没有开启,可以通过先加载linux内核来开启背光,然后按reset键重启进入u-boot来运行自己的程序;-Note 4412: Lcd s default backlight is not turned on, you can first load the linux kernel to open the backlight, and then press the reset key to restart into the
01i2c
- 开发板4412_ARM9,通过I2C驱动操作EEPROM设备,里面注有详细的解释,手册可以上网搜索,非常之多!!希望对你开发有所帮助-Development board 4412_ARM9, I2C drive through the EEPROM device operation, which note a detailed explanation, the manual can search the Internet, very much! . I hope to help you deve
04misc_ioctl
- 开发板4412_ARM9开发,通过使用miscdevice驱动框架构建设备结点,开发测试gpio和key驱动测试,测试使用ioctl函数调用实现,里面猪油详细注释;-Development board 4412 ARM9 development, through the use of miscdevice driver framework to build device nodes, development and testing gpio key drive test, the use of
25fb_drv_doublebuffer
- 开发板4412_ARM9开发,通过framebuffer控制电容屏,设置部分驱动方法:* 需要先关闭内核中的framebuffer驱动,否则会冲突 make menuconfig -> Device Drivers -> Graphics support -> Samsung S3C framebuffer support 同时要确保CONFIG_FB_S3C_NR_BUFFERS生成 程序里面有详细注释,中文注释-Development board 4412_
sc1045
- sc1045 linux摄像头驱动程序,测试能用-sc1045 linux drive
HARDWAREIIC
- USE HARDWARE IIC TO READ THE MPU6050DATA ,I HAVE TEST it and passed