linux内核 – Linux驱动程序

前端之家收集整理的这篇文章主要介绍了linux内核 – Linux驱动程序前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我知道I2C在一个非常基本的层面,依赖于 linux内核,但没有线索来实现基本的I2C驱动程序.

试图在I2C设备驱动程序中启动.
你可以建议任何初学者教程与源代码映射!

解决方法

linux-source / Documentation / i2c /有很多您需要的信息. … / writing-clients.txt是开始的好地方.

看看在线版本:

https://www.kernel.org/doc/Documentation/i2c/writing-clients

有一个很好的教程:

http://renjucnair.blogspot.ca/2012/01/writing-i2c-client-driver.html

这是一个很好的评论,有人写一个i2c驱动程序,并有一个教程感觉:

http://www.embedded-bits.co.uk/2009/i2c-in-the-2632-linux-kernel/

以下是一些示例代码

http://code.google.com/p/ldd-templates/source/browse/drivers/i2c/sample-i2c-client.c

猜你在找的Linux相关文章