全部博文(185)
标题 | 阅读 | 评论 | 转发 | 发布日期 | |
---|---|---|---|---|---|
UBIFS文件系统分析(二):通过VFS的读写流程 | 3730 | 0 | 0 | 2012-04-13 | |
UBIFS文件系统分析(五):wear-leveling | 3852 | 0 | 0 | 2012-04-13 | |
UBIFS文件系统分析(四):重要数据结构 | 3215 | 0 | 0 | 2012-04-13 | |
UBIFS文件系统分析(三):UBIFS的六个area | 3008 | 0 | 0 | 2012-04-13 | |
UBIFS文件系统分析(一):挂载UBIFS的代码分析 | 4579 | 0 | 0 | 2012-04-13 |
bob_zhang20042010-05-11 10:44
很好的blog , 咱俩志趣相投啊。 都是爱写爱分享的人, 以后一起学习一起进步。 http://kernelChina.cublog.cn
zhiqiang00712009-03-06 13:28
该文件中的函数要在驱动中调用。所以你首先得写一个字符驱动程序,然后在注册的系统调用read和write中调用gpio读写函数,当然,首先得在open中打开gpio模块电源和设置指定的gpio的输入出方向。这样你就可以在app中通过open, read, write系统调用来完成对gpio的操作了。 如果还有问题,请把你的app 贴出来,或发到我的邮箱,yzq.seen@gmail.com。
chinaunix网友2009-03-03 15:45
hello,I read your passege"达芬奇DM644X平台(ARM9, Linux-2.6.10)BSP之gpio.c浅析".It is very good. Thank you.But,I call the program in the app.c. It is fault. could you give me an example of GPIO.than you very much.My EMAIL is zdhwh@163.com.