Chinaunix首页 | 论坛 | 博客

Go

  • 博客访问: 219025
  • 博文数量: 67
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 783
  • 用 户 组: 普通用户
  • 注册时间: 2013-10-12 16:29
文章分类

全部博文(67)

文章存档

2015年(1)

2014年(47)

2013年(19)

我的朋友

发布时间:2014-10-10 11:45:09

原创:kylin_zeng  http://blog.chinaunix.net/uid/23795897.htmllcd 背光灯 pwm  board配置。点击(此处)折叠或打开#ifdef CONFIG_BACKLIGHT_RK29_BL#define PWM_ID 3#define PWM_MODE     PWM3#defin.........【阅读全文】

阅读(1490) | 评论(0) | 转发(0)

发布时间:2014-08-28 12:22:22

原创:kylin_zeng  http://blog.chinaunix.net/uid/23795897.html转载请尊重别人的辛苦劳动,请标明出处。一、出错打出来的oops。 [kylin dbg]:gpio_direction_output..[   22.677734] [kylin dbg]:gpio_set_value [   22.677758] Unable to handle kernel NULL pointer dereference at virt.........【阅读全文】

阅读(772) | 评论(0) | 转发(0)

发布时间:2014-03-31 23:36:36

原创:kylin_zeng  原创kylin_zeng:http://blog.csdn.net/kylin_fire_zeng参考:http://wenku.baidu.com/view/3f829a20bcd126fff7050b0a.htmlhttp://hi.baidu.com/comcat/item/833ad9c75f4daf7688ad9e8e   反汇编faulty.ko( arm-linux-objdump -D faulty..........【阅读全文】

阅读(1276) | 评论(0) | 转发(0)

发布时间:2014-03-27 10:08:48

原创:blog.chinaunix.net/uid/23795897.html内核创建线程:struct task_struct * kthread_creat(int(*threadfn)(void *data),void *data,const char namefmt[],...)结束线程:int kthread_stop(struct task_struct *k)//调用此要确保线程已经退出,否则会一直等待。例如:static struct task_struct *simple_thread;i.........【阅读全文】

阅读(1234) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册