学习收集:
1.linux下/proc下的全部文件解析
Chapter 3. The proc File System: https://www.centos.org/docs/5/html/5.2/Deployment_Guide/ch-proc.html
https://www.centos.org/docs/5/html/5.2/Deployment_Guide/s2-proc-iomem.htmlhtml
2.上面的只是下面这个总文档的一部分(适合系统管理维护)
https://www.centos.org/docs/5/html/5.2/Deployment_Guide/linux
3.ZS推荐的蜗窝科技:(巨好,多,全)
http://www.wowotech.net/linux_application/kernel_debug_enable.htmlandroid
4.内核文档和example代码:git
linux\samplesgithub
5.内核官网文档centos
https://01.org/linuxgraphics/gfx-docs/drm/admin-guide/index.htmlapi
6. libdrm优秀demo
https://www.cnblogs.com/super119/archive/2013/01/04/2844431.html网络
7. Linux内核WIFI官网:app
https://wireless.wiki.kernel.org/welcomeless
8.Linux内核man文档:
https://www.kernel.org/doc/man-pages/
9.蓝牙:https://blog.csdn.net/BHJ1119/article/details/53737573
10. 个人git hub:https://github.com/tytht?tab=repositories
10.Android 蓝牙软件资料: https://www.cnblogs.com/MMLoveMeMM/articles/3713474.html
11.C++官方文档:http://www.cplusplus.com/doc/tutorial/templates/
12. Linux wireless: https://wireless.wiki.kernel.org/welcome
13.Linux交叉编译工具链
https://releases.linaro.org/components/toolchain/binaries/4.9-2017.01/arm-linux-gnueabi/
14. u-boot源码下载
15. Android 源码阅读
工做连接:
同事推荐:
1.:
https://github.com/analogdevicesinc/no-OS/tree/fd231dd87735b82ec98fa9aa28bf75a805741494
Linux内核文档:
https://01.org/linuxgraphics/gfx-docs/drm/gpu/index.html
https://01.org/linuxgraphics/gfx-docs/drm/media/
https://01.org/linuxgraphics/gfx-docs/drm/media/
https://linuxtv.org/downloads/v4l-dvb-apis/
https://en.wikipedia.org/wiki/Direct_Rendering_Manager
https://01.org/linuxgraphics/gfx-docs/drm/admin-guide/index.html
网络优秀博文:
tcp/ip协议栈实现机制: https://blog.csdn.net/yasi_xi/article/details/8089426 或 https://blog.csdn.net/voipmaker/article/details/7035132
Android优秀博文:
Android的init过程详解(一):https://www.cnblogs.com/nokiaguy/archive/2013/04/14/3020774.htmlAndroid的init过程(二):初始化语言(init.rc)解析:http://www.cnblogs.com/nokiaguy/p/3164799.html