├── .gitignore ├── Farsight ├── 04.文件IO │ ├── 01.文件IO │ │ ├── 1.第一天 │ │ │ ├── 1.标准IO库.org │ │ │ └── 2.标准IO │ │ │ │ ├── 1.向一个文件里写时间.c │ │ │ │ ├── 2.掌握缓冲.c │ │ │ │ ├── 4.获取文件大小.c │ │ │ │ ├── 5.倒序打印一个文件.c │ │ │ │ ├── 6.tmpfile函数.c │ │ │ │ ├── 7.strerror函数.c │ │ │ │ ├── 8.access函数.c │ │ │ │ ├── test.txt │ │ │ │ ├── test1.c │ │ │ │ └── test2.c │ │ ├── 2.第二天 │ │ │ ├── 1.系统调用之文件IO.org │ │ │ ├── 2.文件IO │ │ │ │ ├── 1.键盘.c │ │ │ │ ├── 2.实现copy程序.c │ │ │ │ ├── 3.文件目录操作编程.c │ │ │ │ ├── 4.文件锁 │ │ │ │ │ ├── 1.lock_write_set.c │ │ │ │ │ └── 2.lock_read_set.c │ │ │ │ └── 5.文件锁 │ │ │ │ │ └── 1.set_write_lock.c │ │ │ └── 3.文件和目录.org │ │ └── test.c │ ├── 02.进程通信方法 │ │ └── 03.linux进程通信方法.org │ ├── 03.进程 │ │ ├── 1.第三天 │ │ │ ├── 0.进程.org │ │ │ ├── 1.创建进程.c │ │ │ ├── 10.创建一个不被退出的守护进程.c │ │ │ ├── 2.创建子进程.c │ │ │ ├── 3.观看僵死进程.c │ │ │ ├── 4.waitpid用法.c │ │ │ ├── 5.execl族函数.c │ │ │ ├── 6.制作gcc编译工具.c │ │ │ ├── 7.创建守护进程.c │ │ │ ├── 8.fork面试题.c │ │ │ └── 9.创建守护进程.c │ │ ├── 2.第四天 │ │ │ ├── 1.多线程.org │ │ │ ├── 2.创建线程.c │ │ │ ├── 3.线程参数传递.c │ │ │ ├── 4.线程多参数传递.c │ │ │ ├── 5.综合实例.c │ │ │ ├── 6.线程求婚.c │ │ │ ├── 7.线程分离.c │ │ │ ├── 8.互诉锁交替打印.c │ │ │ └── 9.pthread_cond_wait.c │ │ ├── 3.第五天 │ │ │ ├── 01.线程信号量.org │ │ │ ├── 02.信号量交替打印.c │ │ │ ├── 03.创建无名管道.c │ │ │ ├── 04.测试无名管道大小.c │ │ │ ├── 05.无名管道示例.c │ │ │ ├── 06.无名管道示例.c │ │ │ ├── 07.无名管道设置ip地址.c │ │ │ ├── 08.创建有名管道.c │ │ │ ├── 09.有名管道历程 │ │ │ │ ├── 1.读写进程中的有名管道.c │ │ │ │ ├── 2.B.c │ │ │ │ ├── a │ │ │ │ └── b │ │ │ ├── 10.改造9实验 │ │ │ │ ├── 1.A.c │ │ │ │ ├── 2.B.c │ │ │ │ ├── a │ │ │ │ └── b │ │ │ ├── 11.信号量.c │ │ │ ├── 12.alarm.c │ │ │ └── 13.有名管道实例 │ │ │ │ ├── 1.a.c │ │ │ │ ├── 2.b.c │ │ │ │ ├── aa │ │ │ │ └── bb │ │ └── 4.第六天 │ │ │ ├── 1.进程间通信.org │ │ │ └── 2.代码 │ │ │ ├── 1.定时器实现每秒打印东西.c │ │ │ ├── 2.示例1的改进.c │ │ │ ├── 3.共享内存 │ │ │ ├── 1.a.c │ │ │ └── 2.俩进程实例 │ │ │ │ ├── 1.a.c │ │ │ │ ├── 2.b.c │ │ │ │ ├── aa │ │ │ │ └── bb │ │ │ ├── 4.消息队列 │ │ │ ├── 1.a.c │ │ │ └── 2.b.c │ │ │ ├── 5.消息队列 │ │ │ ├── 1.a.c │ │ │ ├── 2.b.c │ │ │ ├── aa │ │ │ └── bb │ │ │ └── 6.信号量 │ │ │ └── 1.信号量.c │ └── 7.文件IO编程资料.tar.xz ├── 06.ArmCode │ ├── .metadata │ │ ├── .lock │ │ ├── .log │ │ ├── .mylyn │ │ │ └── repositories.xml.zip │ │ ├── .plugins │ │ │ ├── org.eclipse.cdt.core │ │ │ │ └── .log │ │ │ ├── org.eclipse.cdt.make.core │ │ │ │ ├── specs.c │ │ │ │ └── specs.cpp │ │ │ ├── org.eclipse.core.resources │ │ │ │ ├── .root │ │ │ │ │ ├── .indexes │ │ │ │ │ │ ├── history.version │ │ │ │ │ │ ├── properties.index │ │ │ │ │ │ └── properties.version │ │ │ │ │ └── 1.tree │ │ │ │ └── .safetable │ │ │ │ │ └── org.eclipse.core.resources │ │ │ ├── org.eclipse.core.runtime │ │ │ │ └── .settings │ │ │ │ │ ├── org.eclipse.cdt.ui.prefs │ │ │ │ │ ├── org.eclipse.core.resources.prefs │ │ │ │ │ ├── org.eclipse.epp.logging.aeri.ide.prefs │ │ │ │ │ ├── org.eclipse.mylyn.context.core.prefs │ │ │ │ │ ├── org.eclipse.mylyn.monitor.ui.prefs │ │ │ │ │ ├── org.eclipse.mylyn.tasks.ui.prefs │ │ │ │ │ ├── org.eclipse.rse.core.prefs │ │ │ │ │ ├── org.eclipse.rse.ui.prefs │ │ │ │ │ ├── org.eclipse.team.ui.prefs │ │ │ │ │ ├── org.eclipse.ui.ide.prefs │ │ │ │ │ ├── org.eclipse.ui.prefs │ │ │ │ │ └── org.eclipse.ui.workbench.prefs │ │ │ ├── org.eclipse.e4.workbench │ │ │ │ └── workbench.xmi │ │ │ ├── org.eclipse.epp.logging.aeri.ide │ │ │ │ └── org.eclipse.epp.logging.aeri.ide.server │ │ │ │ │ ├── local-history │ │ │ │ │ ├── _0.fdt │ │ │ │ │ ├── _0.fdx │ │ │ │ │ ├── _0.fnm │ │ │ │ │ ├── _0.frq │ │ │ │ │ ├── _0.nrm │ │ │ │ │ ├── _0.tii │ │ │ │ │ ├── _0.tis │ │ │ │ │ ├── segments.gen │ │ │ │ │ ├── segments_1 │ │ │ │ │ └── write.lock │ │ │ │ │ └── remote-history │ │ │ │ │ ├── _0.fdt │ │ │ │ │ ├── _0.fdx │ │ │ │ │ ├── _0.fnm │ │ │ │ │ ├── _0.frq │ │ │ │ │ ├── _0.nrm │ │ │ │ │ ├── _0.tii │ │ │ │ │ ├── _0.tis │ │ │ │ │ ├── segments.gen │ │ │ │ │ └── segments_1 │ │ │ ├── org.eclipse.linuxtools.cdt.libhover │ │ │ │ └── C │ │ │ │ │ ├── devhelp.libhover │ │ │ │ │ └── glibc_library.libhover │ │ │ ├── org.eclipse.oomph.setup │ │ │ │ └── workspace.setup │ │ │ ├── org.eclipse.rse.core │ │ │ │ ├── .log │ │ │ │ ├── initializerMarks │ │ │ │ │ └── org.eclipse.rse.internal.core.RSELocalConnectionInitializer.mark │ │ │ │ └── profiles │ │ │ │ │ └── PRF.wildbook_0 │ │ │ │ │ ├── FP.local.files_0 │ │ │ │ │ └── node.properties │ │ │ │ │ ├── H.local_16 │ │ │ │ │ └── node.properties │ │ │ │ │ └── node.properties │ │ │ ├── org.eclipse.rse.ui │ │ │ │ └── .log │ │ │ ├── org.eclipse.ui.intro │ │ │ │ └── introstate │ │ │ └── org.eclipse.ui.workbench │ │ │ │ ├── dialog_settings.xml │ │ │ │ └── workingsets.xml │ │ └── version.ini │ ├── 2.第二天 │ │ ├── demo1 ARM v4版本指令集的环境搭建DEMO │ │ │ ├── demo1.axf │ │ │ ├── demo1.htm │ │ │ ├── demo1.lnp │ │ │ ├── demo1.map │ │ │ ├── demo1.plg │ │ │ ├── demo1.tra │ │ │ ├── demo1.uvgui.wildbooks │ │ │ ├── demo1.uvgui_wildbooks.bak │ │ │ ├── demo1.uvopt │ │ │ ├── demo1.uvproj │ │ │ ├── demo1_Target 1.dep │ │ │ ├── demo1_uvopt.bak │ │ │ ├── demo1_uvproj.bak │ │ │ ├── start.d │ │ │ ├── start.lst │ │ │ ├── start.o │ │ │ └── start.s │ │ ├── demo2 MOV MVN 指令使用及第二操作数的理解 │ │ │ ├── demo2.axf │ │ │ ├── demo2.htm │ │ │ ├── demo2.lnp │ │ │ ├── demo2.map │ │ │ ├── demo2.plg │ │ │ ├── demo2.tra │ │ │ ├── demo2.uvopt │ │ │ ├── demo2.uvproj │ │ │ ├── demo2_Target 1.dep │ │ │ ├── demo2_uvopt.bak │ │ │ ├── demo2_uvproj.bak │ │ │ ├── start.d │ │ │ ├── start.lst │ │ │ ├── start.o │ │ │ └── start.s │ │ ├── demo3 数据处理指令的基本应用 │ │ │ ├── demo3.axf │ │ │ ├── demo3.htm │ │ │ ├── demo3.lnp │ │ │ ├── demo3.map │ │ │ ├── demo3.plg │ │ │ ├── demo3.tra │ │ │ ├── demo3.uvopt │ │ │ ├── demo3.uvproj │ │ │ ├── demo3_Target 1.dep │ │ │ ├── demo3_uvopt.bak │ │ │ ├── demo3_uvproj.bak │ │ │ ├── start.d │ │ │ ├── start.lst │ │ │ ├── start.o │ │ │ └── start.s │ │ ├── demo4 数据运算指令的比较指令和条件执行 │ │ │ ├── demo4.axf │ │ │ ├── demo4.htm │ │ │ ├── demo4.lnp │ │ │ ├── demo4.map │ │ │ ├── demo4.plg │ │ │ ├── demo4.tra │ │ │ ├── demo4.uvopt │ │ │ ├── demo4.uvproj │ │ │ ├── demo4_Target 1.dep │ │ │ ├── demo4_uvopt.bak │ │ │ ├── demo4_uvproj.bak │ │ │ ├── start.d │ │ │ ├── start.lst │ │ │ ├── start.o │ │ │ └── start.s │ │ └── demo5 b指令 │ │ │ ├── demo5.axf │ │ │ ├── demo5.htm │ │ │ ├── demo5.lnp │ │ │ ├── demo5.map │ │ │ ├── demo5.plg │ │ │ ├── demo5.tra │ │ │ ├── demo5.uvopt │ │ │ ├── demo5.uvproj │ │ │ ├── demo5_Target 1.dep │ │ │ ├── demo5_uvopt.bak │ │ │ ├── demo5_uvproj.bak │ │ │ ├── start.d │ │ │ ├── start.lst │ │ │ ├── start.o │ │ │ └── start.s │ ├── 3.第三天 │ │ ├── 1 │ │ │ ├── test.d │ │ │ ├── test.lnp │ │ │ ├── test.lst │ │ │ ├── test.map │ │ │ ├── test.o │ │ │ ├── test.plg │ │ │ ├── test.s │ │ │ ├── test.sct │ │ │ ├── test.tra │ │ │ ├── test.uvgui.wildbooks │ │ │ ├── test.uvgui_wildbooks.bak │ │ │ ├── test.uvopt │ │ │ ├── test.uvproj │ │ │ ├── test_Target 1.dep │ │ │ ├── test_uvopt.bak │ │ │ └── test_uvproj.bak │ │ ├── 1.汇编.org │ │ └── arm前三天实验课备课(终稿).docx │ ├── 4.裸机程序 │ │ ├── 1.课堂代码 │ │ │ ├── 1.LED_GPIO │ │ │ │ ├── Exynos4412.init │ │ │ │ ├── Makefile │ │ │ │ ├── common │ │ │ │ │ ├── include │ │ │ │ │ │ ├── ctype.h │ │ │ │ │ │ ├── exynos_4412.h │ │ │ │ │ │ ├── stdarg.h │ │ │ │ │ │ └── uart.h │ │ │ │ │ └── src │ │ │ │ │ │ ├── _udivsi3.S │ │ │ │ │ │ ├── _umodsi3.S │ │ │ │ │ │ ├── printf.c │ │ │ │ │ │ └── uart.c │ │ │ │ ├── main.c │ │ │ │ ├── map.lds │ │ │ │ └── start │ │ │ │ │ └── start.S │ │ │ ├── 11.I2C │ │ │ │ ├── .cproject │ │ │ │ ├── .project │ │ │ │ ├── Exynos4412.init │ │ │ │ ├── Makefile │ │ │ │ ├── common │ │ │ │ │ ├── include │ │ │ │ │ │ ├── ctype.h │ │ │ │ │ │ ├── exynos_4412.h │ │ │ │ │ │ ├── stdarg.h │ │ │ │ │ │ └── uart.h │ │ │ │ │ └── src │ │ │ │ │ │ ├── _udivsi3.S │ │ │ │ │ │ ├── _udivsi3.o │ │ │ │ │ │ ├── _umodsi3.S │ │ │ │ │ │ ├── _umodsi3.o │ │ │ │ │ │ ├── main.o │ │ │ │ │ │ ├── printf.c │ │ │ │ │ │ ├── printf.o │ │ │ │ │ │ ├── uart.c │ │ │ │ │ │ └── uart.o │ │ │ │ ├── iic_mpu6050.c │ │ │ │ ├── main.c │ │ │ │ ├── main.c.bak │ │ │ │ ├── map.lds │ │ │ │ └── start │ │ │ │ │ ├── start.S │ │ │ │ │ └── start.o │ │ │ ├── 2.Key-加了测试内联汇编,调用汇编,消抖 │ │ │ │ ├── .cproject │ │ │ │ ├── .project │ │ │ │ ├── Exynos4412.init │ │ │ │ ├── Key_interrupt.bin │ │ │ │ ├── Key_interrupt.dis │ │ │ │ ├── Key_interrupt.elf │ │ │ │ ├── Makefile │ │ │ │ ├── common │ │ │ │ │ ├── include │ │ │ │ │ │ ├── ctype.h │ │ │ │ │ │ ├── exynos_4412.h │ │ │ │ │ │ ├── stdarg.h │ │ │ │ │ │ └── uart.h │ │ │ │ │ └── src │ │ │ │ │ │ ├── _udivsi3.S │ │ │ │ │ │ ├── _udivsi3.o │ │ │ │ │ │ ├── _umodsi3.S │ │ │ │ │ │ ├── _umodsi3.o │ │ │ │ │ │ ├── main.o │ │ │ │ │ │ ├── mystrcopy_s.S │ │ │ │ │ │ ├── mystrcopy_s.o │ │ │ │ │ │ ├── printf.c │ │ │ │ │ │ ├── printf.o │ │ │ │ │ │ ├── uart.c │ │ │ │ │ │ └── uart.o │ │ │ │ ├── main.c │ │ │ │ ├── main.o │ │ │ │ ├── map.lds │ │ │ │ └── start │ │ │ │ │ ├── start.S │ │ │ │ │ └── start.o │ │ │ ├── 3.Buzzer_PWM │ │ │ │ ├── .cproject │ │ │ │ ├── .project │ │ │ │ ├── Exynos4412.init │ │ │ │ ├── Makefile │ │ │ │ ├── buzzer_pwm.bin │ │ │ │ ├── buzzer_pwm.dis │ │ │ │ ├── buzzer_pwm.elf │ │ │ │ ├── common │ │ │ │ │ ├── include │ │ │ │ │ │ ├── ctype.h │ │ │ │ │ │ ├── exynos_4412.h │ │ │ │ │ │ ├── stdarg.h │ │ │ │ │ │ └── uart.h │ │ │ │ │ └── src │ │ │ │ │ │ ├── _udivsi3.S │ │ │ │ │ │ ├── _udivsi3.o │ │ │ │ │ │ ├── _umodsi3.S │ │ │ │ │ │ ├── _umodsi3.o │ │ │ │ │ │ ├── main.o │ │ │ │ │ │ ├── printf.c │ │ │ │ │ │ ├── printf.o │ │ │ │ │ │ ├── uart.c │ │ │ │ │ │ └── uart.o │ │ │ │ ├── main.c │ │ │ │ ├── main.c.bak │ │ │ │ ├── main.o │ │ │ │ ├── map.lds │ │ │ │ └── start │ │ │ │ │ ├── start.S │ │ │ │ │ └── start.o │ │ │ ├── 4.UART │ │ │ │ ├── .cproject │ │ │ │ ├── .project │ │ │ │ ├── Exynos4412.init │ │ │ │ ├── Makefile │ │ │ │ ├── common │ │ │ │ │ ├── include │ │ │ │ │ │ ├── 4412_clock.h │ │ │ │ │ │ ├── ctype.h │ │ │ │ │ │ ├── exynos_4412.h │ │ │ │ │ │ └── stdarg.h │ │ │ │ │ └── src │ │ │ │ │ │ ├── _udivsi3.S │ │ │ │ │ │ ├── _umodsi3.S │ │ │ │ │ │ └── printf.c │ │ │ │ ├── main.c │ │ │ │ ├── map.lds │ │ │ │ └── start │ │ │ │ │ └── start.S │ │ │ ├── 5.Alarm_RTC │ │ │ │ ├── .cproject │ │ │ │ ├── .project │ │ │ │ ├── Exynos4412.init │ │ │ │ ├── Makefile │ │ │ │ ├── alarm_rtc.bin │ │ │ │ ├── alarm_rtc.dis │ │ │ │ ├── alarm_rtc.elf │ │ │ │ ├── common │ │ │ │ │ ├── include │ │ │ │ │ │ ├── ctype.h │ │ │ │ │ │ ├── exynos_4412.h │ │ │ │ │ │ ├── stdarg.h │ │ │ │ │ │ └── uart.h │ │ │ │ │ └── src │ │ │ │ │ │ ├── _udivsi3.S │ │ │ │ │ │ ├── _udivsi3.o │ │ │ │ │ │ ├── _umodsi3.S │ │ │ │ │ │ ├── _umodsi3.o │ │ │ │ │ │ ├── main.o │ │ │ │ │ │ ├── printf.c │ │ │ │ │ │ ├── printf.o │ │ │ │ │ │ ├── uart.c │ │ │ │ │ │ └── uart.o │ │ │ │ ├── main.c │ │ │ │ ├── main.o │ │ │ │ ├── map.lds │ │ │ │ └── start │ │ │ │ │ ├── lowlevel_init.o │ │ │ │ │ ├── start.S │ │ │ │ │ └── start.o │ │ │ ├── 5.RTC │ │ │ │ ├── .cproject │ │ │ │ ├── .project │ │ │ │ ├── Exynos4412.init │ │ │ │ ├── Makefile │ │ │ │ ├── common │ │ │ │ │ ├── include │ │ │ │ │ │ ├── ctype.h │ │ │ │ │ │ ├── exynos_4412.h │ │ │ │ │ │ ├── stdarg.h │ │ │ │ │ │ └── uart.h │ │ │ │ │ └── src │ │ │ │ │ │ ├── _udivsi3.S │ │ │ │ │ │ ├── _udivsi3.o │ │ │ │ │ │ ├── _umodsi3.S │ │ │ │ │ │ ├── _umodsi3.o │ │ │ │ │ │ ├── printf.c │ │ │ │ │ │ ├── printf.o │ │ │ │ │ │ ├── uart.c │ │ │ │ │ │ └── uart.o │ │ │ │ ├── main.c │ │ │ │ ├── main.o │ │ │ │ ├── map.lds │ │ │ │ ├── rtc.bin │ │ │ │ ├── rtc.dis │ │ │ │ ├── rtc.elf │ │ │ │ └── start │ │ │ │ │ ├── start.S │ │ │ │ │ └── start.o │ │ │ ├── 6.ADC │ │ │ │ ├── .cproject │ │ │ │ ├── .project │ │ │ │ ├── A9_adc.bak │ │ │ │ ├── Exynos4412.init │ │ │ │ ├── Makefile │ │ │ │ ├── common │ │ │ │ │ ├── include │ │ │ │ │ │ ├── 4412_clock.h │ │ │ │ │ │ ├── ctype.h │ │ │ │ │ │ ├── exynos_4412.h │ │ │ │ │ │ ├── stdarg.h │ │ │ │ │ │ └── uart.h │ │ │ │ │ └── src │ │ │ │ │ │ ├── _udivsi3.S │ │ │ │ │ │ ├── _umodsi3.S │ │ │ │ │ │ ├── main.o │ │ │ │ │ │ ├── printf.c │ │ │ │ │ │ └── uart.c │ │ │ │ ├── main.c │ │ │ │ ├── map.lds │ │ │ │ └── start │ │ │ │ │ ├── lowlevel_init.o │ │ │ │ │ └── start.S │ │ │ ├── 7.ADC_INT │ │ │ │ ├── A9_adc.bak │ │ │ │ ├── Exynos4412.init │ │ │ │ ├── Makefile │ │ │ │ ├── common │ │ │ │ │ ├── include │ │ │ │ │ │ ├── ctype.h │ │ │ │ │ │ ├── exynos_4412.h │ │ │ │ │ │ ├── stdarg.h │ │ │ │ │ │ └── uart.h │ │ │ │ │ └── src │ │ │ │ │ │ ├── _udivsi3.S │ │ │ │ │ │ ├── _umodsi3.S │ │ │ │ │ │ ├── main.o │ │ │ │ │ │ ├── printf.c │ │ │ │ │ │ └── uart.c │ │ │ │ ├── main.c │ │ │ │ ├── map.lds │ │ │ │ └── start │ │ │ │ │ └── start.S │ │ │ └── shiyan │ │ │ │ ├── 1.LED │ │ │ │ ├── 1.LED_GPIO │ │ │ │ │ ├── .cproject │ │ │ │ │ ├── .project │ │ │ │ │ ├── Exynos4412.init │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── common │ │ │ │ │ │ ├── include │ │ │ │ │ │ │ ├── ctype.h │ │ │ │ │ │ │ ├── exynos_4412.h │ │ │ │ │ │ │ ├── stdarg.h │ │ │ │ │ │ │ └── uart.h │ │ │ │ │ │ └── src │ │ │ │ │ │ │ ├── _udivsi3.S │ │ │ │ │ │ │ ├── _umodsi3.S │ │ │ │ │ │ │ ├── main.o │ │ │ │ │ │ │ ├── printf.c │ │ │ │ │ │ │ └── uart.c │ │ │ │ │ ├── main.c │ │ │ │ │ ├── main.c.bak │ │ │ │ │ ├── map.lds │ │ │ │ │ └── start │ │ │ │ │ │ └── start.S │ │ │ │ ├── asm_c(汇编调用c) │ │ │ │ │ ├── .cproject │ │ │ │ │ ├── .project │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── asm_c.bin │ │ │ │ │ ├── asm_c.dis │ │ │ │ │ ├── asm_c.elf │ │ │ │ │ ├── led_main.c │ │ │ │ │ ├── led_main.o │ │ │ │ │ ├── map.lds │ │ │ │ │ ├── start.o │ │ │ │ │ └── start.s │ │ │ │ └── asm_led │ │ │ │ │ ├── .cproject │ │ │ │ │ ├── .project │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── map.lds │ │ │ │ │ ├── start.o │ │ │ │ │ ├── start.s │ │ │ │ │ ├── test.bin │ │ │ │ │ ├── test.dis │ │ │ │ │ └── test.elf │ │ │ │ ├── 11.I2C │ │ │ │ ├── .cproject │ │ │ │ ├── .project │ │ │ │ ├── Exynos4412.init │ │ │ │ ├── Makefile │ │ │ │ ├── common │ │ │ │ │ ├── include │ │ │ │ │ │ ├── ctype.h │ │ │ │ │ │ ├── exynos_4412.h │ │ │ │ │ │ ├── stdarg.h │ │ │ │ │ │ └── uart.h │ │ │ │ │ └── src │ │ │ │ │ │ ├── _udivsi3.S │ │ │ │ │ │ ├── _udivsi3.o │ │ │ │ │ │ ├── _umodsi3.S │ │ │ │ │ │ ├── _umodsi3.o │ │ │ │ │ │ ├── main.o │ │ │ │ │ │ ├── printf.c │ │ │ │ │ │ ├── printf.o │ │ │ │ │ │ ├── uart.c │ │ │ │ │ │ └── uart.o │ │ │ │ ├── i2c.bin │ │ │ │ ├── i2c.dis │ │ │ │ ├── i2c.elf │ │ │ │ ├── iic_mpu6050.c │ │ │ │ ├── main.c │ │ │ │ ├── main.c.bak │ │ │ │ ├── main.o │ │ │ │ ├── map.lds │ │ │ │ └── start │ │ │ │ │ ├── start.S │ │ │ │ │ └── start.o │ │ │ │ ├── 12.SPI │ │ │ │ ├── .cproject │ │ │ │ ├── .project │ │ │ │ ├── Exynos4412.init │ │ │ │ ├── Makefile │ │ │ │ ├── common │ │ │ │ │ ├── include │ │ │ │ │ │ ├── 4412_clock.h │ │ │ │ │ │ ├── ctype.h │ │ │ │ │ │ ├── exynos_4412.h │ │ │ │ │ │ ├── mcp2515.h │ │ │ │ │ │ ├── stdarg.h │ │ │ │ │ │ └── uart.h │ │ │ │ │ └── src │ │ │ │ │ │ ├── _udivsi3.S │ │ │ │ │ │ ├── _udivsi3.o │ │ │ │ │ │ ├── _umodsi3.S │ │ │ │ │ │ ├── _umodsi3.o │ │ │ │ │ │ ├── main.o │ │ │ │ │ │ ├── printf.c │ │ │ │ │ │ ├── printf.o │ │ │ │ │ │ ├── uart.c │ │ │ │ │ │ └── uart.o │ │ │ │ ├── map.lds │ │ │ │ ├── spi.bin │ │ │ │ ├── spi.dis │ │ │ │ ├── spi.elf │ │ │ │ ├── start │ │ │ │ │ ├── lowlevel_init.S │ │ │ │ │ ├── lowlevel_init.o │ │ │ │ │ ├── start.S │ │ │ │ │ └── start.o │ │ │ │ └── usr │ │ │ │ │ ├── main.c │ │ │ │ │ ├── main.o │ │ │ │ │ ├── mcp2515.c │ │ │ │ │ └── mcp2515.o │ │ │ │ ├── 13.SPI_CAN │ │ │ │ ├── .cproject │ │ │ │ ├── .project │ │ │ │ ├── A9_spi.bin │ │ │ │ ├── A9_spi.dis │ │ │ │ ├── A9_spi.elf │ │ │ │ ├── Exynos4412.init │ │ │ │ ├── Makefile │ │ │ │ ├── common │ │ │ │ │ ├── include │ │ │ │ │ │ ├── 4412_clock.h │ │ │ │ │ │ ├── ctype.h │ │ │ │ │ │ ├── exynos_4412.h │ │ │ │ │ │ ├── mcp2515.h │ │ │ │ │ │ ├── stdarg.h │ │ │ │ │ │ └── uart.h │ │ │ │ │ └── src │ │ │ │ │ │ ├── _udivsi3.S │ │ │ │ │ │ ├── _udivsi3.o │ │ │ │ │ │ ├── _umodsi3.S │ │ │ │ │ │ ├── _umodsi3.o │ │ │ │ │ │ ├── main.o │ │ │ │ │ │ ├── printf.c │ │ │ │ │ │ ├── printf.o │ │ │ │ │ │ ├── uart.c │ │ │ │ │ │ └── uart.o │ │ │ │ ├── map.lds │ │ │ │ ├── spi.c.bak │ │ │ │ ├── start │ │ │ │ │ ├── lowlevel_init.S │ │ │ │ │ ├── lowlevel_init.o │ │ │ │ │ ├── start.S │ │ │ │ │ └── start.o │ │ │ │ └── usr │ │ │ │ │ ├── main.c │ │ │ │ │ ├── main.o │ │ │ │ │ ├── mcp2515.c │ │ │ │ │ └── mcp2515.o │ │ │ │ ├── 14.temperature │ │ │ │ ├── .cproject │ │ │ │ ├── .project │ │ │ │ ├── Exynos4412.init │ │ │ │ ├── Makefile │ │ │ │ ├── common │ │ │ │ │ ├── include │ │ │ │ │ │ ├── ctype.h │ │ │ │ │ │ ├── exynos_4412.h │ │ │ │ │ │ ├── stdarg.h │ │ │ │ │ │ └── uart.h │ │ │ │ │ └── src │ │ │ │ │ │ ├── _udivsi3.S │ │ │ │ │ │ ├── _udivsi3.o │ │ │ │ │ │ ├── _umodsi3.S │ │ │ │ │ │ ├── _umodsi3.o │ │ │ │ │ │ ├── main.o │ │ │ │ │ │ ├── printf.c │ │ │ │ │ │ ├── printf.o │ │ │ │ │ │ ├── uart.c │ │ │ │ │ │ └── uart.o │ │ │ │ ├── main.c │ │ │ │ ├── main.o │ │ │ │ ├── map.lds │ │ │ │ ├── start │ │ │ │ │ ├── start.S │ │ │ │ │ └── start.o │ │ │ │ ├── temperature.bin │ │ │ │ ├── temperature.dis │ │ │ │ └── temperature.elf │ │ │ │ ├── 2.Key_Int │ │ │ │ ├── .cproject │ │ │ │ ├── .project │ │ │ │ ├── Exynos4412.init │ │ │ │ ├── Key_interrupt.bin │ │ │ │ ├── Key_interrupt.dis │ │ │ │ ├── Key_interrupt.elf │ │ │ │ ├── Makefile │ │ │ │ ├── common │ │ │ │ │ ├── include │ │ │ │ │ │ ├── ctype.h │ │ │ │ │ │ ├── exynos_4412.h │ │ │ │ │ │ ├── stdarg.h │ │ │ │ │ │ └── uart.h │ │ │ │ │ └── src │ │ │ │ │ │ ├── _udivsi3.S │ │ │ │ │ │ ├── _udivsi3.o │ │ │ │ │ │ ├── _umodsi3.S │ │ │ │ │ │ ├── _umodsi3.o │ │ │ │ │ │ ├── main.o │ │ │ │ │ │ ├── printf.c │ │ │ │ │ │ ├── printf.o │ │ │ │ │ │ ├── uart.c │ │ │ │ │ │ └── uart.o │ │ │ │ ├── main.c │ │ │ │ ├── main.o │ │ │ │ ├── map.lds │ │ │ │ └── start │ │ │ │ │ ├── start.S │ │ │ │ │ └── start.o │ │ │ │ ├── 3.Buzzer_PWM │ │ │ │ ├── .cproject │ │ │ │ ├── .project │ │ │ │ ├── Exynos4412.init │ │ │ │ ├── Makefile │ │ │ │ ├── buzzer_pwm.bin │ │ │ │ ├── buzzer_pwm.dis │ │ │ │ ├── buzzer_pwm.elf │ │ │ │ ├── common │ │ │ │ │ ├── include │ │ │ │ │ │ ├── ctype.h │ │ │ │ │ │ ├── exynos_4412.h │ │ │ │ │ │ ├── stdarg.h │ │ │ │ │ │ └── uart.h │ │ │ │ │ └── src │ │ │ │ │ │ ├── _udivsi3.S │ │ │ │ │ │ ├── _udivsi3.o │ │ │ │ │ │ ├── _umodsi3.S │ │ │ │ │ │ ├── _umodsi3.o │ │ │ │ │ │ ├── main.o │ │ │ │ │ │ ├── printf.c │ │ │ │ │ │ ├── printf.o │ │ │ │ │ │ ├── uart.c │ │ │ │ │ │ └── uart.o │ │ │ │ ├── main.c │ │ │ │ ├── main.c.bak │ │ │ │ ├── main.o │ │ │ │ ├── map.lds │ │ │ │ └── start │ │ │ │ │ ├── start.S │ │ │ │ │ └── start.o │ │ │ │ ├── 4.WDT_INT │ │ │ │ ├── .cproject │ │ │ │ ├── .project │ │ │ │ ├── Exynos4412.init │ │ │ │ ├── Makefile │ │ │ │ ├── common │ │ │ │ │ ├── include │ │ │ │ │ │ ├── ctype.h │ │ │ │ │ │ ├── exynos_4412.h │ │ │ │ │ │ ├── stdarg.h │ │ │ │ │ │ └── uart.h │ │ │ │ │ └── src │ │ │ │ │ │ ├── _udivsi3.S │ │ │ │ │ │ ├── _udivsi3.o │ │ │ │ │ │ ├── _umodsi3.S │ │ │ │ │ │ ├── _umodsi3.o │ │ │ │ │ │ ├── main.o │ │ │ │ │ │ ├── printf.c │ │ │ │ │ │ ├── printf.o │ │ │ │ │ │ ├── uart.c │ │ │ │ │ │ └── uart.o │ │ │ │ ├── main.c │ │ │ │ ├── main.o │ │ │ │ ├── map.lds │ │ │ │ ├── start │ │ │ │ │ ├── start.S │ │ │ │ │ └── start.o │ │ │ │ ├── wdt_int.bin │ │ │ │ ├── wdt_int.dis │ │ │ │ └── wdt_int.elf │ │ │ │ ├── 4.WDT_RESET │ │ │ │ ├── .cproject │ │ │ │ ├── .project │ │ │ │ ├── Exynos4412.init │ │ │ │ ├── Makefile │ │ │ │ ├── common │ │ │ │ │ ├── include │ │ │ │ │ │ ├── ctype.h │ │ │ │ │ │ ├── exynos_4412.h │ │ │ │ │ │ ├── stdarg.h │ │ │ │ │ │ └── uart.h │ │ │ │ │ └── src │ │ │ │ │ │ ├── _udivsi3.S │ │ │ │ │ │ ├── _udivsi3.o │ │ │ │ │ │ ├── _umodsi3.S │ │ │ │ │ │ ├── _umodsi3.o │ │ │ │ │ │ ├── main.o │ │ │ │ │ │ ├── printf.c │ │ │ │ │ │ ├── printf.o │ │ │ │ │ │ ├── uart.c │ │ │ │ │ │ └── uart.o │ │ │ │ ├── main.c │ │ │ │ ├── main.o │ │ │ │ ├── map.lds │ │ │ │ ├── start │ │ │ │ │ ├── start.S │ │ │ │ │ └── start.o │ │ │ │ ├── wdt_reset.bin │ │ │ │ ├── wdt_reset.dis │ │ │ │ └── wdt_reset.elf │ │ │ │ ├── 5.Alarm_RTC │ │ │ │ ├── .cproject │ │ │ │ ├── .project │ │ │ │ ├── Exynos4412.init │ │ │ │ ├── Makefile │ │ │ │ ├── alarm_rtc.bin │ │ │ │ ├── alarm_rtc.dis │ │ │ │ ├── alarm_rtc.elf │ │ │ │ ├── common │ │ │ │ │ ├── include │ │ │ │ │ │ ├── ctype.h │ │ │ │ │ │ ├── exynos_4412.h │ │ │ │ │ │ ├── stdarg.h │ │ │ │ │ │ └── uart.h │ │ │ │ │ └── src │ │ │ │ │ │ ├── _udivsi3.S │ │ │ │ │ │ ├── _udivsi3.o │ │ │ │ │ │ ├── _umodsi3.S │ │ │ │ │ │ ├── _umodsi3.o │ │ │ │ │ │ ├── main.o │ │ │ │ │ │ ├── printf.c │ │ │ │ │ │ ├── printf.o │ │ │ │ │ │ ├── uart.c │ │ │ │ │ │ └── uart.o │ │ │ │ ├── main.c │ │ │ │ ├── main.o │ │ │ │ ├── map.lds │ │ │ │ └── start │ │ │ │ │ ├── lowlevel_init.o │ │ │ │ │ ├── start.S │ │ │ │ │ └── start.o │ │ │ │ ├── 5.RTC │ │ │ │ ├── .cproject │ │ │ │ ├── .project │ │ │ │ ├── Exynos4412.init │ │ │ │ ├── Makefile │ │ │ │ ├── common │ │ │ │ │ ├── include │ │ │ │ │ │ ├── ctype.h │ │ │ │ │ │ ├── exynos_4412.h │ │ │ │ │ │ ├── stdarg.h │ │ │ │ │ │ └── uart.h │ │ │ │ │ └── src │ │ │ │ │ │ ├── _udivsi3.S │ │ │ │ │ │ ├── _udivsi3.o │ │ │ │ │ │ ├── _umodsi3.S │ │ │ │ │ │ ├── _umodsi3.o │ │ │ │ │ │ ├── main.o │ │ │ │ │ │ ├── printf.c │ │ │ │ │ │ ├── printf.o │ │ │ │ │ │ ├── uart.c │ │ │ │ │ │ └── uart.o │ │ │ │ ├── main.c │ │ │ │ ├── main.o │ │ │ │ ├── map.lds │ │ │ │ ├── rtc.bin │ │ │ │ ├── rtc.dis │ │ │ │ ├── rtc.elf │ │ │ │ └── start │ │ │ │ │ ├── lowlevel_init.o │ │ │ │ │ ├── start.S │ │ │ │ │ └── start.o │ │ │ │ ├── 6.ADC │ │ │ │ ├── .cproject │ │ │ │ ├── .project │ │ │ │ ├── A9_adc.bak │ │ │ │ ├── Exynos4412.init │ │ │ │ ├── Makefile │ │ │ │ ├── adc.bin │ │ │ │ ├── adc.dis │ │ │ │ ├── adc.elf │ │ │ │ ├── common │ │ │ │ │ ├── include │ │ │ │ │ │ ├── 4412_clock.h │ │ │ │ │ │ ├── ctype.h │ │ │ │ │ │ ├── exynos_4412.h │ │ │ │ │ │ ├── stdarg.h │ │ │ │ │ │ └── uart.h │ │ │ │ │ └── src │ │ │ │ │ │ ├── _udivsi3.S │ │ │ │ │ │ ├── _udivsi3.o │ │ │ │ │ │ ├── _umodsi3.S │ │ │ │ │ │ ├── _umodsi3.o │ │ │ │ │ │ ├── main.o │ │ │ │ │ │ ├── printf.c │ │ │ │ │ │ ├── printf.o │ │ │ │ │ │ ├── uart.c │ │ │ │ │ │ └── uart.o │ │ │ │ ├── main.c │ │ │ │ ├── main.o │ │ │ │ ├── map.lds │ │ │ │ └── start │ │ │ │ │ ├── lowlevel_init.o │ │ │ │ │ ├── start.S │ │ │ │ │ └── start.o │ │ │ │ ├── 7.ADC_INT │ │ │ │ ├── .cproject │ │ │ │ ├── .project │ │ │ │ ├── A9_adc.bak │ │ │ │ ├── Exynos4412.init │ │ │ │ ├── Makefile │ │ │ │ ├── adc.bin │ │ │ │ ├── adc.dis │ │ │ │ ├── adc.elf │ │ │ │ ├── common │ │ │ │ │ ├── include │ │ │ │ │ │ ├── ctype.h │ │ │ │ │ │ ├── exynos_4412.h │ │ │ │ │ │ ├── stdarg.h │ │ │ │ │ │ └── uart.h │ │ │ │ │ └── src │ │ │ │ │ │ ├── _udivsi3.S │ │ │ │ │ │ ├── _udivsi3.o │ │ │ │ │ │ ├── _umodsi3.S │ │ │ │ │ │ ├── _umodsi3.o │ │ │ │ │ │ ├── main.o │ │ │ │ │ │ ├── printf.c │ │ │ │ │ │ ├── printf.o │ │ │ │ │ │ ├── uart.c │ │ │ │ │ │ └── uart.o │ │ │ │ ├── main.c │ │ │ │ ├── main.o │ │ │ │ ├── map.lds │ │ │ │ └── start │ │ │ │ │ ├── start.S │ │ │ │ │ └── start.o │ │ │ │ └── 8.UART │ │ │ │ ├── .cproject │ │ │ │ ├── .project │ │ │ │ ├── Exynos4412.init │ │ │ │ ├── Makefile │ │ │ │ ├── common │ │ │ │ ├── include │ │ │ │ │ ├── 4412_clock.h │ │ │ │ │ ├── ctype.h │ │ │ │ │ ├── exynos_4412.h │ │ │ │ │ └── stdarg.h │ │ │ │ └── src │ │ │ │ │ ├── _udivsi3.S │ │ │ │ │ ├── _udivsi3.o │ │ │ │ │ ├── _umodsi3.S │ │ │ │ │ ├── _umodsi3.o │ │ │ │ │ ├── main.o │ │ │ │ │ ├── printf.c │ │ │ │ │ └── printf.o │ │ │ │ ├── main.c │ │ │ │ ├── main.o │ │ │ │ ├── map.lds │ │ │ │ ├── start │ │ │ │ ├── lowlevel_init.o │ │ │ │ ├── start.S │ │ │ │ └── start.o │ │ │ │ ├── uart.bin │ │ │ │ ├── uart.dis │ │ │ │ └── uart.elf │ │ ├── 2.个人代码 │ │ │ ├── 1.led │ │ │ │ ├── .cproject │ │ │ │ ├── .project │ │ │ │ ├── Exynos4412.init │ │ │ │ ├── Makefile │ │ │ │ ├── common │ │ │ │ │ ├── include │ │ │ │ │ │ ├── ctype.h │ │ │ │ │ │ ├── exynos_4412.h │ │ │ │ │ │ ├── stdarg.h │ │ │ │ │ │ └── uart.h │ │ │ │ │ └── src │ │ │ │ │ │ ├── _udivsi3.S │ │ │ │ │ │ ├── _umodsi3.S │ │ │ │ │ │ ├── printf.c │ │ │ │ │ │ └── uart.c │ │ │ │ ├── irq.c │ │ │ │ ├── main.c │ │ │ │ ├── map.lds │ │ │ │ ├── src │ │ │ │ │ ├── led.c │ │ │ │ │ └── led.h │ │ │ │ └── start │ │ │ │ │ ├── start.S │ │ │ │ │ └── start.S_back │ │ │ ├── 2.key │ │ │ │ ├── .cproject │ │ │ │ ├── .project │ │ │ │ ├── Exynos4412.init │ │ │ │ ├── Makefile │ │ │ │ ├── common │ │ │ │ │ ├── include │ │ │ │ │ │ ├── ctype.h │ │ │ │ │ │ ├── exynos_4412.h │ │ │ │ │ │ ├── stdarg.h │ │ │ │ │ │ └── uart.h │ │ │ │ │ └── src │ │ │ │ │ │ ├── _udivsi3.S │ │ │ │ │ │ ├── _umodsi3.S │ │ │ │ │ │ ├── main.o │ │ │ │ │ │ ├── mystrcopy_s.S │ │ │ │ │ │ ├── printf.c │ │ │ │ │ │ └── uart.c │ │ │ │ ├── irq.c │ │ │ │ ├── main.c │ │ │ │ ├── map.lds │ │ │ │ ├── src │ │ │ │ │ ├── key.c │ │ │ │ │ ├── key.h │ │ │ │ │ ├── led.c │ │ │ │ │ ├── led.h │ │ │ │ │ ├── pwm.c │ │ │ │ │ └── pwm.h │ │ │ │ └── start │ │ │ │ │ └── start.S │ │ │ ├── 3.beep │ │ │ │ ├── .cproject │ │ │ │ ├── .project │ │ │ │ ├── Exynos4412.init │ │ │ │ ├── Makefile │ │ │ │ ├── common │ │ │ │ │ ├── include │ │ │ │ │ │ ├── ctype.h │ │ │ │ │ │ ├── exynos_4412.h │ │ │ │ │ │ ├── stdarg.h │ │ │ │ │ │ └── uart.h │ │ │ │ │ └── src │ │ │ │ │ │ ├── _udivsi3.S │ │ │ │ │ │ ├── _umodsi3.S │ │ │ │ │ │ ├── main.o │ │ │ │ │ │ ├── mystrcopy_s.S │ │ │ │ │ │ ├── printf.c │ │ │ │ │ │ └── uart.c │ │ │ │ ├── irq.c │ │ │ │ ├── main.c │ │ │ │ ├── map.lds │ │ │ │ ├── src │ │ │ │ │ ├── key.c │ │ │ │ │ ├── key.h │ │ │ │ │ ├── led.c │ │ │ │ │ ├── led.h │ │ │ │ │ ├── pwm.c │ │ │ │ │ └── pwm.h │ │ │ │ └── start │ │ │ │ │ └── start.S │ │ │ ├── 4.uart │ │ │ │ └── 1.uart │ │ │ │ │ ├── Exynos4412.init │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── common │ │ │ │ │ ├── include │ │ │ │ │ │ ├── ctype.h │ │ │ │ │ │ ├── exynos_4412.h │ │ │ │ │ │ ├── stdarg.h │ │ │ │ │ │ └── uart.h │ │ │ │ │ └── src │ │ │ │ │ │ ├── _udivsi3.S │ │ │ │ │ │ ├── _umodsi3.S │ │ │ │ │ │ ├── printf.c │ │ │ │ │ │ └── uart.c │ │ │ │ │ ├── irq.c │ │ │ │ │ ├── main.c │ │ │ │ │ ├── map.lds │ │ │ │ │ ├── src │ │ │ │ │ ├── key.c │ │ │ │ │ ├── key.h │ │ │ │ │ ├── led.c │ │ │ │ │ ├── led.h │ │ │ │ │ ├── pwm.c │ │ │ │ │ └── pwm.h │ │ │ │ │ └── start │ │ │ │ │ ├── start.S │ │ │ │ │ └── start.S_back │ │ │ ├── 5.adc │ │ │ │ ├── 1.adc │ │ │ │ │ ├── .cproject │ │ │ │ │ ├── .project │ │ │ │ │ ├── Exynos4412.init │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── adc.bin │ │ │ │ │ ├── adc.dis │ │ │ │ │ ├── adc.elf │ │ │ │ │ ├── common │ │ │ │ │ │ ├── include │ │ │ │ │ │ │ ├── ctype.h │ │ │ │ │ │ │ ├── exynos_4412.h │ │ │ │ │ │ │ ├── stdarg.h │ │ │ │ │ │ │ └── uart.h │ │ │ │ │ │ └── src │ │ │ │ │ │ │ ├── _udivsi3.S │ │ │ │ │ │ │ ├── _udivsi3.o │ │ │ │ │ │ │ ├── _umodsi3.S │ │ │ │ │ │ │ ├── _umodsi3.o │ │ │ │ │ │ │ ├── printf.c │ │ │ │ │ │ │ ├── printf.o │ │ │ │ │ │ │ ├── uart.c │ │ │ │ │ │ │ └── uart.o │ │ │ │ │ ├── irq.c │ │ │ │ │ ├── irq.o │ │ │ │ │ ├── main.c │ │ │ │ │ ├── main.o │ │ │ │ │ ├── map.lds │ │ │ │ │ ├── src │ │ │ │ │ │ ├── adc.c │ │ │ │ │ │ ├── adc.h │ │ │ │ │ │ ├── adc.o │ │ │ │ │ │ ├── key.c │ │ │ │ │ │ ├── key.h │ │ │ │ │ │ ├── key.o │ │ │ │ │ │ ├── led.c │ │ │ │ │ │ ├── led.h │ │ │ │ │ │ ├── led.o │ │ │ │ │ │ ├── pwm.c │ │ │ │ │ │ ├── pwm.h │ │ │ │ │ │ └── pwm.o │ │ │ │ │ └── start │ │ │ │ │ │ ├── start.S │ │ │ │ │ │ ├── start.S_back │ │ │ │ │ │ └── start.o │ │ │ │ └── 2.adc_init │ │ │ │ │ ├── .cproject │ │ │ │ │ ├── .project │ │ │ │ │ ├── Exynos4412.init │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── common │ │ │ │ │ ├── include │ │ │ │ │ │ ├── ctype.h │ │ │ │ │ │ ├── exynos_4412.h │ │ │ │ │ │ ├── stdarg.h │ │ │ │ │ │ └── uart.h │ │ │ │ │ └── src │ │ │ │ │ │ ├── _udivsi3.S │ │ │ │ │ │ ├── _umodsi3.S │ │ │ │ │ │ ├── printf.c │ │ │ │ │ │ └── uart.c │ │ │ │ │ ├── irq.c │ │ │ │ │ ├── main.c │ │ │ │ │ ├── map.lds │ │ │ │ │ ├── src │ │ │ │ │ ├── adc.c │ │ │ │ │ ├── adc.h │ │ │ │ │ ├── key.c │ │ │ │ │ ├── key.h │ │ │ │ │ ├── led.c │ │ │ │ │ ├── led.h │ │ │ │ │ ├── pwm.c │ │ │ │ │ └── pwm.h │ │ │ │ │ └── start │ │ │ │ │ ├── start.S │ │ │ │ │ └── start.S_back │ │ │ ├── 9.mytest │ │ │ │ ├── Exynos4412.init │ │ │ │ ├── Makefile │ │ │ │ ├── common │ │ │ │ │ ├── include │ │ │ │ │ │ ├── ctype.h │ │ │ │ │ │ ├── exynos_4412.h │ │ │ │ │ │ ├── stdarg.h │ │ │ │ │ │ └── uart.h │ │ │ │ │ └── src │ │ │ │ │ │ ├── _udivsi3.S │ │ │ │ │ │ ├── _udivsi3.o │ │ │ │ │ │ ├── _umodsi3.S │ │ │ │ │ │ ├── _umodsi3.o │ │ │ │ │ │ ├── printf.c │ │ │ │ │ │ ├── printf.o │ │ │ │ │ │ ├── uart.c │ │ │ │ │ │ └── uart.o │ │ │ │ ├── irq.c │ │ │ │ ├── irq.o │ │ │ │ ├── main.c │ │ │ │ ├── map.lds │ │ │ │ ├── src │ │ │ │ │ ├── adc │ │ │ │ │ │ ├── adc.c │ │ │ │ │ │ ├── adc.h │ │ │ │ │ │ └── adc.o │ │ │ │ │ ├── key │ │ │ │ │ │ ├── key.c │ │ │ │ │ │ ├── key.h │ │ │ │ │ │ └── key.o │ │ │ │ │ ├── led │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ ├── led.c │ │ │ │ │ │ ├── led.h │ │ │ │ │ │ └── led.o │ │ │ │ │ └── pwm │ │ │ │ │ │ ├── pwm.c │ │ │ │ │ │ ├── pwm.h │ │ │ │ │ │ └── pwm.o │ │ │ │ └── start │ │ │ │ │ ├── start.S │ │ │ │ │ ├── start.S_back │ │ │ │ │ └── start.o │ │ │ └── start.S │ │ └── start.S │ ├── 5.4412数据手册有感 │ │ ├── 06.GPIO_Control.org │ │ ├── 09.Interrupt_Controller.org │ │ ├── 24.Pulse_Width_Modulation_Timer.org │ │ ├── 26.WatchdogTimer.org │ │ ├── 27.Real_Time_Clock.org │ │ ├── 28.UART.org │ │ ├── 29.I2C.org │ │ ├── 5.Boot_Sequence.org │ │ └── 56.ADC.org │ ├── 6.原理示意图 │ │ ├── 1.key中断原理图.png │ │ └── IIC总线协议.ppt │ ├── ARM复习.txt │ ├── IIC总线协议.ppt │ ├── arm-ins-keil汇编.rar │ ├── arm综合小练习要求.txt │ └── tiny4412裸机程序.doc ├── 07.systemTransplant │ ├── 1.uboot │ │ ├── 1.笔记 │ │ │ ├── 2.上课第一天.txt │ │ │ ├── 5.上课第二天.txt │ │ │ ├── K9F2G08U0A.pdf │ │ │ ├── u_boot内存分布图.pdf │ │ │ ├── uboot启动流程及编译流程.doc │ │ │ ├── uboot启动流程及编译流程.pdf │ │ │ ├── 上课第三天.txt │ │ │ ├── 内嵌汇编.docx │ │ │ ├── 系统移植实验手册-V2.pdf │ │ │ └── 系统移植流程图.png │ │ ├── 3.工具 │ │ │ └── sdfuse_q.tar.xz │ │ └── cortex_a8相关资料.tar.xz │ ├── 2.kernel │ │ ├── 2.linux.org │ │ ├── kernel_start.jpg │ │ ├── linux_kconfig详解及语法.pdf │ │ ├── printk.txt │ │ ├── start_kernel.txt │ │ ├── 上课第四天.txt │ │ ├── 内核编译流程.doc │ │ └── 页表.docx │ ├── 3.rootfs │ │ ├── e2fsprogs-1.42.5.tar.xz │ │ └── 文件系统启动过程.png │ └── 4.协处理器cp15.org ├── 08.driver │ ├── 2.SecondDay │ │ ├── 1.ClassCode │ │ │ ├── alloc-1 │ │ │ │ ├── Makefile │ │ │ │ ├── hello.c │ │ │ │ └── test.c │ │ │ ├── alloc-2 │ │ │ │ ├── Makefile │ │ │ │ ├── hello.c │ │ │ │ └── test.c │ │ │ ├── cdev │ │ │ │ ├── Makefile │ │ │ │ ├── hello.c │ │ │ │ └── test.c │ │ │ ├── class │ │ │ │ ├── Makefile │ │ │ │ ├── hello.c │ │ │ │ └── test.c │ │ │ └── led │ │ │ │ ├── Makefile │ │ │ │ ├── hello.c │ │ │ │ └── test.c │ │ ├── 2.MyCode │ │ │ ├── led │ │ │ │ ├── .led.ko.cmd │ │ │ │ ├── .led.mod.o.cmd │ │ │ │ ├── .led.o.cmd │ │ │ │ ├── .tmp_versions │ │ │ │ │ └── led.mod │ │ │ │ ├── Makefile │ │ │ │ ├── led.c │ │ │ │ └── test.c │ │ │ ├── my_cdev │ │ │ │ ├── .hello.ko.cmd │ │ │ │ ├── .hello.mod.o.cmd │ │ │ │ ├── .hello.o.cmd │ │ │ │ ├── .tmp_versions │ │ │ │ │ └── hello.mod │ │ │ │ ├── Makefile │ │ │ │ ├── hello.c │ │ │ │ └── test.c │ │ │ └── my_class │ │ │ │ ├── .hello.ko.cmd │ │ │ │ ├── .hello.mod.o.cmd │ │ │ │ ├── .hello.o.cmd │ │ │ │ ├── .tmp_versions │ │ │ │ └── hello.mod │ │ │ │ ├── Makefile │ │ │ │ ├── hello.c │ │ │ │ └── test.c │ │ └── Makefile │ ├── 3.ThirdDay │ │ ├── 1.ClassCode │ │ │ ├── Makefile │ │ │ ├── beep │ │ │ │ ├── beep │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── hello.c │ │ │ │ │ └── test.c │ │ │ │ └── music │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── hello.c │ │ │ │ │ ├── music.c │ │ │ │ │ ├── pwm_music.h │ │ │ │ │ └── test.c │ │ │ ├── led │ │ │ │ ├── Makefile │ │ │ │ ├── hello.c │ │ │ │ ├── modules.order │ │ │ │ └── test.c │ │ │ ├── rw-int │ │ │ │ ├── Makefile │ │ │ │ ├── hello.c │ │ │ │ └── test.c │ │ │ └── rw │ │ │ │ ├── Makefile │ │ │ │ ├── hello.c │ │ │ │ └── test.c │ │ ├── 2.MyCode │ │ │ ├── Makefile │ │ │ ├── class │ │ │ │ ├── .hello.ko.cmd │ │ │ │ ├── .hello.mod.o.cmd │ │ │ │ ├── .hello.o.cmd │ │ │ │ ├── .tmp_versions │ │ │ │ │ └── hello.mod │ │ │ │ ├── Makefile │ │ │ │ ├── hello.c │ │ │ │ ├── test │ │ │ │ └── test.c │ │ │ ├── led │ │ │ │ ├── .led.ko.cmd │ │ │ │ ├── .led.mod.o.cmd │ │ │ │ ├── .led.o.cmd │ │ │ │ ├── .tmp_versions │ │ │ │ │ └── led.mod │ │ │ │ ├── Makefile │ │ │ │ ├── led.c │ │ │ │ └── test.c │ │ │ ├── misc_led │ │ │ │ ├── .led.ko.cmd │ │ │ │ ├── .led.mod.o.cmd │ │ │ │ ├── .led.o.cmd │ │ │ │ ├── .tmp_versions │ │ │ │ │ └── led.mod │ │ │ │ ├── Makefile │ │ │ │ ├── led.c │ │ │ │ └── test.c │ │ │ └── pwm │ │ │ │ ├── .led.ko.cmd │ │ │ │ ├── .led.mod.o.cmd │ │ │ │ ├── .led.o.cmd │ │ │ │ ├── .pwm.ko.cmd │ │ │ │ ├── .pwm.mod.o.cmd │ │ │ │ ├── .pwm.o.cmd │ │ │ │ ├── .tmp_versions │ │ │ │ └── pwm.mod │ │ │ │ ├── Makefile │ │ │ │ ├── pwm.c │ │ │ │ └── test.c │ │ └── Makefile │ ├── 4.FourthDay │ │ ├── 1.ClassCode │ │ │ ├── beep-dt │ │ │ │ ├── Makefile │ │ │ │ └── driver.c │ │ │ ├── beep │ │ │ │ ├── .device.ko.cmd │ │ │ │ ├── .device.mod.o.cmd │ │ │ │ ├── .device.o.cmd │ │ │ │ ├── .driver.ko.cmd │ │ │ │ ├── .driver.mod.o.cmd │ │ │ │ ├── .driver.o.cmd │ │ │ │ ├── .tmp_versions │ │ │ │ │ ├── device.mod │ │ │ │ │ └── driver.mod │ │ │ │ ├── Makefile │ │ │ │ ├── Module.symvers │ │ │ │ ├── device.c │ │ │ │ ├── device.ko │ │ │ │ ├── device.mod.c │ │ │ │ ├── device.mod.o │ │ │ │ ├── device.o │ │ │ │ ├── driver.c │ │ │ │ ├── driver.ko │ │ │ │ ├── driver.mod.c │ │ │ │ ├── driver.mod.o │ │ │ │ ├── driver.o │ │ │ │ └── modules.order │ │ │ └── platform │ │ │ │ ├── Makefile │ │ │ │ ├── device.c │ │ │ │ └── driver.c │ │ ├── 2.MyCode │ │ │ ├── Makefile │ │ │ ├── led-dt │ │ │ │ ├── Makefile │ │ │ │ ├── driver-led.c │ │ │ │ └── test.c │ │ │ ├── led │ │ │ │ ├── Makefile │ │ │ │ ├── device-led.c │ │ │ │ ├── driver-led.c │ │ │ │ ├── modules.order │ │ │ │ └── test.c │ │ │ ├── pwm-dt │ │ │ │ ├── Makefile │ │ │ │ ├── driver-pwm.c │ │ │ │ └── test.c │ │ │ └── pwm │ │ │ │ ├── Makefile │ │ │ │ ├── device-pwm.c │ │ │ │ ├── driver-pwm.c │ │ │ │ └── test.c │ │ └── Makefile │ ├── 5.FifthDay │ │ ├── 1.ClassCode │ │ │ ├── 1111.jpg │ │ │ ├── 2222.jpg │ │ │ ├── atomic │ │ │ │ ├── Makefile │ │ │ │ ├── hello.c │ │ │ │ └── test.c │ │ │ ├── poll │ │ │ │ ├── Makefile │ │ │ │ ├── hello.c │ │ │ │ ├── read.c │ │ │ │ ├── select.c │ │ │ │ └── write.c │ │ │ ├── sem │ │ │ │ ├── .hello.ko.cmd │ │ │ │ ├── .hello.mod.o.cmd │ │ │ │ ├── .hello.o.cmd │ │ │ │ ├── .tmp_versions │ │ │ │ │ └── hello.mod │ │ │ │ ├── Makefile │ │ │ │ ├── hello.c │ │ │ │ └── test.c │ │ │ ├── spinlock │ │ │ │ ├── Makefile │ │ │ │ ├── cscope.files │ │ │ │ ├── cscope.out │ │ │ │ ├── hello.c │ │ │ │ └── test.c │ │ │ └── wait │ │ │ │ ├── .hello.ko.cmd │ │ │ │ ├── .hello.mod.o.cmd │ │ │ │ ├── .hello.o.cmd │ │ │ │ ├── .tmp_versions │ │ │ │ └── hello.mod │ │ │ │ ├── Makefile │ │ │ │ ├── hello.c │ │ │ │ ├── read.c │ │ │ │ └── write.c │ │ ├── 2.MyCode │ │ │ ├── atomic │ │ │ │ ├── .hello.ko.cmd │ │ │ │ ├── .hello.mod.o.cmd │ │ │ │ ├── .hello.o.cmd │ │ │ │ ├── .tmp_versions │ │ │ │ │ └── hello.mod │ │ │ │ ├── Makefile │ │ │ │ ├── hello.c │ │ │ │ └── test.c │ │ │ ├── sem │ │ │ │ ├── .hello.ko.cmd │ │ │ │ ├── .hello.mod.o.cmd │ │ │ │ ├── .hello.o.cmd │ │ │ │ ├── .tmp_versions │ │ │ │ │ └── hello.mod │ │ │ │ ├── Makefile │ │ │ │ ├── hello.c │ │ │ │ └── test.c │ │ │ ├── spinlock │ │ │ │ ├── .hello.ko.cmd │ │ │ │ ├── .hello.mod.o.cmd │ │ │ │ ├── .hello.o.cmd │ │ │ │ ├── .tmp_versions │ │ │ │ │ └── hello.mod │ │ │ │ ├── Makefile │ │ │ │ ├── hello.c │ │ │ │ └── test.c │ │ │ └── wait │ │ │ │ ├── .hello.ko.cmd │ │ │ │ ├── .hello.mod.o.cmd │ │ │ │ ├── .hello.o.cmd │ │ │ │ ├── Makefile │ │ │ │ ├── hello.c │ │ │ │ ├── read.c │ │ │ │ └── write.c │ │ └── Makefile │ ├── 6.SixthDay │ │ ├── 1.ClassCode │ │ │ ├── key-read │ │ │ │ ├── .hello.ko.cmd │ │ │ │ ├── .hello.mod.o.cmd │ │ │ │ ├── .hello.o.cmd │ │ │ │ ├── .tmp_versions │ │ │ │ │ └── hello.mod │ │ │ │ ├── Makefile │ │ │ │ ├── hello.c │ │ │ │ └── test.c │ │ │ └── key │ │ │ │ ├── Makefile │ │ │ │ ├── hello.c │ │ │ │ └── test.c │ │ ├── 2.MyCode │ │ │ └── key-dt │ │ │ │ ├── Makefile │ │ │ │ ├── driver-key.c │ │ │ │ ├── key.c │ │ │ │ └── test.c │ │ ├── 3.interrups设备树.org │ │ └── Makefile │ ├── 7.SeventhDay │ │ ├── 1.ClassCode │ │ │ ├── 1.防火墙 │ │ │ │ ├── Makefile │ │ │ │ ├── Netfilter防火墙.doc │ │ │ │ ├── ioctl.h │ │ │ │ ├── 模块代码.c │ │ │ │ └── 用户文件代码.c │ │ │ ├── adc │ │ │ │ ├── Makefile │ │ │ │ ├── hello.c │ │ │ │ └── test.c │ │ │ └── filter │ │ │ │ ├── Makefile │ │ │ │ └── hello.c │ │ ├── 2.MyCode │ │ │ └── Makefile │ │ └── Makefile │ ├── 8.EighthDay │ │ ├── 1.ClassCode │ │ │ ├── Makefile │ │ │ ├── key-read │ │ │ │ ├── Makefile │ │ │ │ ├── hello.c │ │ │ │ └── test.c │ │ │ ├── minor │ │ │ │ ├── Makefile │ │ │ │ ├── hello.c │ │ │ │ └── test.c │ │ │ └── mpu6050 │ │ │ │ ├── Makefile │ │ │ │ ├── head.h │ │ │ │ ├── mpu6050.c │ │ │ │ └── test.c │ │ └── 2.MyCode │ │ │ └── Makefile │ ├── LinuxKernelMap.jpg.png │ ├── Makefile │ ├── ds18b20 │ │ ├── Makefile │ │ ├── driver-ds18b20.c │ │ └── test.c │ ├── i2c │ │ ├── IIC中文版(免费).pdf │ │ ├── IIC总线协议.ppt │ │ ├── MPU-60X0寄存器中文版V4.0.pdf │ │ ├── i2c.jpg │ │ ├── i2c问题.txt │ │ └── mpu6050寄存器中文版.pdf │ ├── irq.jpg │ ├── poll-select.jpg │ ├── 字符设备.jpg │ ├── 虚拟网卡修改好的 │ │ ├── Makefile │ │ └── virt_net.c │ └── 进程阻塞和唤醒的过程.png └── 嵌入式 学习路线图_2.png ├── Money ├── 1.黄牛行业解密.org ├── 2.探探无限制加好友的方法.org ├── 3.投资工具.org ├── credit.org ├── credit │ ├── CGB.md │ ├── CITIC.md │ ├── CMBC.md │ ├── OCOM.md │ ├── POS.md │ ├── ReadMe.md │ ├── tools.md │ ├── 为什么要养卡.md │ ├── 养卡工具必备.md │ └── 玩转信用卡之流派.md ├── dd.md ├── excel.org ├── insur.org ├── main.c ├── makecoin.org ├── newifi.md ├── p2p.md ├── pc.md ├── todo.org ├── 个人投资模型.org ├── 藏酒.org └── 选股策略.org ├── MyINFO.org ├── OpenWrt ├── README.md ├── linux系统中如何打开察看img文件内容.md ├── openwrt.org └── tools.org ├── README.org ├── RPI └── 01.参考文档.org ├── android ├── README.org ├── ServiceManager │ ├── 01.ServiceManager.org │ ├── 05.ServiceManager │ │ ├── 01.ServiceManager.org │ │ └── 11.binder机制.org │ └── 11.binder机制.org ├── Stability │ └── README.md ├── adc │ └── 05.adc.org ├── audio │ ├── Android audio 输出设备选择过程分析.md │ ├── AudioStructure.org │ ├── Introduction.org │ ├── Linux ALSA声卡驱动之一:alsa架构及asoc架构介绍.md │ ├── Linux ALSA声卡驱动之七:kcontrol讲解及注册.md │ ├── Linux ALSA声卡驱动之三:platform之CPU_DAI.md │ ├── Linux ALSA声卡驱动之九:dapm_widgets讲解及注册.md │ ├── Linux ALSA声卡驱动之二:platform驱动.md │ ├── Linux ALSA声卡驱动之五:Machine 以及ALSA声卡的注册.md │ ├── Linux ALSA声卡驱动之八:dapm_widgets和dapm_routes讲解及注册.md │ ├── Linux ALSA声卡驱动之六:DPCM.md │ ├── Linux ALSA声卡驱动之十:headset.md │ ├── Linux ALSA声卡驱动之四:Codec 以及Codec_dai.md │ ├── Linux ALSA框架系列文章.md │ ├── MediaCodec.md │ ├── README.md │ ├── README.org │ ├── alsa.org │ ├── android的native层编译流程.md │ ├── audio-dict.org │ ├── audio_dump.sh │ ├── audio_init.c │ ├── audio_offload.sh │ ├── audio_remote_submix.md │ ├── audioeffect.md │ ├── audiomixer.md │ ├── audiopush.sh │ ├── audiorecord.md │ ├── audio音频数据流程.md │ ├── bug.org │ ├── debug.org │ ├── default_V2.6_auddsp_btfmwlan_ril.cfg │ ├── default_V2.6_auddsp_btfmwlan_ril.dmc │ ├── fluence.org │ ├── hal层被调用关系.md │ ├── img │ │ ├── 5.1环绕技术示意图.png │ │ ├── Audio_Software.png │ │ ├── Deep_buffer_playback.png │ │ ├── MEdiaCodec.png │ │ ├── alsa.png │ │ ├── audio.mdj │ │ ├── audio_jack_to_USB_Type-c.png │ │ ├── audio_software.png │ │ ├── audio_voice.png │ │ ├── dai.png │ │ ├── mbhc.png │ │ ├── msm+pm.png │ │ ├── msm+wcd.png │ │ ├── recording_and_playback.png │ │ └── 录音从java层调到StagefrightRecorder的流程.png │ ├── method.org │ ├── patch │ │ ├── 0001-hal-callstack.patch │ │ ├── 04_1CH_20Hz-20KHz_Frequency Sweep_61pt_slow.rar │ │ ├── 0dBFS 1KHz sine.mp3 │ │ ├── AudioRecord │ │ ├── AudioTrack │ │ ├── AudioTrack_AudioRecord_dump_pcm.patch │ │ ├── Framework.MultiMedia-1-1-BugId-audio-pcm-dum.patch │ │ ├── PCM_dump_hal_a2dp.patch │ │ ├── README.org │ │ ├── audio-pcm-dump.patch.tar.gz │ │ ├── audio_pcm_dump_hal.patch │ │ ├── crosstalk 10k_-6db_L.mp3 │ │ ├── crosstalk 10k_-6db_R.mp3 │ │ ├── dump-pcm-in-tracks-threadname-sessionid.patch │ │ └── 静音48K.mp3 │ ├── performance.sh │ ├── playback.org │ ├── soundplayer.md │ ├── soundrecorder.md │ ├── soundtrigger.md │ ├── systemsound.org │ ├── ttymode.org │ ├── usb-audio.md │ └── 音频基础知识.md ├── bt │ └── README.org ├── camera │ └── README.org ├── clk │ └── README.org ├── commands │ ├── README.org │ ├── adb.org │ ├── am.org │ ├── busybox.org │ ├── fastboot.org │ ├── i2ctool.org │ ├── input.org │ ├── logcat.org │ ├── logkit.org │ ├── mkbootimg.org │ ├── mm-audio-ftm.org │ ├── moneky.org │ ├── pm.org │ ├── repo.org │ ├── systrace.org │ ├── termux.org │ ├── tinyalsa.org │ └── wm.org ├── debug │ ├── 02.How_to_open_debug_log_in_qualcomm_platform.org │ ├── 05.Android各层中日志打印功能的应用.org │ ├── adb_on_wifi.md │ ├── android_usb.sh │ ├── dcc.org │ ├── dcc_debug.sh │ ├── kernel_Dynamic_debug.org │ ├── kernel_configuratio.org │ ├── others │ │ └── Beyond.mp3 │ ├── power │ │ ├── AOP_Debug_Scripts.md │ │ ├── How_to_catch_the_power_related_trace_debug.org │ │ ├── ReadMe.org │ │ ├── battery.sh │ │ ├── battery_init.sh │ │ ├── fg_debug_dump.sh │ │ ├── gpu_busy.pl │ │ ├── monsoon.py │ │ ├── msmbusvoting.exe │ │ ├── perftop │ │ ├── power_debug.sh │ │ ├── powertop │ │ └── regulator.sh │ ├── printk.org │ ├── script │ │ ├── build_all.sh │ │ ├── flash_all.sh │ │ ├── flashall_AFT.bat │ │ ├── monkey.sh │ │ ├── repo.sh │ │ └── scp.sh │ ├── systrace.org │ ├── tools │ │ ├── android_test.org │ │ ├── bugreport.org │ │ ├── bugreport │ │ │ └── bugrepot.org │ │ ├── busybox.org │ │ ├── cts.org │ │ ├── ftrace.org │ │ ├── powertop.org │ │ └── top.org │ ├── track.org │ └── uart_config.org ├── device │ ├── README.md │ ├── how_to_change_partition.md │ ├── how_to_disabled_vendorimage.md │ └── how_to_remove_app.md ├── devicetree │ ├── 01.of函数.org │ ├── README.md │ └── bin │ │ ├── dts_list.pyc │ │ └── gv.pyc ├── display │ ├── README.org │ ├── ReadMe.org │ ├── audio-dict.org │ ├── displaypush.sh │ └── dsi-panel-hx8394f-720p-video.dtsi ├── edk2 │ └── README.org ├── fingerprint │ └── README.md ├── fs │ ├── 02.proc-sys-debug文件系统用法.org │ ├── README.org │ ├── debugfs.org │ ├── debugfs │ │ ├── Makefile │ │ └── my_debugfs.c │ ├── fs.org │ └── sysfs.org ├── gms │ └── vts.org ├── gpio │ ├── 01.gpio框架.org │ ├── 02.pinctrl子系统.org │ └── qcom_gpio.md ├── gps │ └── qcom │ │ └── README.md ├── init │ ├── 03.init.org │ ├── 07.android启动流程.dot │ └── init.rc ├── input │ ├── 01.input框架简介.org │ ├── 02.frameworks.org │ ├── driver │ │ ├── 01.input子系统.org │ │ ├── 03.input驱动详解.org │ │ └── key │ │ │ ├── 01.input之key.org │ │ │ └── gpio_keys.c │ ├── framework │ │ └── inputflinger.org │ ├── tools.org │ └── touchscreen.org ├── kernel │ ├── 0001-learning-for-driver.patch │ ├── KernelDebugFeature.org │ ├── Makefile │ ├── perf.org │ └── regmap.org ├── led │ ├── AlarmNotifications.org │ ├── core │ │ ├── 01.led框架.org │ │ └── triggers.org │ ├── others.org │ └── qcom │ │ ├── camera-led.org │ │ ├── front-flash-idol4.org │ │ ├── leds-qpnp-flash.org │ │ ├── leds-qpnp-wled.org │ │ ├── leds-qpnp.org │ │ └── leds.org ├── lk │ ├── 01.lk框架.org │ └── README.org ├── logo │ ├── 01.android中log修改方法.org │ └── chargeoff_logo.md ├── mm │ └── README.md ├── net │ └── 01.net驱动基础.org ├── nfc │ └── qcom │ │ └── README ├── others │ ├── 03.Android_Environment_building.org │ ├── 05.android镜像介绍.org │ ├── 10.叶丽军perso机制的技术分享.ppt │ ├── Android.mk.org │ ├── CountryCode.org │ ├── app签名失败.org │ ├── arm_license.org │ ├── auto.sh │ ├── crash.org │ ├── flash_aboot_boot_system_userdata.sh │ ├── google账号没退出刷机.md │ ├── irq.org │ ├── kernelconfig.org │ ├── kernel编译.org │ ├── linux下查看库依赖关系.org │ ├── manifest.xml │ ├── pack-and-unnpack-nodes.org │ ├── qcn.md │ ├── setprop.org │ ├── tools.md │ └── 编译工具.org ├── power │ ├── driver │ │ ├── battery.org │ │ ├── core.org │ │ ├── img │ │ │ ├── Linux PMIC Software Architecture.png │ │ │ ├── battery_temperature.png │ │ │ ├── charger_hardware.png │ │ │ └── paraller_charger.png │ │ ├── qpnp-bms.org │ │ ├── qpnp-fg.org │ │ ├── qpnp-smbcharger.org │ │ ├── readme.org │ │ ├── smb1351-charger.org │ │ └── test.org │ ├── healthd │ │ └── healthd.org │ ├── pmic.org │ ├── regulator.org │ ├── service │ │ ├── 06.PowerManager框架.org │ │ └── 07.Battery框架.org │ └── wakelock │ │ ├── 09.linux电源管理之简介.org │ │ └── linux_wakelock_and_autosleep.org ├── protocol │ ├── i2c │ │ ├── 01.i2c框架.org │ │ └── 02.src │ │ │ ├── i2c-core.c │ │ │ ├── i2c-core.h │ │ │ ├── i2c-dev.c │ │ │ ├── include │ │ │ └── i2c.h │ │ │ └── tags │ └── spi │ │ └── 01.spi框架.org ├── pwm │ └── 01.pwm框架.org ├── qcom │ ├── qcom专业术语.org │ └── xbl │ │ └── xbl.org ├── recovery │ └── recovery.org ├── selinux │ ├── 01.selinux.org │ ├── 01.资料 │ │ ├── 01SEAndroid安全机制框架分析 .docx │ │ ├── Selinux介绍和规则添加.doc │ │ └── selinxu.pptx │ ├── 02.关键性文件.org │ ├── picture │ │ └── 01.SEAndroid安全机制框架.png │ └── policypush.sh ├── sensor │ ├── 00.Sensor框架.org │ ├── README.org │ ├── adsp.org │ ├── code.org │ ├── driver │ │ └── 01.sensor驱动框架.org │ ├── hal │ │ └── 01.sensor简介及框架.org │ ├── img │ │ ├── SSCFramework-aDSP.png │ │ ├── SSCSoftwareArchitecture.png │ │ ├── SSC_Framework.png │ │ ├── SSC_SoftwareArchitecture.png │ │ ├── SensorArchitectureOnAndroid.png │ │ ├── aDSP.png │ │ └── sensor.png │ ├── quest.org │ ├── sensor.mdj │ ├── sensor.org │ ├── sensorpush.sh │ ├── sns_hal_p.sh │ ├── sns_qxdmlog.cfg │ └── tools.org ├── storage │ ├── mmc │ │ ├── bug.org │ │ ├── emmc.org │ │ ├── how_to_mount_mmc_in_android.org │ │ ├── readme.org │ │ └── sdio.org │ └── ufs │ │ └── readme.org ├── system │ ├── dump_gpio_status_to_rpm.org │ ├── gpio_dump.sh │ ├── ramdump-parser.sh │ ├── ramdump.org │ ├── rpm.org │ └── rpmdump-parser.sh ├── test │ ├── README.org │ └── appium.org ├── thermal │ └── README.org ├── tty │ └── tty_pty_and_pts.org ├── usb │ ├── 01.usb_driver │ │ ├── 01.usb协议.org │ │ ├── Linux usb子系统(一):子系统架构.shtml │ │ ├── Linux usb子系统(一):子系统架构_files │ │ │ ├── 001.gif │ │ │ ├── 53713722_1.gif │ │ │ ├── 53713722_10.gif │ │ │ ├── 53713722_11.gif │ │ │ ├── 53713722_12.gif │ │ │ ├── 53713722_2.jpg │ │ │ ├── 53713722_3.gif │ │ │ ├── 53713722_4.gif │ │ │ ├── 53713722_5.gif │ │ │ ├── 53713722_6.gif │ │ │ ├── 53713722_7.gif │ │ │ ├── 53713722_8.gif │ │ │ ├── 53713722_9.gif │ │ │ ├── EssayforIE120425.js │ │ │ ├── addStatistics.js │ │ │ ├── bgcolor.jpg │ │ │ ├── dingtu.gif │ │ │ ├── fontSize.jpg │ │ │ ├── getstatusv2.asc │ │ │ ├── jQuery.js │ │ │ ├── jquery1.js │ │ │ ├── newArticle20160509.css │ │ │ ├── newheader.css │ │ │ ├── newheader.js │ │ │ ├── nlogo.jpg │ │ │ ├── showarticle.js │ │ │ ├── showarticlefollow20160329.js │ │ │ ├── user_name_tag.gif │ │ │ ├── userstar2.gif │ │ │ ├── userstar3.gif │ │ │ ├── wzhead-cleaned.css │ │ │ └── yes.gif │ │ ├── README.org │ │ └── usb-skeleton.c │ ├── 02.android之MTP框架和流程分析.org │ ├── 03.usb.org │ ├── 04.usb.org │ ├── 05.vold框架学习 │ │ ├── 05.vold架构学习.org │ │ └── picture │ │ │ └── vold框架图.png │ ├── mtp框架.jpg │ ├── picture │ │ ├── 01.USBFramework.dot │ │ ├── 01.USBFramework.png │ │ ├── 02.MTP启动流程.dot │ │ ├── aa.png │ │ └── mtp框架.jpg │ └── usb追踪路线.txt └── video │ ├── README.org │ ├── app │ ├── 01.v4l2编程流程.org │ ├── Video for Linux Two API Specification.html │ ├── Video for Linux Two API Specification_files.tar.gz │ ├── Video for Linux Two API Specification_files │ │ ├── 1.html │ │ ├── 2.html │ │ └── crop.gif │ └── capture_demo.tar.gz │ ├── driver │ ├── 01.Video4Linux基础.org │ └── 03.getopt_long函数.c │ └── lcd │ ├── framebuffer.org │ └── qcom的lcd.org ├── armbian └── armbian之根文件系统详解.md ├── autojs ├── RootRead.js ├── ShellRead.js ├── ShellRead.sh ├── call.sh ├── dd.js └── install.sh ├── fpga ├── README.org └── Verilog.org ├── ipfs └── ipfs.org ├── language ├── c │ ├── 01.Linux_C编程内存泄露检测工具.org │ ├── 11.c字符串操作总结大全.org │ ├── 22.二维数组高级用法.c │ ├── 99.c细节总结笔记.org │ ├── sscanf.c │ ├── time_ext.c │ └── 经典C语言100题.ppt ├── python │ ├── ReadMe.org │ ├── SQL │ │ ├── MySQL.md │ │ └── MySQL.py │ ├── douban │ │ ├── ReadMe.org │ │ ├── douban.py │ │ ├── douban_requests.py │ │ ├── douban_session.py │ │ └── douban_urllib.py │ ├── ebook │ │ ├── ReadMe.org │ │ ├── douban_requests.py │ │ └── get_book.py │ ├── html_css.org │ ├── html_xml_json.py │ ├── jd │ │ ├── ReadMe.md │ │ ├── geckodriver.log │ │ ├── ghostdriver.log │ │ ├── jd_selenium.py │ │ ├── money.c │ │ ├── test.py │ │ └── test1.py │ ├── jingdong.py │ ├── learn_cookies.py │ ├── learn_http.py │ ├── learn_urllib.py │ ├── logout.py │ ├── pyspider │ │ ├── ReadMe.org │ │ └── start.py │ └── 模拟登陆.py └── shell │ └── shell_errno_code.org ├── linux ├── 03.graphviz │ ├── 1.1.点线的形状和颜色.dot │ ├── 1.2.点线的形状和颜色.dot │ ├── 1.3.点线的形状和颜色.dot │ ├── 1.4.点线的形状和颜色.dot │ ├── 1.5.点线的形状和颜色.dot │ ├── 1.6.点线的形状和颜色.dot │ ├── 1.官方资料 │ │ ├── 11.graphviz细节.org │ │ ├── dotguide.pdf │ │ ├── dottyguide.pdf │ │ └── neatoguide.pdf │ ├── 2.1.点线的位置子图.dot │ ├── 2.2.点线的位置子图.dot │ ├── 2.3.点线的位置子图.dot │ ├── 2.4.点线的位置子图.dot │ ├── 2.5.点线的位置子图.dot │ ├── 2.6.点线的位置子图.dot │ ├── 3.1.总结之shape.dot │ ├── 4.01.官方例程之cluster.dot │ ├── 4.02.官方例程之crazy.dot │ ├── 4.03.官方例程之datastruct.dot │ ├── 4.04.官方例程之fsm.dot │ ├── 4.05.官方例程之Genetic_Programming.dot │ ├── 4.06.官方例程之lion_share.dot │ ├── 4.07.官方例程之profile.dot │ ├── 4.08.官方例程之psg.dot │ ├── 4.09.官方例程之sdh.dot │ ├── 4.10.官方例程之siblings.dot │ ├── 4.11.官方例程之switch.dot │ ├── 4.12.官方例程之traffic_lights.dot │ ├── 4.13.官方例程之unix.dot │ ├── 4.14.官方例程之world.dot │ └── 4.15.官方例程之twopi2.dot ├── 04.tmux │ ├── tmux.md │ ├── tmux.org │ └── tmuxinator.org ├── 06.question │ ├── 01.git配置.org │ ├── 02.将linux的HOME文件夹名改为英文.org │ ├── 03.totem播放器视频库安装.org │ ├── 04.fedora系统升级.org │ ├── 05.linux系统中Virtualbox中的虚拟机不能识别外设设备的解决方法.org │ ├── 11.nfs挂载失败解决方法.org │ ├── 18.Linux与window文件乱码问题.org │ ├── 20.linux网络配置.org │ ├── bash设置成vi命令模式.org │ ├── bcompare4注册码 │ ├── clipboard.md │ ├── how_to_config_fedora_mirrors.org │ ├── how_to_install_Multi_system.org │ ├── how_to_install_install_teamviewer_in_fedora27.md │ ├── linux中快速删除大文件的方法.org │ └── wps_for_linux_fonts.org ├── 07.work │ ├── 01.邮箱账号密码修改.org │ └── 02.alm软件使用.org ├── 08.server │ ├── 10.常见嵌入式web服务器.org │ ├── 19.fedora23中配置tftp-service.org │ ├── 24.fedora23配置nfs服务器.org │ ├── how-to-build-ftp-server.org │ ├── how-to-build-git-server.org │ ├── how-to-build-nfs-server.org │ ├── how-to-build-tftp-server.org │ ├── how-to-build-vpn-server.org │ ├── how_to_build_OpenGrok.org │ ├── how_to_build_wordpress.org │ ├── how_to_login_the_remote_linux.org │ └── server.org ├── 09.idea │ ├── 01.天气预报.org │ ├── 33.linux系统备份方案.org │ ├── Linux_Command-Line_Torrent_Clients.org │ ├── grub.org │ ├── how_to_downloads.org │ └── u盘量产.org ├── 12.configure_notes.org ├── 13.嵌入式开发工具包.org ├── 21.bash.org ├── 22.Virtualbox下给Fedora23装增强包.org ├── 23.flash安装.org ├── 25.嵌入式构建工具.org ├── 29.Makefile模板 ├── 30.sqlite3移植.org ├── 32.linux系统常用软件清单.org ├── Linux_System_Monitoring_and_Automation.org ├── Makefile ├── README.md ├── commands │ ├── README.org │ ├── aria2.org │ ├── autojump.org │ ├── awesome-finder.org │ ├── awk.org │ ├── axel.org │ ├── btrfs.org │ ├── chroot.org │ ├── crontab.org │ ├── curl.org │ ├── curlftpfs.org │ ├── date.org │ ├── dd.org │ ├── dmesg.org │ ├── fdisk.org │ ├── fgrep.org │ ├── find.org │ ├── fsck.org │ ├── fzf.org │ ├── gdb.org │ ├── git │ │ ├── checkout.org │ │ ├── commit.org │ │ ├── diff.org │ │ ├── filter-branch.org │ │ ├── git.org │ │ ├── patch.org │ │ └── tag.org │ ├── grep.org │ ├── ip.org │ ├── jenkins.org │ ├── less.org │ ├── locate.org │ ├── mkfs.org │ ├── mount.org │ ├── nmon.org │ ├── od.org │ ├── openssl.org │ ├── parallel.org │ ├── rename.org │ ├── route.org │ ├── rsync.org │ ├── rtorrent.org │ ├── sed.org │ ├── sort.org │ ├── sshpass.org │ ├── tcpdump.org │ ├── terminator.org │ ├── tldr.org │ ├── wget.org │ └── zsh.org ├── emacs │ ├── 01.用emacs写cnblogs博客.org │ ├── 02.emacs进行时间管理.org │ ├── 03.DiredMode.org │ ├── 04.org之代码快.org │ ├── 08.emacs插件.org │ ├── emacs.org │ ├── emacsserver.org │ ├── git.org │ └── magit.org ├── fedora_live.org ├── linux_fs.org ├── nas.org ├── opensourcelist.org ├── vim │ ├── 03.vim操作.org │ ├── 05.vim配置.org │ ├── 10.vim技巧.org │ ├── tarbar.org │ └── vim-surround.org └── vps_config.org ├── opencv ├── 01.像素层 │ ├── graybar_640x360.yuv │ ├── rgb.org │ ├── test.org │ ├── test1.c │ ├── test2.c │ └── yuv.org ├── 01.视频处理中的专业术语.org ├── 02.编码层 │ ├── 1.视屏编码.org │ └── 2.音频编码.org ├── 03.封装格式层 │ ├── 01.图像封装.org │ └── 02.视频封装.org ├── opencv │ └── installation_in_linux.org ├── picture │ ├── 54866b9cb21bd.bmp │ └── lena_256x256_yuv420p.yuv └── test │ ├── 11.jpg │ ├── CMakeLists.txt │ └── demo.cpp ├── others ├── awesome_for_me.org ├── mysql.org ├── ont.md └── tor.md ├── quant ├── ReadMe.md └── 专业术语.md ├── scrapy ├── redis.md └── scrapy.md ├── sports ├── badminton.org └── swimming.org ├── u-boot ├── README.md.md ├── u-boot之autoscr命令使用.md ├── u-boot之万能引导脚本.md ├── u-boot之命令详解.md ├── u-boot之根文件系统引导方式设置.md └── uboot之引导命令区别.md └── windows └── SourceInsight.org /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/.gitignore -------------------------------------------------------------------------------- /Farsight/04.文件IO/01.文件IO/1.第一天/1.标准IO库.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/01.文件IO/1.第一天/1.标准IO库.org -------------------------------------------------------------------------------- /Farsight/04.文件IO/01.文件IO/1.第一天/2.标准IO/1.向一个文件里写时间.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/01.文件IO/1.第一天/2.标准IO/1.向一个文件里写时间.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/01.文件IO/1.第一天/2.标准IO/2.掌握缓冲.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/01.文件IO/1.第一天/2.标准IO/2.掌握缓冲.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/01.文件IO/1.第一天/2.标准IO/4.获取文件大小.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/01.文件IO/1.第一天/2.标准IO/4.获取文件大小.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/01.文件IO/1.第一天/2.标准IO/5.倒序打印一个文件.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/01.文件IO/1.第一天/2.标准IO/5.倒序打印一个文件.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/01.文件IO/1.第一天/2.标准IO/6.tmpfile函数.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/01.文件IO/1.第一天/2.标准IO/6.tmpfile函数.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/01.文件IO/1.第一天/2.标准IO/7.strerror函数.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/01.文件IO/1.第一天/2.标准IO/7.strerror函数.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/01.文件IO/1.第一天/2.标准IO/8.access函数.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/01.文件IO/1.第一天/2.标准IO/8.access函数.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/01.文件IO/1.第一天/2.标准IO/test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/01.文件IO/1.第一天/2.标准IO/test.txt -------------------------------------------------------------------------------- /Farsight/04.文件IO/01.文件IO/1.第一天/2.标准IO/test1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/01.文件IO/1.第一天/2.标准IO/test1.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/01.文件IO/1.第一天/2.标准IO/test2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/01.文件IO/1.第一天/2.标准IO/test2.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/01.文件IO/2.第二天/1.系统调用之文件IO.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/01.文件IO/2.第二天/1.系统调用之文件IO.org -------------------------------------------------------------------------------- /Farsight/04.文件IO/01.文件IO/2.第二天/2.文件IO/1.键盘.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/01.文件IO/2.第二天/2.文件IO/1.键盘.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/01.文件IO/2.第二天/2.文件IO/2.实现copy程序.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/01.文件IO/2.第二天/2.文件IO/2.实现copy程序.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/01.文件IO/2.第二天/2.文件IO/3.文件目录操作编程.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/01.文件IO/2.第二天/2.文件IO/3.文件目录操作编程.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/01.文件IO/2.第二天/3.文件和目录.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/01.文件IO/2.第二天/3.文件和目录.org -------------------------------------------------------------------------------- /Farsight/04.文件IO/01.文件IO/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/01.文件IO/test.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/02.进程通信方法/03.linux进程通信方法.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/02.进程通信方法/03.linux进程通信方法.org -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/1.第三天/0.进程.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/1.第三天/0.进程.org -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/1.第三天/1.创建进程.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/1.第三天/1.创建进程.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/1.第三天/10.创建一个不被退出的守护进程.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/1.第三天/10.创建一个不被退出的守护进程.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/1.第三天/2.创建子进程.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/1.第三天/2.创建子进程.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/1.第三天/3.观看僵死进程.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/1.第三天/3.观看僵死进程.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/1.第三天/4.waitpid用法.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/1.第三天/4.waitpid用法.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/1.第三天/5.execl族函数.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/1.第三天/5.execl族函数.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/1.第三天/6.制作gcc编译工具.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/1.第三天/6.制作gcc编译工具.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/1.第三天/7.创建守护进程.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/1.第三天/7.创建守护进程.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/1.第三天/8.fork面试题.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/1.第三天/8.fork面试题.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/1.第三天/9.创建守护进程.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/1.第三天/9.创建守护进程.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/2.第四天/1.多线程.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/2.第四天/1.多线程.org -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/2.第四天/2.创建线程.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/2.第四天/2.创建线程.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/2.第四天/3.线程参数传递.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/2.第四天/3.线程参数传递.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/2.第四天/4.线程多参数传递.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/2.第四天/4.线程多参数传递.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/2.第四天/5.综合实例.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/2.第四天/5.综合实例.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/2.第四天/6.线程求婚.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/2.第四天/6.线程求婚.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/2.第四天/7.线程分离.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/2.第四天/7.线程分离.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/2.第四天/8.互诉锁交替打印.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/2.第四天/8.互诉锁交替打印.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/2.第四天/9.pthread_cond_wait.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/2.第四天/9.pthread_cond_wait.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/3.第五天/01.线程信号量.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/3.第五天/01.线程信号量.org -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/3.第五天/02.信号量交替打印.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/3.第五天/02.信号量交替打印.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/3.第五天/03.创建无名管道.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/3.第五天/03.创建无名管道.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/3.第五天/04.测试无名管道大小.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/3.第五天/04.测试无名管道大小.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/3.第五天/05.无名管道示例.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/3.第五天/05.无名管道示例.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/3.第五天/06.无名管道示例.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/3.第五天/06.无名管道示例.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/3.第五天/07.无名管道设置ip地址.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/3.第五天/07.无名管道设置ip地址.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/3.第五天/08.创建有名管道.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/3.第五天/08.创建有名管道.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/3.第五天/09.有名管道历程/1.读写进程中的有名管道.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/3.第五天/09.有名管道历程/1.读写进程中的有名管道.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/3.第五天/09.有名管道历程/2.B.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/3.第五天/09.有名管道历程/2.B.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/3.第五天/09.有名管道历程/a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/3.第五天/09.有名管道历程/a -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/3.第五天/09.有名管道历程/b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/3.第五天/09.有名管道历程/b -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/3.第五天/10.改造9实验/1.A.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/3.第五天/10.改造9实验/1.A.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/3.第五天/10.改造9实验/2.B.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/3.第五天/10.改造9实验/2.B.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/3.第五天/10.改造9实验/a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/3.第五天/10.改造9实验/a -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/3.第五天/10.改造9实验/b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/3.第五天/10.改造9实验/b -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/3.第五天/11.信号量.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/3.第五天/11.信号量.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/3.第五天/12.alarm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/3.第五天/12.alarm.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/3.第五天/13.有名管道实例/1.a.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/3.第五天/13.有名管道实例/1.a.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/3.第五天/13.有名管道实例/2.b.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/3.第五天/13.有名管道实例/2.b.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/3.第五天/13.有名管道实例/aa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/3.第五天/13.有名管道实例/aa -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/3.第五天/13.有名管道实例/bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/3.第五天/13.有名管道实例/bb -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/4.第六天/1.进程间通信.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/4.第六天/1.进程间通信.org -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/4.第六天/2.代码/1.定时器实现每秒打印东西.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/4.第六天/2.代码/1.定时器实现每秒打印东西.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/4.第六天/2.代码/2.示例1的改进.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/4.第六天/2.代码/2.示例1的改进.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/4.第六天/2.代码/3.共享内存/1.a.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/4.第六天/2.代码/3.共享内存/1.a.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/4.第六天/2.代码/3.共享内存/2.俩进程实例/aa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/4.第六天/2.代码/3.共享内存/2.俩进程实例/aa -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/4.第六天/2.代码/3.共享内存/2.俩进程实例/bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/4.第六天/2.代码/3.共享内存/2.俩进程实例/bb -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/4.第六天/2.代码/4.消息队列/1.a.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/4.第六天/2.代码/4.消息队列/1.a.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/4.第六天/2.代码/4.消息队列/2.b.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/4.第六天/2.代码/4.消息队列/2.b.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/4.第六天/2.代码/5.消息队列/1.a.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/4.第六天/2.代码/5.消息队列/1.a.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/4.第六天/2.代码/5.消息队列/2.b.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/4.第六天/2.代码/5.消息队列/2.b.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/4.第六天/2.代码/5.消息队列/aa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/4.第六天/2.代码/5.消息队列/aa -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/4.第六天/2.代码/5.消息队列/bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/4.第六天/2.代码/5.消息队列/bb -------------------------------------------------------------------------------- /Farsight/04.文件IO/03.进程/4.第六天/2.代码/6.信号量/1.信号量.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/03.进程/4.第六天/2.代码/6.信号量/1.信号量.c -------------------------------------------------------------------------------- /Farsight/04.文件IO/7.文件IO编程资料.tar.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/04.文件IO/7.文件IO编程资料.tar.xz -------------------------------------------------------------------------------- /Farsight/06.ArmCode/.metadata/.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Farsight/06.ArmCode/.metadata/.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/.metadata/.log -------------------------------------------------------------------------------- /Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.cdt.make.core/specs.c: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.cdt.make.core/specs.cpp: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/history.version: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.version: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | showIntro=false 3 | -------------------------------------------------------------------------------- /Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/local-history/_0.fdt: -------------------------------------------------------------------------------- 1 | 0.6 -------------------------------------------------------------------------------- /Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/local-history/_0.frq: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/local-history/write.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/remote-history/_0.fdt: -------------------------------------------------------------------------------- 1 | 0.6 -------------------------------------------------------------------------------- /Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/remote-history/_0.frq: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.rse.core/.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.rse.core/initializerMarks/org.eclipse.rse.internal.core.RSELocalConnectionInitializer.mark: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.rse.ui/.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.ui.intro/introstate: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Farsight/06.ArmCode/.metadata/version.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/.metadata/version.ini -------------------------------------------------------------------------------- /Farsight/06.ArmCode/2.第二天/demo2 MOV MVN 指令使用及第二操作数的理解/demo2_uvproj.bak: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Farsight/06.ArmCode/2.第二天/demo3 数据处理指令的基本应用/demo3.axf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/2.第二天/demo3 数据处理指令的基本应用/demo3.axf -------------------------------------------------------------------------------- /Farsight/06.ArmCode/2.第二天/demo3 数据处理指令的基本应用/demo3.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/2.第二天/demo3 数据处理指令的基本应用/demo3.htm -------------------------------------------------------------------------------- /Farsight/06.ArmCode/2.第二天/demo3 数据处理指令的基本应用/demo3.lnp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/2.第二天/demo3 数据处理指令的基本应用/demo3.lnp -------------------------------------------------------------------------------- /Farsight/06.ArmCode/2.第二天/demo3 数据处理指令的基本应用/demo3.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/2.第二天/demo3 数据处理指令的基本应用/demo3.map -------------------------------------------------------------------------------- /Farsight/06.ArmCode/2.第二天/demo3 数据处理指令的基本应用/demo3.plg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/2.第二天/demo3 数据处理指令的基本应用/demo3.plg -------------------------------------------------------------------------------- /Farsight/06.ArmCode/2.第二天/demo3 数据处理指令的基本应用/demo3.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/2.第二天/demo3 数据处理指令的基本应用/demo3.tra -------------------------------------------------------------------------------- /Farsight/06.ArmCode/2.第二天/demo3 数据处理指令的基本应用/start.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/2.第二天/demo3 数据处理指令的基本应用/start.d -------------------------------------------------------------------------------- /Farsight/06.ArmCode/2.第二天/demo3 数据处理指令的基本应用/start.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/2.第二天/demo3 数据处理指令的基本应用/start.lst -------------------------------------------------------------------------------- /Farsight/06.ArmCode/2.第二天/demo3 数据处理指令的基本应用/start.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/2.第二天/demo3 数据处理指令的基本应用/start.o -------------------------------------------------------------------------------- /Farsight/06.ArmCode/2.第二天/demo3 数据处理指令的基本应用/start.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/2.第二天/demo3 数据处理指令的基本应用/start.s -------------------------------------------------------------------------------- /Farsight/06.ArmCode/2.第二天/demo4 数据运算指令的比较指令和条件执行/demo4_uvproj.bak: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Farsight/06.ArmCode/2.第二天/demo5 b指令/demo5.axf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/2.第二天/demo5 b指令/demo5.axf -------------------------------------------------------------------------------- /Farsight/06.ArmCode/2.第二天/demo5 b指令/demo5.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/2.第二天/demo5 b指令/demo5.htm -------------------------------------------------------------------------------- /Farsight/06.ArmCode/2.第二天/demo5 b指令/demo5.lnp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/2.第二天/demo5 b指令/demo5.lnp -------------------------------------------------------------------------------- /Farsight/06.ArmCode/2.第二天/demo5 b指令/demo5.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/2.第二天/demo5 b指令/demo5.map -------------------------------------------------------------------------------- /Farsight/06.ArmCode/2.第二天/demo5 b指令/demo5.plg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/2.第二天/demo5 b指令/demo5.plg -------------------------------------------------------------------------------- /Farsight/06.ArmCode/2.第二天/demo5 b指令/demo5.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/2.第二天/demo5 b指令/demo5.tra -------------------------------------------------------------------------------- /Farsight/06.ArmCode/2.第二天/demo5 b指令/demo5.uvopt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/2.第二天/demo5 b指令/demo5.uvopt -------------------------------------------------------------------------------- /Farsight/06.ArmCode/2.第二天/demo5 b指令/demo5.uvproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/2.第二天/demo5 b指令/demo5.uvproj -------------------------------------------------------------------------------- /Farsight/06.ArmCode/2.第二天/demo5 b指令/demo5_uvopt.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/2.第二天/demo5 b指令/demo5_uvopt.bak -------------------------------------------------------------------------------- /Farsight/06.ArmCode/2.第二天/demo5 b指令/start.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/2.第二天/demo5 b指令/start.d -------------------------------------------------------------------------------- /Farsight/06.ArmCode/2.第二天/demo5 b指令/start.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/2.第二天/demo5 b指令/start.lst -------------------------------------------------------------------------------- /Farsight/06.ArmCode/2.第二天/demo5 b指令/start.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/2.第二天/demo5 b指令/start.o -------------------------------------------------------------------------------- /Farsight/06.ArmCode/2.第二天/demo5 b指令/start.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/2.第二天/demo5 b指令/start.s -------------------------------------------------------------------------------- /Farsight/06.ArmCode/3.第三天/1.汇编.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/3.第三天/1.汇编.org -------------------------------------------------------------------------------- /Farsight/06.ArmCode/3.第三天/1/test.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/3.第三天/1/test.d -------------------------------------------------------------------------------- /Farsight/06.ArmCode/3.第三天/1/test.lnp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/3.第三天/1/test.lnp -------------------------------------------------------------------------------- /Farsight/06.ArmCode/3.第三天/1/test.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/3.第三天/1/test.lst -------------------------------------------------------------------------------- /Farsight/06.ArmCode/3.第三天/1/test.map: -------------------------------------------------------------------------------- 1 | ARM Linker, 4.1 [Build 567] [Standard] 2 | -------------------------------------------------------------------------------- /Farsight/06.ArmCode/3.第三天/1/test.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/3.第三天/1/test.o -------------------------------------------------------------------------------- /Farsight/06.ArmCode/3.第三天/1/test.plg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/3.第三天/1/test.plg -------------------------------------------------------------------------------- /Farsight/06.ArmCode/3.第三天/1/test.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/3.第三天/1/test.s -------------------------------------------------------------------------------- /Farsight/06.ArmCode/3.第三天/1/test.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/3.第三天/1/test.sct -------------------------------------------------------------------------------- /Farsight/06.ArmCode/3.第三天/1/test.tra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/3.第三天/1/test.tra -------------------------------------------------------------------------------- /Farsight/06.ArmCode/3.第三天/1/test.uvgui.wildbooks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/3.第三天/1/test.uvgui.wildbooks -------------------------------------------------------------------------------- /Farsight/06.ArmCode/3.第三天/1/test.uvopt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/3.第三天/1/test.uvopt -------------------------------------------------------------------------------- /Farsight/06.ArmCode/3.第三天/1/test.uvproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/3.第三天/1/test.uvproj -------------------------------------------------------------------------------- /Farsight/06.ArmCode/3.第三天/1/test_Target 1.dep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/3.第三天/1/test_Target 1.dep -------------------------------------------------------------------------------- /Farsight/06.ArmCode/3.第三天/1/test_uvopt.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/3.第三天/1/test_uvopt.bak -------------------------------------------------------------------------------- /Farsight/06.ArmCode/3.第三天/1/test_uvproj.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/3.第三天/1/test_uvproj.bak -------------------------------------------------------------------------------- /Farsight/06.ArmCode/3.第三天/arm前三天实验课备课(终稿).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/3.第三天/arm前三天实验课备课(终稿).docx -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/1.课堂代码/1.LED_GPIO/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/1.LED_GPIO/main.c -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/1.课堂代码/11.I2C/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/11.I2C/.cproject -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/1.课堂代码/11.I2C/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/11.I2C/.project -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/1.课堂代码/11.I2C/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/11.I2C/Makefile -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/1.课堂代码/11.I2C/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/11.I2C/main.c -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/1.课堂代码/11.I2C/main.c.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/11.I2C/main.c.bak -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/1.课堂代码/11.I2C/map.lds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/11.I2C/map.lds -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/1.课堂代码/4.UART/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/4.UART/.cproject -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/1.课堂代码/4.UART/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/4.UART/.project -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/1.课堂代码/4.UART/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/4.UART/Makefile -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/1.课堂代码/4.UART/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/4.UART/main.c -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/1.课堂代码/4.UART/map.lds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/4.UART/map.lds -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.RTC/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.RTC/.cproject -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.RTC/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.RTC/.project -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.RTC/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.RTC/Makefile -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.RTC/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.RTC/main.c -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.RTC/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.RTC/main.o -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.RTC/map.lds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.RTC/map.lds -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.RTC/rtc.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.RTC/rtc.bin -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.RTC/rtc.dis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.RTC/rtc.dis -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.RTC/rtc.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.RTC/rtc.elf -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/1.课堂代码/6.ADC/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/6.ADC/.cproject -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/1.课堂代码/6.ADC/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/6.ADC/.project -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/1.课堂代码/6.ADC/A9_adc.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/6.ADC/A9_adc.bak -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/1.课堂代码/6.ADC/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/6.ADC/Makefile -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/1.课堂代码/6.ADC/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/6.ADC/main.c -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/1.课堂代码/6.ADC/map.lds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/6.ADC/map.lds -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/1.课堂代码/7.ADC_INT/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/7.ADC_INT/main.c -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/1.课堂代码/7.ADC_INT/map.lds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/7.ADC_INT/map.lds -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/1.led/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/1.led/.cproject -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/1.led/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/1.led/.project -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/1.led/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/1.led/Makefile -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/1.led/irq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/1.led/irq.c -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/1.led/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/1.led/main.c -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/1.led/map.lds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/1.led/map.lds -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/1.led/src/led.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/1.led/src/led.c -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/1.led/src/led.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/1.led/src/led.h -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/2.key/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/2.key/.cproject -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/2.key/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/2.key/.project -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/2.key/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/2.key/Makefile -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/2.key/irq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/2.key/irq.c -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/2.key/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/2.key/main.c -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/2.key/map.lds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/2.key/map.lds -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/2.key/src/key.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/2.key/src/key.c -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/2.key/src/key.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/2.key/src/key.h -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/2.key/src/led.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/2.key/src/led.c -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/2.key/src/led.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/2.key/src/led.h -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/2.key/src/pwm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/2.key/src/pwm.c -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/2.key/src/pwm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/2.key/src/pwm.h -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/3.beep/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/3.beep/.cproject -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/3.beep/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/3.beep/.project -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/3.beep/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/3.beep/Makefile -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/3.beep/irq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/3.beep/irq.c -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/3.beep/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/3.beep/main.c -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/3.beep/map.lds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/3.beep/map.lds -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/3.beep/src/key.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/3.beep/src/key.c -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/3.beep/src/key.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/3.beep/src/key.h -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/3.beep/src/led.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/3.beep/src/led.c -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/3.beep/src/led.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/3.beep/src/led.h -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/3.beep/src/pwm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/3.beep/src/pwm.c -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/3.beep/src/pwm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/3.beep/src/pwm.h -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/5.adc/1.adc/irq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/5.adc/1.adc/irq.c -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/5.adc/1.adc/irq.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/5.adc/1.adc/irq.o -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/9.mytest/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/9.mytest/Makefile -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/9.mytest/irq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/9.mytest/irq.c -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/9.mytest/irq.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/9.mytest/irq.o -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/9.mytest/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/9.mytest/main.c -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/9.mytest/map.lds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/9.mytest/map.lds -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/2.个人代码/start.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/2.个人代码/start.S -------------------------------------------------------------------------------- /Farsight/06.ArmCode/4.裸机程序/start.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/4.裸机程序/start.S -------------------------------------------------------------------------------- /Farsight/06.ArmCode/5.4412数据手册有感/28.UART.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/5.4412数据手册有感/28.UART.org -------------------------------------------------------------------------------- /Farsight/06.ArmCode/5.4412数据手册有感/29.I2C.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/5.4412数据手册有感/29.I2C.org -------------------------------------------------------------------------------- /Farsight/06.ArmCode/5.4412数据手册有感/56.ADC.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/5.4412数据手册有感/56.ADC.org -------------------------------------------------------------------------------- /Farsight/06.ArmCode/6.原理示意图/1.key中断原理图.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/6.原理示意图/1.key中断原理图.png -------------------------------------------------------------------------------- /Farsight/06.ArmCode/6.原理示意图/IIC总线协议.ppt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/6.原理示意图/IIC总线协议.ppt -------------------------------------------------------------------------------- /Farsight/06.ArmCode/ARM复习.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/ARM复习.txt -------------------------------------------------------------------------------- /Farsight/06.ArmCode/IIC总线协议.ppt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/IIC总线协议.ppt -------------------------------------------------------------------------------- /Farsight/06.ArmCode/arm-ins-keil汇编.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/arm-ins-keil汇编.rar -------------------------------------------------------------------------------- /Farsight/06.ArmCode/arm综合小练习要求.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/arm综合小练习要求.txt -------------------------------------------------------------------------------- /Farsight/06.ArmCode/tiny4412裸机程序.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/06.ArmCode/tiny4412裸机程序.doc -------------------------------------------------------------------------------- /Farsight/07.systemTransplant/1.uboot/1.笔记/上课第三天.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/07.systemTransplant/1.uboot/1.笔记/上课第三天.txt -------------------------------------------------------------------------------- /Farsight/07.systemTransplant/1.uboot/1.笔记/内嵌汇编.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/07.systemTransplant/1.uboot/1.笔记/内嵌汇编.docx -------------------------------------------------------------------------------- /Farsight/07.systemTransplant/2.kernel/2.linux.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/07.systemTransplant/2.kernel/2.linux.org -------------------------------------------------------------------------------- /Farsight/07.systemTransplant/2.kernel/printk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/07.systemTransplant/2.kernel/printk.txt -------------------------------------------------------------------------------- /Farsight/07.systemTransplant/2.kernel/上课第四天.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/07.systemTransplant/2.kernel/上课第四天.txt -------------------------------------------------------------------------------- /Farsight/07.systemTransplant/2.kernel/内核编译流程.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/07.systemTransplant/2.kernel/内核编译流程.doc -------------------------------------------------------------------------------- /Farsight/07.systemTransplant/2.kernel/页表.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/07.systemTransplant/2.kernel/页表.docx -------------------------------------------------------------------------------- /Farsight/07.systemTransplant/3.rootfs/文件系统启动过程.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/07.systemTransplant/3.rootfs/文件系统启动过程.png -------------------------------------------------------------------------------- /Farsight/07.systemTransplant/4.协处理器cp15.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/07.systemTransplant/4.协处理器cp15.org -------------------------------------------------------------------------------- /Farsight/08.driver/2.SecondDay/2.MyCode/led/led.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/2.SecondDay/2.MyCode/led/led.c -------------------------------------------------------------------------------- /Farsight/08.driver/2.SecondDay/2.MyCode/led/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/2.SecondDay/2.MyCode/led/test.c -------------------------------------------------------------------------------- /Farsight/08.driver/2.SecondDay/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/2.SecondDay/Makefile -------------------------------------------------------------------------------- /Farsight/08.driver/3.ThirdDay/1.ClassCode/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/3.ThirdDay/1.ClassCode/Makefile -------------------------------------------------------------------------------- /Farsight/08.driver/3.ThirdDay/1.ClassCode/led/modules.order: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Farsight/08.driver/3.ThirdDay/1.ClassCode/rw/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/3.ThirdDay/1.ClassCode/rw/test.c -------------------------------------------------------------------------------- /Farsight/08.driver/3.ThirdDay/2.MyCode/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/3.ThirdDay/2.MyCode/Makefile -------------------------------------------------------------------------------- /Farsight/08.driver/3.ThirdDay/2.MyCode/class/test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/3.ThirdDay/2.MyCode/class/test -------------------------------------------------------------------------------- /Farsight/08.driver/3.ThirdDay/2.MyCode/class/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/3.ThirdDay/2.MyCode/class/test.c -------------------------------------------------------------------------------- /Farsight/08.driver/3.ThirdDay/2.MyCode/led/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/3.ThirdDay/2.MyCode/led/Makefile -------------------------------------------------------------------------------- /Farsight/08.driver/3.ThirdDay/2.MyCode/led/led.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/3.ThirdDay/2.MyCode/led/led.c -------------------------------------------------------------------------------- /Farsight/08.driver/3.ThirdDay/2.MyCode/led/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/3.ThirdDay/2.MyCode/led/test.c -------------------------------------------------------------------------------- /Farsight/08.driver/3.ThirdDay/2.MyCode/pwm/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/3.ThirdDay/2.MyCode/pwm/Makefile -------------------------------------------------------------------------------- /Farsight/08.driver/3.ThirdDay/2.MyCode/pwm/pwm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/3.ThirdDay/2.MyCode/pwm/pwm.c -------------------------------------------------------------------------------- /Farsight/08.driver/3.ThirdDay/2.MyCode/pwm/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/3.ThirdDay/2.MyCode/pwm/test.c -------------------------------------------------------------------------------- /Farsight/08.driver/3.ThirdDay/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/3.ThirdDay/Makefile -------------------------------------------------------------------------------- /Farsight/08.driver/4.FourthDay/1.ClassCode/beep/Module.symvers: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Farsight/08.driver/4.FourthDay/2.MyCode/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/4.FourthDay/2.MyCode/Makefile -------------------------------------------------------------------------------- /Farsight/08.driver/4.FourthDay/2.MyCode/led/modules.order: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Farsight/08.driver/4.FourthDay/2.MyCode/led/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/4.FourthDay/2.MyCode/led/test.c -------------------------------------------------------------------------------- /Farsight/08.driver/4.FourthDay/2.MyCode/pwm/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/4.FourthDay/2.MyCode/pwm/test.c -------------------------------------------------------------------------------- /Farsight/08.driver/4.FourthDay/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/4.FourthDay/Makefile -------------------------------------------------------------------------------- /Farsight/08.driver/5.FifthDay/1.ClassCode/1111.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/5.FifthDay/1.ClassCode/1111.jpg -------------------------------------------------------------------------------- /Farsight/08.driver/5.FifthDay/1.ClassCode/2222.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/5.FifthDay/1.ClassCode/2222.jpg -------------------------------------------------------------------------------- /Farsight/08.driver/5.FifthDay/1.ClassCode/spinlock/cscope.files: -------------------------------------------------------------------------------- 1 | hello.c 2 | test.c 3 | -------------------------------------------------------------------------------- /Farsight/08.driver/5.FifthDay/2.MyCode/sem/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/5.FifthDay/2.MyCode/sem/Makefile -------------------------------------------------------------------------------- /Farsight/08.driver/5.FifthDay/2.MyCode/sem/hello.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/5.FifthDay/2.MyCode/sem/hello.c -------------------------------------------------------------------------------- /Farsight/08.driver/5.FifthDay/2.MyCode/sem/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/5.FifthDay/2.MyCode/sem/test.c -------------------------------------------------------------------------------- /Farsight/08.driver/5.FifthDay/2.MyCode/wait/hello.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/5.FifthDay/2.MyCode/wait/hello.c -------------------------------------------------------------------------------- /Farsight/08.driver/5.FifthDay/2.MyCode/wait/read.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/5.FifthDay/2.MyCode/wait/read.c -------------------------------------------------------------------------------- /Farsight/08.driver/5.FifthDay/2.MyCode/wait/write.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/5.FifthDay/2.MyCode/wait/write.c -------------------------------------------------------------------------------- /Farsight/08.driver/5.FifthDay/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/5.FifthDay/Makefile -------------------------------------------------------------------------------- /Farsight/08.driver/6.SixthDay/2.MyCode/key-dt/key.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/6.SixthDay/2.MyCode/key-dt/key.c -------------------------------------------------------------------------------- /Farsight/08.driver/6.SixthDay/3.interrups设备树.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/6.SixthDay/3.interrups设备树.org -------------------------------------------------------------------------------- /Farsight/08.driver/6.SixthDay/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/6.SixthDay/Makefile -------------------------------------------------------------------------------- /Farsight/08.driver/7.SeventhDay/2.MyCode/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/7.SeventhDay/2.MyCode/Makefile -------------------------------------------------------------------------------- /Farsight/08.driver/7.SeventhDay/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/7.SeventhDay/Makefile -------------------------------------------------------------------------------- /Farsight/08.driver/8.EighthDay/1.ClassCode/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/8.EighthDay/1.ClassCode/Makefile -------------------------------------------------------------------------------- /Farsight/08.driver/8.EighthDay/2.MyCode/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/8.EighthDay/2.MyCode/Makefile -------------------------------------------------------------------------------- /Farsight/08.driver/LinuxKernelMap.jpg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/LinuxKernelMap.jpg.png -------------------------------------------------------------------------------- /Farsight/08.driver/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/Makefile -------------------------------------------------------------------------------- /Farsight/08.driver/ds18b20/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/ds18b20/Makefile -------------------------------------------------------------------------------- /Farsight/08.driver/ds18b20/driver-ds18b20.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/ds18b20/driver-ds18b20.c -------------------------------------------------------------------------------- /Farsight/08.driver/ds18b20/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/ds18b20/test.c -------------------------------------------------------------------------------- /Farsight/08.driver/i2c/IIC中文版(免费).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/i2c/IIC中文版(免费).pdf -------------------------------------------------------------------------------- /Farsight/08.driver/i2c/IIC总线协议.ppt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/i2c/IIC总线协议.ppt -------------------------------------------------------------------------------- /Farsight/08.driver/i2c/MPU-60X0寄存器中文版V4.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/i2c/MPU-60X0寄存器中文版V4.0.pdf -------------------------------------------------------------------------------- /Farsight/08.driver/i2c/i2c.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/i2c/i2c.jpg -------------------------------------------------------------------------------- /Farsight/08.driver/i2c/i2c问题.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/i2c/i2c问题.txt -------------------------------------------------------------------------------- /Farsight/08.driver/i2c/mpu6050寄存器中文版.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/i2c/mpu6050寄存器中文版.pdf -------------------------------------------------------------------------------- /Farsight/08.driver/irq.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/irq.jpg -------------------------------------------------------------------------------- /Farsight/08.driver/poll-select.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/poll-select.jpg -------------------------------------------------------------------------------- /Farsight/08.driver/字符设备.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/字符设备.jpg -------------------------------------------------------------------------------- /Farsight/08.driver/虚拟网卡修改好的/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/虚拟网卡修改好的/Makefile -------------------------------------------------------------------------------- /Farsight/08.driver/虚拟网卡修改好的/virt_net.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/虚拟网卡修改好的/virt_net.c -------------------------------------------------------------------------------- /Farsight/08.driver/进程阻塞和唤醒的过程.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/08.driver/进程阻塞和唤醒的过程.png -------------------------------------------------------------------------------- /Farsight/嵌入式 学习路线图_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Farsight/嵌入式 学习路线图_2.png -------------------------------------------------------------------------------- /Money/1.黄牛行业解密.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Money/1.黄牛行业解密.org -------------------------------------------------------------------------------- /Money/2.探探无限制加好友的方法.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Money/2.探探无限制加好友的方法.org -------------------------------------------------------------------------------- /Money/3.投资工具.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Money/3.投资工具.org -------------------------------------------------------------------------------- /Money/credit.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Money/credit.org -------------------------------------------------------------------------------- /Money/credit/CGB.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Money/credit/CGB.md -------------------------------------------------------------------------------- /Money/credit/CITIC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Money/credit/CITIC.md -------------------------------------------------------------------------------- /Money/credit/CMBC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Money/credit/CMBC.md -------------------------------------------------------------------------------- /Money/credit/OCOM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Money/credit/OCOM.md -------------------------------------------------------------------------------- /Money/credit/POS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Money/credit/POS.md -------------------------------------------------------------------------------- /Money/credit/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Money/credit/ReadMe.md -------------------------------------------------------------------------------- /Money/credit/tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Money/credit/tools.md -------------------------------------------------------------------------------- /Money/credit/为什么要养卡.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Money/credit/为什么要养卡.md -------------------------------------------------------------------------------- /Money/credit/养卡工具必备.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Money/credit/养卡工具必备.md -------------------------------------------------------------------------------- /Money/credit/玩转信用卡之流派.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Money/credit/玩转信用卡之流派.md -------------------------------------------------------------------------------- /Money/dd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Money/dd.md -------------------------------------------------------------------------------- /Money/excel.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Money/excel.org -------------------------------------------------------------------------------- /Money/insur.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Money/insur.org -------------------------------------------------------------------------------- /Money/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Money/main.c -------------------------------------------------------------------------------- /Money/makecoin.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Money/makecoin.org -------------------------------------------------------------------------------- /Money/newifi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Money/newifi.md -------------------------------------------------------------------------------- /Money/p2p.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Money/p2p.md -------------------------------------------------------------------------------- /Money/pc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Money/pc.md -------------------------------------------------------------------------------- /Money/todo.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Money/todo.org -------------------------------------------------------------------------------- /Money/个人投资模型.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Money/个人投资模型.org -------------------------------------------------------------------------------- /Money/藏酒.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Money/藏酒.org -------------------------------------------------------------------------------- /Money/选股策略.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/Money/选股策略.org -------------------------------------------------------------------------------- /MyINFO.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/MyINFO.org -------------------------------------------------------------------------------- /OpenWrt/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/OpenWrt/README.md -------------------------------------------------------------------------------- /OpenWrt/linux系统中如何打开察看img文件内容.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/OpenWrt/linux系统中如何打开察看img文件内容.md -------------------------------------------------------------------------------- /OpenWrt/openwrt.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/OpenWrt/openwrt.org -------------------------------------------------------------------------------- /OpenWrt/tools.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/OpenWrt/tools.org -------------------------------------------------------------------------------- /README.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/README.org -------------------------------------------------------------------------------- /RPI/01.参考文档.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/RPI/01.参考文档.org -------------------------------------------------------------------------------- /android/README.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/README.org -------------------------------------------------------------------------------- /android/ServiceManager/01.ServiceManager.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/ServiceManager/01.ServiceManager.org -------------------------------------------------------------------------------- /android/ServiceManager/11.binder机制.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/ServiceManager/11.binder机制.org -------------------------------------------------------------------------------- /android/Stability/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/Stability/README.md -------------------------------------------------------------------------------- /android/adc/05.adc.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/adc/05.adc.org -------------------------------------------------------------------------------- /android/audio/Android audio 输出设备选择过程分析.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/Android audio 输出设备选择过程分析.md -------------------------------------------------------------------------------- /android/audio/AudioStructure.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/AudioStructure.org -------------------------------------------------------------------------------- /android/audio/Introduction.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/Introduction.org -------------------------------------------------------------------------------- /android/audio/Linux ALSA声卡驱动之一:alsa架构及asoc架构介绍.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/Linux ALSA声卡驱动之一:alsa架构及asoc架构介绍.md -------------------------------------------------------------------------------- /android/audio/Linux ALSA声卡驱动之七:kcontrol讲解及注册.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/Linux ALSA声卡驱动之七:kcontrol讲解及注册.md -------------------------------------------------------------------------------- /android/audio/Linux ALSA声卡驱动之三:platform之CPU_DAI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/Linux ALSA声卡驱动之三:platform之CPU_DAI.md -------------------------------------------------------------------------------- /android/audio/Linux ALSA声卡驱动之九:dapm_widgets讲解及注册.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/Linux ALSA声卡驱动之九:dapm_widgets讲解及注册.md -------------------------------------------------------------------------------- /android/audio/Linux ALSA声卡驱动之二:platform驱动.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/Linux ALSA声卡驱动之二:platform驱动.md -------------------------------------------------------------------------------- /android/audio/Linux ALSA声卡驱动之六:DPCM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/Linux ALSA声卡驱动之六:DPCM.md -------------------------------------------------------------------------------- /android/audio/Linux ALSA声卡驱动之十:headset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/Linux ALSA声卡驱动之十:headset.md -------------------------------------------------------------------------------- /android/audio/Linux ALSA声卡驱动之四:Codec 以及Codec_dai.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/Linux ALSA声卡驱动之四:Codec 以及Codec_dai.md -------------------------------------------------------------------------------- /android/audio/Linux ALSA框架系列文章.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/Linux ALSA框架系列文章.md -------------------------------------------------------------------------------- /android/audio/MediaCodec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/MediaCodec.md -------------------------------------------------------------------------------- /android/audio/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/README.md -------------------------------------------------------------------------------- /android/audio/README.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/README.org -------------------------------------------------------------------------------- /android/audio/alsa.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/alsa.org -------------------------------------------------------------------------------- /android/audio/android的native层编译流程.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/android的native层编译流程.md -------------------------------------------------------------------------------- /android/audio/audio-dict.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/audio-dict.org -------------------------------------------------------------------------------- /android/audio/audio_dump.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/audio_dump.sh -------------------------------------------------------------------------------- /android/audio/audio_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/audio_init.c -------------------------------------------------------------------------------- /android/audio/audio_offload.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/audio_offload.sh -------------------------------------------------------------------------------- /android/audio/audio_remote_submix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/audio_remote_submix.md -------------------------------------------------------------------------------- /android/audio/audioeffect.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/audioeffect.md -------------------------------------------------------------------------------- /android/audio/audiomixer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/audiomixer.md -------------------------------------------------------------------------------- /android/audio/audiopush.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/audiopush.sh -------------------------------------------------------------------------------- /android/audio/audiorecord.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/audiorecord.md -------------------------------------------------------------------------------- /android/audio/audio音频数据流程.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/audio音频数据流程.md -------------------------------------------------------------------------------- /android/audio/bug.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/bug.org -------------------------------------------------------------------------------- /android/audio/debug.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/debug.org -------------------------------------------------------------------------------- /android/audio/default_V2.6_auddsp_btfmwlan_ril.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/default_V2.6_auddsp_btfmwlan_ril.cfg -------------------------------------------------------------------------------- /android/audio/default_V2.6_auddsp_btfmwlan_ril.dmc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/default_V2.6_auddsp_btfmwlan_ril.dmc -------------------------------------------------------------------------------- /android/audio/fluence.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/fluence.org -------------------------------------------------------------------------------- /android/audio/hal层被调用关系.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/hal层被调用关系.md -------------------------------------------------------------------------------- /android/audio/img/5.1环绕技术示意图.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/img/5.1环绕技术示意图.png -------------------------------------------------------------------------------- /android/audio/img/Audio_Software.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/img/Audio_Software.png -------------------------------------------------------------------------------- /android/audio/img/Deep_buffer_playback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/img/Deep_buffer_playback.png -------------------------------------------------------------------------------- /android/audio/img/MEdiaCodec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/img/MEdiaCodec.png -------------------------------------------------------------------------------- /android/audio/img/alsa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/img/alsa.png -------------------------------------------------------------------------------- /android/audio/img/audio.mdj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/img/audio.mdj -------------------------------------------------------------------------------- /android/audio/img/audio_jack_to_USB_Type-c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/img/audio_jack_to_USB_Type-c.png -------------------------------------------------------------------------------- /android/audio/img/audio_software.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/img/audio_software.png -------------------------------------------------------------------------------- /android/audio/img/audio_voice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/img/audio_voice.png -------------------------------------------------------------------------------- /android/audio/img/dai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/img/dai.png -------------------------------------------------------------------------------- /android/audio/img/mbhc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/img/mbhc.png -------------------------------------------------------------------------------- /android/audio/img/msm+pm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/img/msm+pm.png -------------------------------------------------------------------------------- /android/audio/img/msm+wcd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/img/msm+wcd.png -------------------------------------------------------------------------------- /android/audio/img/recording_and_playback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/img/recording_and_playback.png -------------------------------------------------------------------------------- /android/audio/method.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/method.org -------------------------------------------------------------------------------- /android/audio/patch/0001-hal-callstack.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/patch/0001-hal-callstack.patch -------------------------------------------------------------------------------- /android/audio/patch/0dBFS 1KHz sine.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/patch/0dBFS 1KHz sine.mp3 -------------------------------------------------------------------------------- /android/audio/patch/AudioRecord: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/patch/AudioRecord -------------------------------------------------------------------------------- /android/audio/patch/AudioTrack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/patch/AudioTrack -------------------------------------------------------------------------------- /android/audio/patch/PCM_dump_hal_a2dp.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/patch/PCM_dump_hal_a2dp.patch -------------------------------------------------------------------------------- /android/audio/patch/README.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/patch/README.org -------------------------------------------------------------------------------- /android/audio/patch/audio-pcm-dump.patch.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/patch/audio-pcm-dump.patch.tar.gz -------------------------------------------------------------------------------- /android/audio/patch/audio_pcm_dump_hal.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/patch/audio_pcm_dump_hal.patch -------------------------------------------------------------------------------- /android/audio/patch/crosstalk 10k_-6db_L.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/patch/crosstalk 10k_-6db_L.mp3 -------------------------------------------------------------------------------- /android/audio/patch/crosstalk 10k_-6db_R.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/patch/crosstalk 10k_-6db_R.mp3 -------------------------------------------------------------------------------- /android/audio/patch/静音48K.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/patch/静音48K.mp3 -------------------------------------------------------------------------------- /android/audio/performance.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/performance.sh -------------------------------------------------------------------------------- /android/audio/playback.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/playback.org -------------------------------------------------------------------------------- /android/audio/soundplayer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/soundplayer.md -------------------------------------------------------------------------------- /android/audio/soundrecorder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/soundrecorder.md -------------------------------------------------------------------------------- /android/audio/soundtrigger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/soundtrigger.md -------------------------------------------------------------------------------- /android/audio/systemsound.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/systemsound.org -------------------------------------------------------------------------------- /android/audio/ttymode.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/ttymode.org -------------------------------------------------------------------------------- /android/audio/usb-audio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/usb-audio.md -------------------------------------------------------------------------------- /android/audio/音频基础知识.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/audio/音频基础知识.md -------------------------------------------------------------------------------- /android/bt/README.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/bt/README.org -------------------------------------------------------------------------------- /android/camera/README.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/camera/README.org -------------------------------------------------------------------------------- /android/clk/README.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/clk/README.org -------------------------------------------------------------------------------- /android/commands/README.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/commands/README.org -------------------------------------------------------------------------------- /android/commands/adb.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/commands/adb.org -------------------------------------------------------------------------------- /android/commands/am.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/commands/am.org -------------------------------------------------------------------------------- /android/commands/busybox.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/commands/busybox.org -------------------------------------------------------------------------------- /android/commands/fastboot.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/commands/fastboot.org -------------------------------------------------------------------------------- /android/commands/i2ctool.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/commands/i2ctool.org -------------------------------------------------------------------------------- /android/commands/input.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/commands/input.org -------------------------------------------------------------------------------- /android/commands/logcat.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/commands/logcat.org -------------------------------------------------------------------------------- /android/commands/logkit.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/commands/logkit.org -------------------------------------------------------------------------------- /android/commands/mkbootimg.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/commands/mkbootimg.org -------------------------------------------------------------------------------- /android/commands/mm-audio-ftm.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/commands/mm-audio-ftm.org -------------------------------------------------------------------------------- /android/commands/moneky.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/commands/moneky.org -------------------------------------------------------------------------------- /android/commands/pm.org: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/commands/repo.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/commands/repo.org -------------------------------------------------------------------------------- /android/commands/systrace.org: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/commands/termux.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/commands/termux.org -------------------------------------------------------------------------------- /android/commands/tinyalsa.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/commands/tinyalsa.org -------------------------------------------------------------------------------- /android/commands/wm.org: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/debug/05.Android各层中日志打印功能的应用.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/debug/05.Android各层中日志打印功能的应用.org -------------------------------------------------------------------------------- /android/debug/adb_on_wifi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/debug/adb_on_wifi.md -------------------------------------------------------------------------------- /android/debug/android_usb.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/debug/android_usb.sh -------------------------------------------------------------------------------- /android/debug/dcc.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/debug/dcc.org -------------------------------------------------------------------------------- /android/debug/dcc_debug.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/debug/dcc_debug.sh -------------------------------------------------------------------------------- /android/debug/kernel_Dynamic_debug.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/debug/kernel_Dynamic_debug.org -------------------------------------------------------------------------------- /android/debug/kernel_configuratio.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/debug/kernel_configuratio.org -------------------------------------------------------------------------------- /android/debug/others/Beyond.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/debug/others/Beyond.mp3 -------------------------------------------------------------------------------- /android/debug/power/AOP_Debug_Scripts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/debug/power/AOP_Debug_Scripts.md -------------------------------------------------------------------------------- /android/debug/power/ReadMe.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/debug/power/ReadMe.org -------------------------------------------------------------------------------- /android/debug/power/battery.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/debug/power/battery.sh -------------------------------------------------------------------------------- /android/debug/power/battery_init.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/debug/power/battery_init.sh -------------------------------------------------------------------------------- /android/debug/power/fg_debug_dump.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/debug/power/fg_debug_dump.sh -------------------------------------------------------------------------------- /android/debug/power/gpu_busy.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/debug/power/gpu_busy.pl -------------------------------------------------------------------------------- /android/debug/power/monsoon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/debug/power/monsoon.py -------------------------------------------------------------------------------- /android/debug/power/msmbusvoting.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/debug/power/msmbusvoting.exe -------------------------------------------------------------------------------- /android/debug/power/perftop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/debug/power/perftop -------------------------------------------------------------------------------- /android/debug/power/power_debug.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/debug/power/power_debug.sh -------------------------------------------------------------------------------- /android/debug/power/powertop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/debug/power/powertop -------------------------------------------------------------------------------- /android/debug/power/regulator.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/debug/power/regulator.sh -------------------------------------------------------------------------------- /android/debug/printk.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/debug/printk.org -------------------------------------------------------------------------------- /android/debug/script/build_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/debug/script/build_all.sh -------------------------------------------------------------------------------- /android/debug/script/flash_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/debug/script/flash_all.sh -------------------------------------------------------------------------------- /android/debug/script/flashall_AFT.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/debug/script/flashall_AFT.bat -------------------------------------------------------------------------------- /android/debug/script/monkey.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/debug/script/monkey.sh -------------------------------------------------------------------------------- /android/debug/script/repo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/debug/script/repo.sh -------------------------------------------------------------------------------- /android/debug/script/scp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/debug/script/scp.sh -------------------------------------------------------------------------------- /android/debug/systrace.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/debug/systrace.org -------------------------------------------------------------------------------- /android/debug/tools/android_test.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/debug/tools/android_test.org -------------------------------------------------------------------------------- /android/debug/tools/bugreport.org: -------------------------------------------------------------------------------- 1 | adb bugreport 2 | -------------------------------------------------------------------------------- /android/debug/tools/bugreport/bugrepot.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/debug/tools/bugreport/bugrepot.org -------------------------------------------------------------------------------- /android/debug/tools/busybox.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/debug/tools/busybox.org -------------------------------------------------------------------------------- /android/debug/tools/cts.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/debug/tools/cts.org -------------------------------------------------------------------------------- /android/debug/tools/ftrace.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/debug/tools/ftrace.org -------------------------------------------------------------------------------- /android/debug/tools/powertop.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/debug/tools/powertop.org -------------------------------------------------------------------------------- /android/debug/tools/top.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/debug/tools/top.org -------------------------------------------------------------------------------- /android/debug/track.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/debug/track.org -------------------------------------------------------------------------------- /android/debug/uart_config.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/debug/uart_config.org -------------------------------------------------------------------------------- /android/device/README.md: -------------------------------------------------------------------------------- 1 | # README 2 | 主要是手机客制化内容 3 | -------------------------------------------------------------------------------- /android/device/how_to_change_partition.md: -------------------------------------------------------------------------------- 1 | amss/M8937.LA.3.0.1/common/config/partition.xml 2 | -------------------------------------------------------------------------------- /android/device/how_to_disabled_vendorimage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/device/how_to_disabled_vendorimage.md -------------------------------------------------------------------------------- /android/device/how_to_remove_app.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/device/how_to_remove_app.md -------------------------------------------------------------------------------- /android/devicetree/01.of函数.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/devicetree/01.of函数.org -------------------------------------------------------------------------------- /android/devicetree/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/devicetree/README.md -------------------------------------------------------------------------------- /android/devicetree/bin/dts_list.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/devicetree/bin/dts_list.pyc -------------------------------------------------------------------------------- /android/devicetree/bin/gv.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/devicetree/bin/gv.pyc -------------------------------------------------------------------------------- /android/display/README.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/display/README.org -------------------------------------------------------------------------------- /android/display/ReadMe.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/display/ReadMe.org -------------------------------------------------------------------------------- /android/display/audio-dict.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/display/audio-dict.org -------------------------------------------------------------------------------- /android/display/displaypush.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/display/displaypush.sh -------------------------------------------------------------------------------- /android/display/dsi-panel-hx8394f-720p-video.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/display/dsi-panel-hx8394f-720p-video.dtsi -------------------------------------------------------------------------------- /android/edk2/README.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/edk2/README.org -------------------------------------------------------------------------------- /android/fingerprint/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/fingerprint/README.md -------------------------------------------------------------------------------- /android/fs/02.proc-sys-debug文件系统用法.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/fs/02.proc-sys-debug文件系统用法.org -------------------------------------------------------------------------------- /android/fs/README.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/fs/README.org -------------------------------------------------------------------------------- /android/fs/debugfs.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/fs/debugfs.org -------------------------------------------------------------------------------- /android/fs/debugfs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/fs/debugfs/Makefile -------------------------------------------------------------------------------- /android/fs/debugfs/my_debugfs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/fs/debugfs/my_debugfs.c -------------------------------------------------------------------------------- /android/fs/fs.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/fs/fs.org -------------------------------------------------------------------------------- /android/fs/sysfs.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/fs/sysfs.org -------------------------------------------------------------------------------- /android/gms/vts.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/gms/vts.org -------------------------------------------------------------------------------- /android/gpio/01.gpio框架.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/gpio/01.gpio框架.org -------------------------------------------------------------------------------- /android/gpio/02.pinctrl子系统.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/gpio/02.pinctrl子系统.org -------------------------------------------------------------------------------- /android/gpio/qcom_gpio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/gpio/qcom_gpio.md -------------------------------------------------------------------------------- /android/gps/qcom/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/gps/qcom/README.md -------------------------------------------------------------------------------- /android/init/03.init.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/init/03.init.org -------------------------------------------------------------------------------- /android/init/07.android启动流程.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/init/07.android启动流程.dot -------------------------------------------------------------------------------- /android/init/init.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/init/init.rc -------------------------------------------------------------------------------- /android/input/01.input框架简介.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/input/01.input框架简介.org -------------------------------------------------------------------------------- /android/input/02.frameworks.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/input/02.frameworks.org -------------------------------------------------------------------------------- /android/input/driver/01.input子系统.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/input/driver/01.input子系统.org -------------------------------------------------------------------------------- /android/input/driver/03.input驱动详解.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/input/driver/03.input驱动详解.org -------------------------------------------------------------------------------- /android/input/driver/key/01.input之key.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/input/driver/key/01.input之key.org -------------------------------------------------------------------------------- /android/input/driver/key/gpio_keys.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/input/driver/key/gpio_keys.c -------------------------------------------------------------------------------- /android/input/framework/inputflinger.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/input/framework/inputflinger.org -------------------------------------------------------------------------------- /android/input/tools.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/input/tools.org -------------------------------------------------------------------------------- /android/input/touchscreen.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/input/touchscreen.org -------------------------------------------------------------------------------- /android/kernel/0001-learning-for-driver.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/kernel/0001-learning-for-driver.patch -------------------------------------------------------------------------------- /android/kernel/KernelDebugFeature.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/kernel/KernelDebugFeature.org -------------------------------------------------------------------------------- /android/kernel/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/kernel/Makefile -------------------------------------------------------------------------------- /android/kernel/perf.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/kernel/perf.org -------------------------------------------------------------------------------- /android/kernel/regmap.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/kernel/regmap.org -------------------------------------------------------------------------------- /android/led/AlarmNotifications.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/led/AlarmNotifications.org -------------------------------------------------------------------------------- /android/led/core/01.led框架.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/led/core/01.led框架.org -------------------------------------------------------------------------------- /android/led/core/triggers.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/led/core/triggers.org -------------------------------------------------------------------------------- /android/led/others.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/led/others.org -------------------------------------------------------------------------------- /android/led/qcom/camera-led.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/led/qcom/camera-led.org -------------------------------------------------------------------------------- /android/led/qcom/front-flash-idol4.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/led/qcom/front-flash-idol4.org -------------------------------------------------------------------------------- /android/led/qcom/leds-qpnp-flash.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/led/qcom/leds-qpnp-flash.org -------------------------------------------------------------------------------- /android/led/qcom/leds-qpnp-wled.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/led/qcom/leds-qpnp-wled.org -------------------------------------------------------------------------------- /android/led/qcom/leds-qpnp.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/led/qcom/leds-qpnp.org -------------------------------------------------------------------------------- /android/led/qcom/leds.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/led/qcom/leds.org -------------------------------------------------------------------------------- /android/lk/01.lk框架.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/lk/01.lk框架.org -------------------------------------------------------------------------------- /android/lk/README.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/lk/README.org -------------------------------------------------------------------------------- /android/logo/01.android中log修改方法.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/logo/01.android中log修改方法.org -------------------------------------------------------------------------------- /android/logo/chargeoff_logo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/logo/chargeoff_logo.md -------------------------------------------------------------------------------- /android/mm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/mm/README.md -------------------------------------------------------------------------------- /android/net/01.net驱动基础.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/net/01.net驱动基础.org -------------------------------------------------------------------------------- /android/nfc/qcom/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/nfc/qcom/README -------------------------------------------------------------------------------- /android/others/03.Android_Environment_building.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/others/03.Android_Environment_building.org -------------------------------------------------------------------------------- /android/others/05.android镜像介绍.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/others/05.android镜像介绍.org -------------------------------------------------------------------------------- /android/others/10.叶丽军perso机制的技术分享.ppt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/others/10.叶丽军perso机制的技术分享.ppt -------------------------------------------------------------------------------- /android/others/Android.mk.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/others/Android.mk.org -------------------------------------------------------------------------------- /android/others/CountryCode.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/others/CountryCode.org -------------------------------------------------------------------------------- /android/others/app签名失败.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/others/app签名失败.org -------------------------------------------------------------------------------- /android/others/arm_license.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/others/arm_license.org -------------------------------------------------------------------------------- /android/others/auto.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/others/auto.sh -------------------------------------------------------------------------------- /android/others/crash.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/others/crash.org -------------------------------------------------------------------------------- /android/others/flash_aboot_boot_system_userdata.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/others/flash_aboot_boot_system_userdata.sh -------------------------------------------------------------------------------- /android/others/google账号没退出刷机.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/others/google账号没退出刷机.md -------------------------------------------------------------------------------- /android/others/irq.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/others/irq.org -------------------------------------------------------------------------------- /android/others/kernelconfig.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/others/kernelconfig.org -------------------------------------------------------------------------------- /android/others/kernel编译.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/others/kernel编译.org -------------------------------------------------------------------------------- /android/others/linux下查看库依赖关系.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/others/linux下查看库依赖关系.org -------------------------------------------------------------------------------- /android/others/manifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/others/manifest.xml -------------------------------------------------------------------------------- /android/others/pack-and-unnpack-nodes.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/others/pack-and-unnpack-nodes.org -------------------------------------------------------------------------------- /android/others/qcn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/others/qcn.md -------------------------------------------------------------------------------- /android/others/setprop.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/others/setprop.org -------------------------------------------------------------------------------- /android/others/tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/others/tools.md -------------------------------------------------------------------------------- /android/others/编译工具.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/others/编译工具.org -------------------------------------------------------------------------------- /android/power/driver/battery.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/power/driver/battery.org -------------------------------------------------------------------------------- /android/power/driver/core.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/power/driver/core.org -------------------------------------------------------------------------------- /android/power/driver/img/battery_temperature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/power/driver/img/battery_temperature.png -------------------------------------------------------------------------------- /android/power/driver/img/charger_hardware.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/power/driver/img/charger_hardware.png -------------------------------------------------------------------------------- /android/power/driver/img/paraller_charger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/power/driver/img/paraller_charger.png -------------------------------------------------------------------------------- /android/power/driver/qpnp-bms.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/power/driver/qpnp-bms.org -------------------------------------------------------------------------------- /android/power/driver/qpnp-fg.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/power/driver/qpnp-fg.org -------------------------------------------------------------------------------- /android/power/driver/qpnp-smbcharger.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/power/driver/qpnp-smbcharger.org -------------------------------------------------------------------------------- /android/power/driver/readme.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/power/driver/readme.org -------------------------------------------------------------------------------- /android/power/driver/smb1351-charger.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/power/driver/smb1351-charger.org -------------------------------------------------------------------------------- /android/power/driver/test.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/power/driver/test.org -------------------------------------------------------------------------------- /android/power/healthd/healthd.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/power/healthd/healthd.org -------------------------------------------------------------------------------- /android/power/pmic.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/power/pmic.org -------------------------------------------------------------------------------- /android/power/regulator.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/power/regulator.org -------------------------------------------------------------------------------- /android/power/service/06.PowerManager框架.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/power/service/06.PowerManager框架.org -------------------------------------------------------------------------------- /android/power/service/07.Battery框架.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/power/service/07.Battery框架.org -------------------------------------------------------------------------------- /android/power/wakelock/09.linux电源管理之简介.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/power/wakelock/09.linux电源管理之简介.org -------------------------------------------------------------------------------- /android/protocol/i2c/01.i2c框架.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/protocol/i2c/01.i2c框架.org -------------------------------------------------------------------------------- /android/protocol/i2c/02.src/i2c-core.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/protocol/i2c/02.src/i2c-core.c -------------------------------------------------------------------------------- /android/protocol/i2c/02.src/i2c-core.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/protocol/i2c/02.src/i2c-core.h -------------------------------------------------------------------------------- /android/protocol/i2c/02.src/i2c-dev.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/protocol/i2c/02.src/i2c-dev.c -------------------------------------------------------------------------------- /android/protocol/i2c/02.src/include/i2c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/protocol/i2c/02.src/include/i2c.h -------------------------------------------------------------------------------- /android/protocol/i2c/02.src/tags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/protocol/i2c/02.src/tags -------------------------------------------------------------------------------- /android/protocol/spi/01.spi框架.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/protocol/spi/01.spi框架.org -------------------------------------------------------------------------------- /android/pwm/01.pwm框架.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/pwm/01.pwm框架.org -------------------------------------------------------------------------------- /android/qcom/qcom专业术语.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/qcom/qcom专业术语.org -------------------------------------------------------------------------------- /android/qcom/xbl/xbl.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/qcom/xbl/xbl.org -------------------------------------------------------------------------------- /android/recovery/recovery.org: -------------------------------------------------------------------------------- 1 | * 简介 2 | -------------------------------------------------------------------------------- /android/selinux/01.selinux.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/selinux/01.selinux.org -------------------------------------------------------------------------------- /android/selinux/01.资料/01SEAndroid安全机制框架分析 .docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/selinux/01.资料/01SEAndroid安全机制框架分析 .docx -------------------------------------------------------------------------------- /android/selinux/01.资料/Selinux介绍和规则添加.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/selinux/01.资料/Selinux介绍和规则添加.doc -------------------------------------------------------------------------------- /android/selinux/01.资料/selinxu.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/selinux/01.资料/selinxu.pptx -------------------------------------------------------------------------------- /android/selinux/02.关键性文件.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/selinux/02.关键性文件.org -------------------------------------------------------------------------------- /android/selinux/picture/01.SEAndroid安全机制框架.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/selinux/picture/01.SEAndroid安全机制框架.png -------------------------------------------------------------------------------- /android/selinux/policypush.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/selinux/policypush.sh -------------------------------------------------------------------------------- /android/sensor/00.Sensor框架.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/sensor/00.Sensor框架.org -------------------------------------------------------------------------------- /android/sensor/README.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/sensor/README.org -------------------------------------------------------------------------------- /android/sensor/adsp.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/sensor/adsp.org -------------------------------------------------------------------------------- /android/sensor/code.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/sensor/code.org -------------------------------------------------------------------------------- /android/sensor/driver/01.sensor驱动框架.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/sensor/driver/01.sensor驱动框架.org -------------------------------------------------------------------------------- /android/sensor/hal/01.sensor简介及框架.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/sensor/hal/01.sensor简介及框架.org -------------------------------------------------------------------------------- /android/sensor/img/SSCFramework-aDSP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/sensor/img/SSCFramework-aDSP.png -------------------------------------------------------------------------------- /android/sensor/img/SSCSoftwareArchitecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/sensor/img/SSCSoftwareArchitecture.png -------------------------------------------------------------------------------- /android/sensor/img/SSC_Framework.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/sensor/img/SSC_Framework.png -------------------------------------------------------------------------------- /android/sensor/img/SSC_SoftwareArchitecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/sensor/img/SSC_SoftwareArchitecture.png -------------------------------------------------------------------------------- /android/sensor/img/SensorArchitectureOnAndroid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/sensor/img/SensorArchitectureOnAndroid.png -------------------------------------------------------------------------------- /android/sensor/img/aDSP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/sensor/img/aDSP.png -------------------------------------------------------------------------------- /android/sensor/img/sensor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/sensor/img/sensor.png -------------------------------------------------------------------------------- /android/sensor/quest.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/sensor/quest.org -------------------------------------------------------------------------------- /android/sensor/sensor.mdj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/sensor/sensor.mdj -------------------------------------------------------------------------------- /android/sensor/sensor.org: -------------------------------------------------------------------------------- 1 | Android-传感器开发-方向判断 https://blog.csdn.net/chenzhen1080/article/details/54633319 2 | 陀螺仪靠右手法则确认方向 3 | -------------------------------------------------------------------------------- /android/sensor/sensorpush.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/sensor/sensorpush.sh -------------------------------------------------------------------------------- /android/sensor/sns_hal_p.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/sensor/sns_hal_p.sh -------------------------------------------------------------------------------- /android/sensor/sns_qxdmlog.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/sensor/sns_qxdmlog.cfg -------------------------------------------------------------------------------- /android/sensor/tools.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/sensor/tools.org -------------------------------------------------------------------------------- /android/storage/mmc/bug.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/storage/mmc/bug.org -------------------------------------------------------------------------------- /android/storage/mmc/emmc.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/storage/mmc/emmc.org -------------------------------------------------------------------------------- /android/storage/mmc/how_to_mount_mmc_in_android.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/storage/mmc/how_to_mount_mmc_in_android.org -------------------------------------------------------------------------------- /android/storage/mmc/readme.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/storage/mmc/readme.org -------------------------------------------------------------------------------- /android/storage/mmc/sdio.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/storage/mmc/sdio.org -------------------------------------------------------------------------------- /android/storage/ufs/readme.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/storage/ufs/readme.org -------------------------------------------------------------------------------- /android/system/dump_gpio_status_to_rpm.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/system/dump_gpio_status_to_rpm.org -------------------------------------------------------------------------------- /android/system/gpio_dump.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/system/gpio_dump.sh -------------------------------------------------------------------------------- /android/system/ramdump-parser.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/system/ramdump-parser.sh -------------------------------------------------------------------------------- /android/system/ramdump.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/system/ramdump.org -------------------------------------------------------------------------------- /android/system/rpm.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/system/rpm.org -------------------------------------------------------------------------------- /android/system/rpmdump-parser.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/system/rpmdump-parser.sh -------------------------------------------------------------------------------- /android/test/README.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/test/README.org -------------------------------------------------------------------------------- /android/test/appium.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/test/appium.org -------------------------------------------------------------------------------- /android/thermal/README.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/thermal/README.org -------------------------------------------------------------------------------- /android/tty/tty_pty_and_pts.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/tty/tty_pty_and_pts.org -------------------------------------------------------------------------------- /android/usb/01.usb_driver/01.usb协议.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/usb/01.usb_driver/01.usb协议.org -------------------------------------------------------------------------------- /android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/getstatusv2.asc: -------------------------------------------------------------------------------- 1 | doccheckart([ { "result":0}]) -------------------------------------------------------------------------------- /android/usb/01.usb_driver/README.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/usb/01.usb_driver/README.org -------------------------------------------------------------------------------- /android/usb/01.usb_driver/usb-skeleton.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/usb/01.usb_driver/usb-skeleton.c -------------------------------------------------------------------------------- /android/usb/02.android之MTP框架和流程分析.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/usb/02.android之MTP框架和流程分析.org -------------------------------------------------------------------------------- /android/usb/03.usb.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/usb/03.usb.org -------------------------------------------------------------------------------- /android/usb/04.usb.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/usb/04.usb.org -------------------------------------------------------------------------------- /android/usb/05.vold框架学习/05.vold架构学习.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/usb/05.vold框架学习/05.vold架构学习.org -------------------------------------------------------------------------------- /android/usb/05.vold框架学习/picture/vold框架图.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/usb/05.vold框架学习/picture/vold框架图.png -------------------------------------------------------------------------------- /android/usb/mtp框架.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/usb/mtp框架.jpg -------------------------------------------------------------------------------- /android/usb/picture/01.USBFramework.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/usb/picture/01.USBFramework.dot -------------------------------------------------------------------------------- /android/usb/picture/01.USBFramework.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/usb/picture/01.USBFramework.png -------------------------------------------------------------------------------- /android/usb/picture/02.MTP启动流程.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/usb/picture/02.MTP启动流程.dot -------------------------------------------------------------------------------- /android/usb/picture/aa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/usb/picture/aa.png -------------------------------------------------------------------------------- /android/usb/picture/mtp框架.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/usb/picture/mtp框架.jpg -------------------------------------------------------------------------------- /android/usb/usb追踪路线.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/usb/usb追踪路线.txt -------------------------------------------------------------------------------- /android/video/README.org: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/video/app/01.v4l2编程流程.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/video/app/01.v4l2编程流程.org -------------------------------------------------------------------------------- /android/video/app/capture_demo.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/video/app/capture_demo.tar.gz -------------------------------------------------------------------------------- /android/video/driver/01.Video4Linux基础.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/video/driver/01.Video4Linux基础.org -------------------------------------------------------------------------------- /android/video/driver/03.getopt_long函数.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/video/driver/03.getopt_long函数.c -------------------------------------------------------------------------------- /android/video/lcd/framebuffer.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/android/video/lcd/framebuffer.org -------------------------------------------------------------------------------- /android/video/lcd/qcom的lcd.org: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /armbian/armbian之根文件系统详解.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/armbian/armbian之根文件系统详解.md -------------------------------------------------------------------------------- /autojs/RootRead.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/autojs/RootRead.js -------------------------------------------------------------------------------- /autojs/ShellRead.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/autojs/ShellRead.js -------------------------------------------------------------------------------- /autojs/ShellRead.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/autojs/ShellRead.sh -------------------------------------------------------------------------------- /autojs/call.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/autojs/call.sh -------------------------------------------------------------------------------- /autojs/dd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/autojs/dd.js -------------------------------------------------------------------------------- /autojs/install.sh: -------------------------------------------------------------------------------- 1 | adb push $1 /sdcard/脚本/ 2 | -------------------------------------------------------------------------------- /fpga/README.org: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fpga/Verilog.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/fpga/Verilog.org -------------------------------------------------------------------------------- /ipfs/ipfs.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/ipfs/ipfs.org -------------------------------------------------------------------------------- /language/c/01.Linux_C编程内存泄露检测工具.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/language/c/01.Linux_C编程内存泄露检测工具.org -------------------------------------------------------------------------------- /language/c/11.c字符串操作总结大全.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/language/c/11.c字符串操作总结大全.org -------------------------------------------------------------------------------- /language/c/22.二维数组高级用法.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/language/c/22.二维数组高级用法.c -------------------------------------------------------------------------------- /language/c/99.c细节总结笔记.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/language/c/99.c细节总结笔记.org -------------------------------------------------------------------------------- /language/c/sscanf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/language/c/sscanf.c -------------------------------------------------------------------------------- /language/c/time_ext.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/language/c/time_ext.c -------------------------------------------------------------------------------- /language/c/经典C语言100题.ppt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/language/c/经典C语言100题.ppt -------------------------------------------------------------------------------- /language/python/ReadMe.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/language/python/ReadMe.org -------------------------------------------------------------------------------- /language/python/SQL/MySQL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/language/python/SQL/MySQL.md -------------------------------------------------------------------------------- /language/python/SQL/MySQL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/language/python/SQL/MySQL.py -------------------------------------------------------------------------------- /language/python/douban/ReadMe.org: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /language/python/douban/douban.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/language/python/douban/douban.py -------------------------------------------------------------------------------- /language/python/douban/douban_requests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/language/python/douban/douban_requests.py -------------------------------------------------------------------------------- /language/python/douban/douban_session.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/language/python/douban/douban_session.py -------------------------------------------------------------------------------- /language/python/douban/douban_urllib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/language/python/douban/douban_urllib.py -------------------------------------------------------------------------------- /language/python/ebook/ReadMe.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/language/python/ebook/ReadMe.org -------------------------------------------------------------------------------- /language/python/ebook/douban_requests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/language/python/ebook/douban_requests.py -------------------------------------------------------------------------------- /language/python/ebook/get_book.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/language/python/ebook/get_book.py -------------------------------------------------------------------------------- /language/python/html_css.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/language/python/html_css.org -------------------------------------------------------------------------------- /language/python/html_xml_json.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/language/python/html_xml_json.py -------------------------------------------------------------------------------- /language/python/jd/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/language/python/jd/ReadMe.md -------------------------------------------------------------------------------- /language/python/jd/geckodriver.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/language/python/jd/geckodriver.log -------------------------------------------------------------------------------- /language/python/jd/ghostdriver.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/language/python/jd/ghostdriver.log -------------------------------------------------------------------------------- /language/python/jd/jd_selenium.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/language/python/jd/jd_selenium.py -------------------------------------------------------------------------------- /language/python/jd/money.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/language/python/jd/money.c -------------------------------------------------------------------------------- /language/python/jd/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/language/python/jd/test.py -------------------------------------------------------------------------------- /language/python/jd/test1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/language/python/jd/test1.py -------------------------------------------------------------------------------- /language/python/jingdong.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/language/python/jingdong.py -------------------------------------------------------------------------------- /language/python/learn_cookies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/language/python/learn_cookies.py -------------------------------------------------------------------------------- /language/python/learn_http.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/language/python/learn_http.py -------------------------------------------------------------------------------- /language/python/learn_urllib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/language/python/learn_urllib.py -------------------------------------------------------------------------------- /language/python/logout.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/language/python/logout.py -------------------------------------------------------------------------------- /language/python/pyspider/ReadMe.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/language/python/pyspider/ReadMe.org -------------------------------------------------------------------------------- /language/python/pyspider/start.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/language/python/pyspider/start.py -------------------------------------------------------------------------------- /language/python/模拟登陆.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/language/python/模拟登陆.py -------------------------------------------------------------------------------- /language/shell/shell_errno_code.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/language/shell/shell_errno_code.org -------------------------------------------------------------------------------- /linux/03.graphviz/1.1.点线的形状和颜色.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/03.graphviz/1.1.点线的形状和颜色.dot -------------------------------------------------------------------------------- /linux/03.graphviz/1.2.点线的形状和颜色.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/03.graphviz/1.2.点线的形状和颜色.dot -------------------------------------------------------------------------------- /linux/03.graphviz/1.3.点线的形状和颜色.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/03.graphviz/1.3.点线的形状和颜色.dot -------------------------------------------------------------------------------- /linux/03.graphviz/1.4.点线的形状和颜色.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/03.graphviz/1.4.点线的形状和颜色.dot -------------------------------------------------------------------------------- /linux/03.graphviz/1.5.点线的形状和颜色.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/03.graphviz/1.5.点线的形状和颜色.dot -------------------------------------------------------------------------------- /linux/03.graphviz/1.6.点线的形状和颜色.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/03.graphviz/1.6.点线的形状和颜色.dot -------------------------------------------------------------------------------- /linux/03.graphviz/1.官方资料/11.graphviz细节.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/03.graphviz/1.官方资料/11.graphviz细节.org -------------------------------------------------------------------------------- /linux/03.graphviz/1.官方资料/dotguide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/03.graphviz/1.官方资料/dotguide.pdf -------------------------------------------------------------------------------- /linux/03.graphviz/1.官方资料/dottyguide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/03.graphviz/1.官方资料/dottyguide.pdf -------------------------------------------------------------------------------- /linux/03.graphviz/1.官方资料/neatoguide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/03.graphviz/1.官方资料/neatoguide.pdf -------------------------------------------------------------------------------- /linux/03.graphviz/2.1.点线的位置子图.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/03.graphviz/2.1.点线的位置子图.dot -------------------------------------------------------------------------------- /linux/03.graphviz/2.2.点线的位置子图.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/03.graphviz/2.2.点线的位置子图.dot -------------------------------------------------------------------------------- /linux/03.graphviz/2.3.点线的位置子图.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/03.graphviz/2.3.点线的位置子图.dot -------------------------------------------------------------------------------- /linux/03.graphviz/2.4.点线的位置子图.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/03.graphviz/2.4.点线的位置子图.dot -------------------------------------------------------------------------------- /linux/03.graphviz/2.5.点线的位置子图.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/03.graphviz/2.5.点线的位置子图.dot -------------------------------------------------------------------------------- /linux/03.graphviz/2.6.点线的位置子图.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/03.graphviz/2.6.点线的位置子图.dot -------------------------------------------------------------------------------- /linux/03.graphviz/3.1.总结之shape.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/03.graphviz/3.1.总结之shape.dot -------------------------------------------------------------------------------- /linux/03.graphviz/4.01.官方例程之cluster.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/03.graphviz/4.01.官方例程之cluster.dot -------------------------------------------------------------------------------- /linux/03.graphviz/4.02.官方例程之crazy.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/03.graphviz/4.02.官方例程之crazy.dot -------------------------------------------------------------------------------- /linux/03.graphviz/4.03.官方例程之datastruct.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/03.graphviz/4.03.官方例程之datastruct.dot -------------------------------------------------------------------------------- /linux/03.graphviz/4.04.官方例程之fsm.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/03.graphviz/4.04.官方例程之fsm.dot -------------------------------------------------------------------------------- /linux/03.graphviz/4.05.官方例程之Genetic_Programming.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/03.graphviz/4.05.官方例程之Genetic_Programming.dot -------------------------------------------------------------------------------- /linux/03.graphviz/4.06.官方例程之lion_share.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/03.graphviz/4.06.官方例程之lion_share.dot -------------------------------------------------------------------------------- /linux/03.graphviz/4.07.官方例程之profile.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/03.graphviz/4.07.官方例程之profile.dot -------------------------------------------------------------------------------- /linux/03.graphviz/4.08.官方例程之psg.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/03.graphviz/4.08.官方例程之psg.dot -------------------------------------------------------------------------------- /linux/03.graphviz/4.09.官方例程之sdh.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/03.graphviz/4.09.官方例程之sdh.dot -------------------------------------------------------------------------------- /linux/03.graphviz/4.10.官方例程之siblings.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/03.graphviz/4.10.官方例程之siblings.dot -------------------------------------------------------------------------------- /linux/03.graphviz/4.11.官方例程之switch.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/03.graphviz/4.11.官方例程之switch.dot -------------------------------------------------------------------------------- /linux/03.graphviz/4.12.官方例程之traffic_lights.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/03.graphviz/4.12.官方例程之traffic_lights.dot -------------------------------------------------------------------------------- /linux/03.graphviz/4.13.官方例程之unix.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/03.graphviz/4.13.官方例程之unix.dot -------------------------------------------------------------------------------- /linux/03.graphviz/4.14.官方例程之world.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/03.graphviz/4.14.官方例程之world.dot -------------------------------------------------------------------------------- /linux/03.graphviz/4.15.官方例程之twopi2.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/03.graphviz/4.15.官方例程之twopi2.dot -------------------------------------------------------------------------------- /linux/04.tmux/tmux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/04.tmux/tmux.md -------------------------------------------------------------------------------- /linux/04.tmux/tmux.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/04.tmux/tmux.org -------------------------------------------------------------------------------- /linux/04.tmux/tmuxinator.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/04.tmux/tmuxinator.org -------------------------------------------------------------------------------- /linux/06.question/01.git配置.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/06.question/01.git配置.org -------------------------------------------------------------------------------- /linux/06.question/02.将linux的HOME文件夹名改为英文.org: -------------------------------------------------------------------------------- 1 | export LANG=en_US.UTF-8 2 | xdg-user-dirs-gtk-update 3 | -------------------------------------------------------------------------------- /linux/06.question/03.totem播放器视频库安装.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/06.question/03.totem播放器视频库安装.org -------------------------------------------------------------------------------- /linux/06.question/04.fedora系统升级.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/06.question/04.fedora系统升级.org -------------------------------------------------------------------------------- /linux/06.question/11.nfs挂载失败解决方法.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/06.question/11.nfs挂载失败解决方法.org -------------------------------------------------------------------------------- /linux/06.question/18.Linux与window文件乱码问题.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/06.question/18.Linux与window文件乱码问题.org -------------------------------------------------------------------------------- /linux/06.question/20.linux网络配置.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/06.question/20.linux网络配置.org -------------------------------------------------------------------------------- /linux/06.question/bash设置成vi命令模式.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/06.question/bash设置成vi命令模式.org -------------------------------------------------------------------------------- /linux/06.question/bcompare4注册码: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/06.question/bcompare4注册码 -------------------------------------------------------------------------------- /linux/06.question/clipboard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/06.question/clipboard.md -------------------------------------------------------------------------------- /linux/06.question/how_to_config_fedora_mirrors.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/06.question/how_to_config_fedora_mirrors.org -------------------------------------------------------------------------------- /linux/06.question/how_to_install_Multi_system.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/06.question/how_to_install_Multi_system.org -------------------------------------------------------------------------------- /linux/06.question/linux中快速删除大文件的方法.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/06.question/linux中快速删除大文件的方法.org -------------------------------------------------------------------------------- /linux/06.question/wps_for_linux_fonts.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/06.question/wps_for_linux_fonts.org -------------------------------------------------------------------------------- /linux/07.work/01.邮箱账号密码修改.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/07.work/01.邮箱账号密码修改.org -------------------------------------------------------------------------------- /linux/07.work/02.alm软件使用.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/07.work/02.alm软件使用.org -------------------------------------------------------------------------------- /linux/08.server/10.常见嵌入式web服务器.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/08.server/10.常见嵌入式web服务器.org -------------------------------------------------------------------------------- /linux/08.server/19.fedora23中配置tftp-service.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/08.server/19.fedora23中配置tftp-service.org -------------------------------------------------------------------------------- /linux/08.server/24.fedora23配置nfs服务器.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/08.server/24.fedora23配置nfs服务器.org -------------------------------------------------------------------------------- /linux/08.server/how-to-build-ftp-server.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/08.server/how-to-build-ftp-server.org -------------------------------------------------------------------------------- /linux/08.server/how-to-build-git-server.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/08.server/how-to-build-git-server.org -------------------------------------------------------------------------------- /linux/08.server/how-to-build-nfs-server.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/08.server/how-to-build-nfs-server.org -------------------------------------------------------------------------------- /linux/08.server/how-to-build-tftp-server.org: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /linux/08.server/how-to-build-vpn-server.org: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /linux/08.server/how_to_build_OpenGrok.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/08.server/how_to_build_OpenGrok.org -------------------------------------------------------------------------------- /linux/08.server/how_to_build_wordpress.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/08.server/how_to_build_wordpress.org -------------------------------------------------------------------------------- /linux/08.server/how_to_login_the_remote_linux.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/08.server/how_to_login_the_remote_linux.org -------------------------------------------------------------------------------- /linux/08.server/server.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/08.server/server.org -------------------------------------------------------------------------------- /linux/09.idea/01.天气预报.org: -------------------------------------------------------------------------------- 1 | * 2 | curl wttr.in 3 | -------------------------------------------------------------------------------- /linux/09.idea/33.linux系统备份方案.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/09.idea/33.linux系统备份方案.org -------------------------------------------------------------------------------- /linux/09.idea/grub.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/09.idea/grub.org -------------------------------------------------------------------------------- /linux/09.idea/how_to_downloads.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/09.idea/how_to_downloads.org -------------------------------------------------------------------------------- /linux/09.idea/u盘量产.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/09.idea/u盘量产.org -------------------------------------------------------------------------------- /linux/12.configure_notes.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/12.configure_notes.org -------------------------------------------------------------------------------- /linux/13.嵌入式开发工具包.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/13.嵌入式开发工具包.org -------------------------------------------------------------------------------- /linux/21.bash.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/21.bash.org -------------------------------------------------------------------------------- /linux/22.Virtualbox下给Fedora23装增强包.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/22.Virtualbox下给Fedora23装增强包.org -------------------------------------------------------------------------------- /linux/23.flash安装.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/23.flash安装.org -------------------------------------------------------------------------------- /linux/25.嵌入式构建工具.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/25.嵌入式构建工具.org -------------------------------------------------------------------------------- /linux/29.Makefile模板: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/29.Makefile模板 -------------------------------------------------------------------------------- /linux/30.sqlite3移植.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/30.sqlite3移植.org -------------------------------------------------------------------------------- /linux/32.linux系统常用软件清单.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/32.linux系统常用软件清单.org -------------------------------------------------------------------------------- /linux/Linux_System_Monitoring_and_Automation.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/Linux_System_Monitoring_and_Automation.org -------------------------------------------------------------------------------- /linux/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/Makefile -------------------------------------------------------------------------------- /linux/README.md: -------------------------------------------------------------------------------- 1 | # linux 2 | 3 | -------------------------------------------------------------------------------- /linux/commands/README.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/commands/README.org -------------------------------------------------------------------------------- /linux/commands/aria2.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/commands/aria2.org -------------------------------------------------------------------------------- /linux/commands/autojump.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/commands/autojump.org -------------------------------------------------------------------------------- /linux/commands/awesome-finder.org: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /linux/commands/awk.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/commands/awk.org -------------------------------------------------------------------------------- /linux/commands/axel.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/commands/axel.org -------------------------------------------------------------------------------- /linux/commands/btrfs.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/commands/btrfs.org -------------------------------------------------------------------------------- /linux/commands/chroot.org: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /linux/commands/crontab.org: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /linux/commands/curl.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/commands/curl.org -------------------------------------------------------------------------------- /linux/commands/curlftpfs.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/commands/curlftpfs.org -------------------------------------------------------------------------------- /linux/commands/date.org: -------------------------------------------------------------------------------- 1 | * 修改时间 2 | date -s "20170227" 3 | -------------------------------------------------------------------------------- /linux/commands/dd.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/commands/dd.org -------------------------------------------------------------------------------- /linux/commands/dmesg.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/commands/dmesg.org -------------------------------------------------------------------------------- /linux/commands/fdisk.org: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /linux/commands/fgrep.org: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /linux/commands/find.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/commands/find.org -------------------------------------------------------------------------------- /linux/commands/fsck.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/commands/fsck.org -------------------------------------------------------------------------------- /linux/commands/fzf.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/commands/fzf.org -------------------------------------------------------------------------------- /linux/commands/gdb.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/commands/gdb.org -------------------------------------------------------------------------------- /linux/commands/git/checkout.org: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /linux/commands/git/commit.org: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /linux/commands/git/diff.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/commands/git/diff.org -------------------------------------------------------------------------------- /linux/commands/git/filter-branch.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/commands/git/filter-branch.org -------------------------------------------------------------------------------- /linux/commands/git/git.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/commands/git/git.org -------------------------------------------------------------------------------- /linux/commands/git/patch.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/commands/git/patch.org -------------------------------------------------------------------------------- /linux/commands/git/tag.org: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /linux/commands/grep.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/commands/grep.org -------------------------------------------------------------------------------- /linux/commands/ip.org: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /linux/commands/jenkins.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/commands/jenkins.org -------------------------------------------------------------------------------- /linux/commands/less.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/commands/less.org -------------------------------------------------------------------------------- /linux/commands/locate.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/commands/locate.org -------------------------------------------------------------------------------- /linux/commands/mkfs.org: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /linux/commands/mount.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/commands/mount.org -------------------------------------------------------------------------------- /linux/commands/nmon.org: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /linux/commands/od.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/commands/od.org -------------------------------------------------------------------------------- /linux/commands/openssl.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/commands/openssl.org -------------------------------------------------------------------------------- /linux/commands/parallel.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/commands/parallel.org -------------------------------------------------------------------------------- /linux/commands/rename.org: -------------------------------------------------------------------------------- 1 | * 简介 2 | rename命令批量修改文件名 3 | -------------------------------------------------------------------------------- /linux/commands/route.org: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /linux/commands/rsync.org: -------------------------------------------------------------------------------- 1 | * 简介 2 | 同步数据工具 3 | -------------------------------------------------------------------------------- /linux/commands/rtorrent.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/commands/rtorrent.org -------------------------------------------------------------------------------- /linux/commands/sed.org: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /linux/commands/sort.org: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /linux/commands/sshpass.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/commands/sshpass.org -------------------------------------------------------------------------------- /linux/commands/tcpdump.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/commands/tcpdump.org -------------------------------------------------------------------------------- /linux/commands/terminator.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/commands/terminator.org -------------------------------------------------------------------------------- /linux/commands/tldr.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/commands/tldr.org -------------------------------------------------------------------------------- /linux/commands/wget.org: -------------------------------------------------------------------------------- 1 | * 抓取网站 2 | wget -c -r -np -k -L -p https://www.beenl.com 3 | -------------------------------------------------------------------------------- /linux/commands/zsh.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/commands/zsh.org -------------------------------------------------------------------------------- /linux/emacs/01.用emacs写cnblogs博客.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/emacs/01.用emacs写cnblogs博客.org -------------------------------------------------------------------------------- /linux/emacs/02.emacs进行时间管理.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/emacs/02.emacs进行时间管理.org -------------------------------------------------------------------------------- /linux/emacs/03.DiredMode.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/emacs/03.DiredMode.org -------------------------------------------------------------------------------- /linux/emacs/04.org之代码快.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/emacs/04.org之代码快.org -------------------------------------------------------------------------------- /linux/emacs/08.emacs插件.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/emacs/08.emacs插件.org -------------------------------------------------------------------------------- /linux/emacs/emacs.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/emacs/emacs.org -------------------------------------------------------------------------------- /linux/emacs/emacsserver.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/emacs/emacsserver.org -------------------------------------------------------------------------------- /linux/emacs/git.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/emacs/git.org -------------------------------------------------------------------------------- /linux/emacs/magit.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/emacs/magit.org -------------------------------------------------------------------------------- /linux/fedora_live.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/fedora_live.org -------------------------------------------------------------------------------- /linux/linux_fs.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/linux_fs.org -------------------------------------------------------------------------------- /linux/nas.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/nas.org -------------------------------------------------------------------------------- /linux/opensourcelist.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/opensourcelist.org -------------------------------------------------------------------------------- /linux/vim/03.vim操作.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/vim/03.vim操作.org -------------------------------------------------------------------------------- /linux/vim/05.vim配置.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/vim/05.vim配置.org -------------------------------------------------------------------------------- /linux/vim/10.vim技巧.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/vim/10.vim技巧.org -------------------------------------------------------------------------------- /linux/vim/tarbar.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/vim/tarbar.org -------------------------------------------------------------------------------- /linux/vim/vim-surround.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/vim/vim-surround.org -------------------------------------------------------------------------------- /linux/vps_config.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/linux/vps_config.org -------------------------------------------------------------------------------- /opencv/01.像素层/graybar_640x360.yuv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/opencv/01.像素层/graybar_640x360.yuv -------------------------------------------------------------------------------- /opencv/01.像素层/rgb.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/opencv/01.像素层/rgb.org -------------------------------------------------------------------------------- /opencv/01.像素层/test.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/opencv/01.像素层/test.org -------------------------------------------------------------------------------- /opencv/01.像素层/test1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/opencv/01.像素层/test1.c -------------------------------------------------------------------------------- /opencv/01.像素层/test2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/opencv/01.像素层/test2.c -------------------------------------------------------------------------------- /opencv/01.像素层/yuv.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/opencv/01.像素层/yuv.org -------------------------------------------------------------------------------- /opencv/01.视频处理中的专业术语.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/opencv/01.视频处理中的专业术语.org -------------------------------------------------------------------------------- /opencv/02.编码层/1.视屏编码.org: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /opencv/02.编码层/2.音频编码.org: -------------------------------------------------------------------------------- 1 | 音频编码 2 | -------------------------------------------------------------------------------- /opencv/03.封装格式层/01.图像封装.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/opencv/03.封装格式层/01.图像封装.org -------------------------------------------------------------------------------- /opencv/03.封装格式层/02.视频封装.org: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /opencv/opencv/installation_in_linux.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/opencv/opencv/installation_in_linux.org -------------------------------------------------------------------------------- /opencv/picture/54866b9cb21bd.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/opencv/picture/54866b9cb21bd.bmp -------------------------------------------------------------------------------- /opencv/picture/lena_256x256_yuv420p.yuv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/opencv/picture/lena_256x256_yuv420p.yuv -------------------------------------------------------------------------------- /opencv/test/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/opencv/test/11.jpg -------------------------------------------------------------------------------- /opencv/test/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/opencv/test/CMakeLists.txt -------------------------------------------------------------------------------- /opencv/test/demo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/opencv/test/demo.cpp -------------------------------------------------------------------------------- /others/awesome_for_me.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/others/awesome_for_me.org -------------------------------------------------------------------------------- /others/mysql.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/others/mysql.org -------------------------------------------------------------------------------- /others/ont.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/others/ont.md -------------------------------------------------------------------------------- /others/tor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/others/tor.md -------------------------------------------------------------------------------- /quant/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/quant/ReadMe.md -------------------------------------------------------------------------------- /quant/专业术语.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/quant/专业术语.md -------------------------------------------------------------------------------- /scrapy/redis.md: -------------------------------------------------------------------------------- 1 | # redis 2 | -------------------------------------------------------------------------------- /scrapy/scrapy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/scrapy/scrapy.md -------------------------------------------------------------------------------- /sports/badminton.org: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sports/swimming.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/sports/swimming.org -------------------------------------------------------------------------------- /u-boot/README.md.md: -------------------------------------------------------------------------------- 1 | README.md 2 | 3 | [uboot下自动检测sdram大小](http://blog.chinaunix.net/uid-17188120-id-5761263.html) -------------------------------------------------------------------------------- /u-boot/u-boot之autoscr命令使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/u-boot/u-boot之autoscr命令使用.md -------------------------------------------------------------------------------- /u-boot/u-boot之万能引导脚本.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/u-boot/u-boot之万能引导脚本.md -------------------------------------------------------------------------------- /u-boot/u-boot之命令详解.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/u-boot/u-boot之命令详解.md -------------------------------------------------------------------------------- /u-boot/u-boot之根文件系统引导方式设置.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/u-boot/u-boot之根文件系统引导方式设置.md -------------------------------------------------------------------------------- /u-boot/uboot之引导命令区别.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/u-boot/uboot之引导命令区别.md -------------------------------------------------------------------------------- /windows/SourceInsight.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildbooks/StudyNotes/HEAD/windows/SourceInsight.org --------------------------------------------------------------------------------