一些不错的内核文档网址
1. 轻松认识 Linux Kernel
转自:http://www.bricktou.com/default_cn.html
git clone https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
git reset v4.0 -hard
http://www.infradead.org/~mchehab/kernel_docs/index.html
2. Linux Device Drivers ----》内核api文档
转自:https://kernel.org/doc/htmldocs/device-drivers/index.html
http://www.deansys.com/index.html
http://iteedu.com/os/linux/linuxprgm/linuxcfunctions/string/toupper.php
很不错的四个网址
http://elixir.free-electrons.com/linux/v2.6.32/ident/
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/
3.linux基础知识
转自:http://blog.csdn.net/zqixiao_09/article/category/6021855
4.蜗窝科技
5.linux嵌入式驱动软件开发
android底层开发和移植
转自:http://blog.csdn.net/linweig/article/details/5761624
6.USB2.0速度识别
转自:http://www.cnblogs.com/AlwaysOnLines/p/3842886.html
http://blog.csdn.net/cescf4/article/details/8601457
7.stackoverflow
http://blog.chinaunix.net/uid-20522771-id-3457184.html
8.高通平台
https://createpoint.qti.qualcomm.com/dashboard/public/productkit#public/product-kit/search
9.摄像头驱动
http://blog.csdn.net/kickxxx/article/details/8484498
https://linuxtv.org/downloads/legacy/video4linux/API/V4L2_API/spec-single/v4l2.html
soc camera
http://blog.csdn.net/kickxxx/article/details/8447898
work-blog.readthedocs.io/en/latest/index.html
zh_CH/video4linux/v4l2-framework.txt
10.web编程语言
http://www.w3school.com.cn/tags/index.asp
11.好玩的动画软件,aBowman 给你的个人网站抱养只萌萌的小仓鼠
http://youquhome.com/2048/
http://abowman.com/
http://www.myexception.cn/web/1962055.html
12.自定义自己的博客园博客首页
http://www.th7.cn/web/html-css/201411/69442.shtml
13.制作自己博客园文章签名
http://www.cnblogs.com/allanbolt/archive/2009/12/30/1635665.html
14.【分享】博客美化(2)自定义博客样式细节
http://www.cnblogs.com/asxinyu/p/4340094.html
15.接口应用小玩具-博客园积分排名变动监控工具
小玩具-博客园积分排名变动监控工具
一个简单的在线服务监控和提醒工具
http://www.cnblogs.com/beer/p/4973116.html
16.内核邮件列表
http://vger.kernel.org/vger-lists.html 内核邮件列表
一个和AR有关的博客
VS Code 不错的编码软件
http://www.cnblogs.com/zhaoqingqing/p/vscode.html
17. usb
http://www.usb.org/developers/docs/usb20_docs/
18.双摄像头
目前视频显示用的overlay模式,拍照需要capture模式进行,但需要重复打开video设备节点用不同的文件描述符来进行,请问有没有谁做过类似的?目前我在overlay运行的情况下尝试capture再次打开设备节点,返回不同的文件描述符,最后还是会图像卡死。具体需要修改驱动或内核哪部分才能支持同时进行overlay和capture呢
楼主你好,我这边也没有弄过,我们论坛中的两个帖子:
https://community.freescale.com/docs/DOC-158531
https://community.freescale.com/docs/DOC-106399
希望对你有帮助。
19.人工智能学习
TensorFlow
http://www.tensorfly.cn/tfdoc/get_started/os_setup.html
20. 邓凡平 安卓开发
https://my.oschina.net/innost/blog?sort=time&temp=1491448119021
http://blog.csdn.net/innost?viewmode=contents
21. python学习网址
http://www.runoob.com/python/python-install.html
https://www.zhihu.com/question/20039623
http://www.kancloud.cn/kancloud/learn-python-hard-way/49863
https://www.zhihu.com/question/20039623
python中文开发者社区
22.python学习,深度学习,机器学习 淘宝视频教程
https://item.taobao.com/item.htm?spm=a230r.1.14.20.IwNb5m&id=546008449757&ns=1&abbucket=13#detail
python tensorflow 视频教程 神经网络人工智能机器学习
https://item.taobao.com/item.htm?spm=a230r.1.14.45.IwNb5m&id=546528148771&ns=1&abbucket=13#detail
23. POSIX 标准函数查询
http://www.opengroup.org/
函数分三种:
1.ISO C 标准的
2.POSIX 标准的
3.系统自己扩展的(fopen64/kqueue)
http://pubs.opengroup.org/onlinepubs/9699919799/
Linux man pages
The Linux man-pages project
24.好博客:banu
https://banu.com/blog/
25. 内核资料
26.微访谈---一个不错的了解不同人的想法的blog
http://txgcwm.github.io/blog/categories/wei-fang-tan/
27. Openwrt中文手册
https://zh.wikibooks.org/zh-cn/Openwrt%E4%B8%AD%E6%96%87%E6%89%8B%E5%86%8C
28. linux-3.6.5/arch/unicore32
很不错的代码编写风格
29.linux开发周立发的博客
http://zhoulifa.bokee.com/category/0/1
30.Linux context调度器
Linux进程上下文切换过程context_switch详解--Linux进程的管理与调度(二十一)
http://blog.csdn.net/gatieme/article/details/51872659
http://blog.csdn.net/gatieme/article/details/51456569
31.x86架构操作系统内核的实现
32.如何从零开始写一个简单的操作系统?
https://www.zhihu.com/question/25628124
33.Linux资源下载
https://www.yunpanxia.com/so/LINUX
34.自己动手做聊天机器人
https://github.com/warmheartli/ChatBotCourse
http://bitmath.org/code/mtdev/
36.大话Linux内核中锁机制之原子操作、自旋锁
http://blog.sina.com.cn/s/blog_6d7fa49b01014q7p.html
大话Linux内核中锁机制之内存屏障、读写自旋锁及顺序锁
http://blog.sina.com.cn/s/blog_6d7fa49b01014q86.html
37.不错的机器学习网址
http://hacker.duanshishi.com/?p=1800
38.potplayer 不错的播放器
http://potplayer.daum.net/?lang=zh_CN
射手影音
39.深入淺出 Hello World
理解 Linux 上運作 Hello World 的種種機制
Jim Huang ( 黃敬群 /”jserv”)
Website: http://jserv.sayya.org/
Blog: http://blog.linux.org.tw/jserv/
40. 代码demo的网址
41.魅族内核团队网址
42.不错的博客
http://blog.csdn.net/DroidPhone/article/category/1311863
43.Linux内核之旅