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

相关文章

文件查找(find) 1 find 简单的说,就是实时查找指定的内容或条件。特点:最新、最快、最准确。 用法:...
非交互式添加分区 方法一 添加/deb/sdb 下的分区,其实位置为1到1000M,第二个分区位置为1001至3000M,...
编译安装httpd 1 去官网下载源码包 为避免非法软件,一定要去官网下载http://www.apache.org httpd-2.4...
gdisk用法 gdisk - InteractiveGUIDpartitiontable (GPT) manipulator GPTfdisk (akagdisk) isatext-mo...
1 一定用快捷键 这里简单的说下几个常用的快捷按键。 1.1 移动光标快捷键 Crtl + a 光标回到命令行...
bash shell中测试命令 test命令提供了if-than语句中测试不同条件的途径。如果test命令中列出的条件成立...