• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






youngvoice

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页

2016年4月26日

驱动模块中控制系统时钟
摘要: http://www.cnblogs.com/hoys/archive/2011/03/26/1996474.html http://blog.chinaunix.net/uid-26675482-id-4347753.html summary point : 1. 查看模块电路与系统时钟的连接 阅读全文
posted @ 2016-04-26 09:59 youngvoice 阅读(196) 评论(0) 推荐(0)
 

2016年4月25日

VIM+ctags+cscope
摘要: VIM+ctags+cscope用法: http://blog.csdn.net/hnllei/article/details/7407124 http://blog.csdn.net/luckywang1103/article/details/44181557 http://www.cnblogs 阅读全文
posted @ 2016-04-25 10:24 youngvoice 阅读(120) 评论(0) 推荐(0)
 

2016年4月23日

内核配置编译总结
摘要: 内核配置 通过在 make menuconfig 生成的菜单上做完选择,生成 .config 文件 在编译时先通过 .config 文件生成 include/config/auto.conf 和 include/linux/autoconf.h 再编译 include/config/auto.con 阅读全文
posted @ 2016-04-23 22:22 youngvoice 阅读(246) 评论(0) 推荐(0)
 
linux 内核启动流程
摘要: Linux内核启动流程详细分析: http://www.linuxidc.com/Linux/2014-10/108034.htm ARM Linux内核启动过程: http://blog.csdn.net/bingfeng1210/article/details/6800038 阅读全文
posted @ 2016-04-23 09:46 youngvoice 阅读(150) 评论(0) 推荐(0)
 
linux内核配置 kbuild
摘要: Linux 内核配置机制 http://blog.csdn.net/dianhuiren/article/details/6917132 linux kbuild文档 http://blog.chinaunix.net/uid-10221131-id-2943265.html 阅读全文
posted @ 2016-04-23 09:43 youngvoice 阅读(405) 评论(0) 推荐(0)
 
u-boot 内核 启动参数
摘要: kernel如何得到uboot启动信息: http://blog.sina.com.cn/s/blog_89d9bec60101bzen.html u-boot向linux内核传递启动参数: http://www.cnblogs.com/sky-zhang/archive/2012/06/01/25 阅读全文
posted @ 2016-04-23 09:40 youngvoice 阅读(221) 评论(0) 推荐(0)
 

2016年4月16日

模块移除 命令rmmod 的实现
摘要: // rmmod.c #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <fcntl.h> #include <string.h> #include <errno.h> int main(int argc, cha 阅读全文
posted @ 2016-04-16 23:08 youngvoice 阅读(521) 评论(0) 推荐(0)
 
led 的 platform驱动实现
摘要: http://www.linuxidc.com/Linux/2014-03/97756.htm http://blog.sina.com.cn/s/blog_6b94d5680101cn0t.html http://blog.csdn.net/yicao821/article/details/678 阅读全文
posted @ 2016-04-16 15:16 youngvoice 阅读(168) 评论(0) 推荐(0)
 

2016年4月15日

kconfig语法
摘要: 参考:http://www.cnblogs.com/Daniel-G/p/3284791.html 阅读全文
posted @ 2016-04-15 14:29 youngvoice 阅读(187) 评论(0) 推荐(0)
 

2016年4月12日

通过编程语言操作数据库
摘要: 数据库需要提供编程所需的 API 的动态连接库以及编程所需的头文件 阅读全文
posted @ 2016-04-12 11:17 youngvoice 阅读(250) 评论(0) 推荐(0)
 
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页