优秀资源链接

学习收集:
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.html

2.上面的只是下面这个总文档的一部分(适合系统管理维护)
https://www.centos.org/docs/5/html/5.2/Deployment_Guide/

3.ZS推荐的蜗窝科技:(巨好,多,全)
http://www.wowotech.net/linux_application/kernel_debug_enable.html

4.内核文档和example代码:

linux\samples

5.内核官网文档

https://01.org/linuxgraphics/gfx-docs/drm/admin-guide/index.html

6. libdrm优秀demo
https://www.cnblogs.com/super119/archive/2013/01/04/2844431.html

7. Linux内核WIFI官网:

https://wireless.wiki.kernel.org/welcome

8.Linux内核man文档:

https://www.kernel.org/doc/man-pages/

https://www.kernel.org/doc/

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源码下载

ftp://ftp.denx.de/pub/u-boot/

15. Android 源码阅读

http://androidxref.com/

16. Android开源Source: https://source.android.google.cn/devices/architecture/dto/partitions

17. 高通官网: https://createpoint.qti.qualcomm.com/dashboard/public/productkit#public/product-kit/search


工作链接:

 

同事推荐:
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.html
Android的init过程(二):初始化语言(init.rc)解析:http://www.cnblogs.com/nokiaguy/p/3164799.html

 

你可能感兴趣的:(优秀资源链接)