學習收集:
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