├── .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:
--------------------------------------------------------------------------------
1 | *.org_archive
2 | *.swp
3 | *.html
4 | *.out
5 | *.ko*
6 | *.cmd*
7 | *.mod*
8 | .#*
9 | *.log
10 | #android/tools/bugreport/ChkBugReport/
11 | #android/tools/bugreport/battery-historian/
12 | ChkBugReport
13 | battery-historian
14 |
--------------------------------------------------------------------------------
/Farsight/04.文件IO/03.进程/3.第五天/09.有名管道历程/a:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/04.文件IO/03.进程/3.第五天/09.有名管道历程/a
--------------------------------------------------------------------------------
/Farsight/04.文件IO/03.进程/3.第五天/09.有名管道历程/b:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/04.文件IO/03.进程/3.第五天/09.有名管道历程/b
--------------------------------------------------------------------------------
/Farsight/04.文件IO/03.进程/3.第五天/10.改造9实验/a:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/04.文件IO/03.进程/3.第五天/10.改造9实验/a
--------------------------------------------------------------------------------
/Farsight/04.文件IO/03.进程/3.第五天/10.改造9实验/b:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/04.文件IO/03.进程/3.第五天/10.改造9实验/b
--------------------------------------------------------------------------------
/Farsight/04.文件IO/03.进程/3.第五天/13.有名管道实例/aa:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/04.文件IO/03.进程/3.第五天/13.有名管道实例/aa
--------------------------------------------------------------------------------
/Farsight/04.文件IO/03.进程/3.第五天/13.有名管道实例/bb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/04.文件IO/03.进程/3.第五天/13.有名管道实例/bb
--------------------------------------------------------------------------------
/Farsight/04.文件IO/03.进程/4.第六天/2.代码/3.共享内存/2.俩进程实例/aa:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/04.文件IO/03.进程/4.第六天/2.代码/3.共享内存/2.俩进程实例/aa
--------------------------------------------------------------------------------
/Farsight/04.文件IO/03.进程/4.第六天/2.代码/3.共享内存/2.俩进程实例/bb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/04.文件IO/03.进程/4.第六天/2.代码/3.共享内存/2.俩进程实例/bb
--------------------------------------------------------------------------------
/Farsight/04.文件IO/03.进程/4.第六天/2.代码/5.消息队列/aa:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/04.文件IO/03.进程/4.第六天/2.代码/5.消息队列/aa
--------------------------------------------------------------------------------
/Farsight/04.文件IO/03.进程/4.第六天/2.代码/5.消息队列/bb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/04.文件IO/03.进程/4.第六天/2.代码/5.消息队列/bb
--------------------------------------------------------------------------------
/Farsight/04.文件IO/7.文件IO编程资料.tar.xz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/04.文件IO/7.文件IO编程资料.tar.xz
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/.metadata/.lock:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/.metadata/.lock
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/.metadata/.mylyn/repositories.xml.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/.metadata/.mylyn/repositories.xml.zip
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.cdt.core/.log:
--------------------------------------------------------------------------------
1 | *** SESSION 8月 22, 2016 15:02:30.11 --------------------------------------------
2 |
--------------------------------------------------------------------------------
/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.index:
--------------------------------------------------------------------------------
1 | / org.eclipse.core.resources contentCacheState 1 contentCacheTimestamp
1471848800256
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.version:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.core.resources/.root/1.tree:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.core.resources/.root/1.tree
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.cdt.ui.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | spelling_locale_initialized=true
3 | useAnnotationsPrefPage=true
4 | useQuickDiffPrefPage=true
5 |
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.core.resources.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | version=1
3 |
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.epp.logging.aeri.ide.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | resetSendMode=KEEP
3 | resetSendModeOn=0
4 | sendMode=NOTIFY
5 |
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.context.core.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | mylyn.attention.migrated=true
3 |
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.monitor.ui.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | org.eclipse.mylyn.monitor.activity.tracking.enabled.checked=true
3 |
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.tasks.ui.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | migrated.task.repositories.secure.store=true
3 | org.eclipse.mylyn.tasks.ui.filters.nonmatching=true
4 | org.eclipse.mylyn.tasks.ui.filters.nonmatching.encouraged=true
5 |
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.rse.core.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | org.eclipse.rse.systemtype.local.systemType.defaultUserId=wildbook
3 | useridperkey=wildbook.Local\=wildbook;
4 |
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.rse.ui.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | org.eclipse.rse.preferences.order.connections=wildbook.Local
3 |
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.team.ui.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | org.eclipse.team.ui.first_time=false
3 |
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.ide.prefs:
--------------------------------------------------------------------------------
1 | PROBLEMS_FILTERS_MIGRATE=true
2 | eclipse.preferences.version=1
3 | platformState=1471848800256
4 | quickStart=false
5 | tipsAndTricks=true
6 |
--------------------------------------------------------------------------------
/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.core.runtime/.settings/org.eclipse.ui.workbench.prefs:
--------------------------------------------------------------------------------
1 | //org.eclipse.ui.commands/state/org.eclipse.ui.navigator.resources.nested.changeProjectPresentation/org.eclipse.ui.commands.radioState=false
2 | eclipse.preferences.version=1
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.fdx:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/local-history/_0.fnm:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/local-history/_0.fnm
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/local-history/_0.frq:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/local-history/_0.frq
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/local-history/_0.nrm:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/local-history/_0.nrm
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/local-history/_0.tii:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/local-history/_0.tii
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/local-history/_0.tis:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/local-history/_0.tis
--------------------------------------------------------------------------------
/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.fdx:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/remote-history/_0.fnm:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/remote-history/_0.fnm
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/remote-history/_0.frq:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/remote-history/_0.frq
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/remote-history/_0.nrm:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/remote-history/_0.nrm
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/remote-history/_0.tii:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/remote-history/_0.tii
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/remote-history/_0.tis:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/remote-history/_0.tis
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.linuxtools.cdt.libhover/C/devhelp.libhover:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.linuxtools.cdt.libhover/C/devhelp.libhover
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.linuxtools.cdt.libhover/C/glibc_library.libhover:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.linuxtools.cdt.libhover/C/glibc_library.libhover
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.oomph.setup/workspace.setup:
--------------------------------------------------------------------------------
1 |
2 |
7 |
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.rse.core/.log:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.rse.core/.log
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.rse.core/profiles/PRF.wildbook_0/node.properties:
--------------------------------------------------------------------------------
1 | # RSE DOM Node
2 | 00-name=wildbook
3 | 01-type=Profile
4 | 03-attr.defaultPrivate=true
5 | 03-attr.isActive=true
6 | 05-ref.00000=FP.local.files_0
7 | 05-ref.00001=H.local_16
8 |
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.rse.ui/.log:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.rse.ui/.log
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/.metadata/.plugins/org.eclipse.ui.intro/introstate:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/.metadata/version.ini:
--------------------------------------------------------------------------------
1 | #Mon Aug 22 15:02:26 CST 2016
2 | org.eclipse.core.runtime=2
3 | org.eclipse.platform=4.6.0.v20160606-1100
4 |
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo1 ARM v4版本指令集的环境搭建DEMO/demo1.axf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/2.第二天/demo1 ARM v4版本指令集的环境搭建DEMO/demo1.axf
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo1 ARM v4版本指令集的环境搭建DEMO/demo1.htm:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/2.第二天/demo1 ARM v4版本指令集的环境搭建DEMO/demo1.htm
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo1 ARM v4版本指令集的环境搭建DEMO/demo1.lnp:
--------------------------------------------------------------------------------
1 | --cpu ARM920T "start.o" --ro-base 0x00000000 --entry 0x00000000 --rw-base 0x40000000 --strict --autoat --summary_stderr --info summarysizes --map --xref --callgraph --symbols
2 | --info sizes --info totals --info unused --info veneers
3 | --list ".\demo1.map" -o "demo1.axf"
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo1 ARM v4版本指令集的环境搭建DEMO/demo1.plg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/2.第二天/demo1 ARM v4版本指令集的环境搭建DEMO/demo1.plg
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo1 ARM v4版本指令集的环境搭建DEMO/demo1_Target 1.dep:
--------------------------------------------------------------------------------
1 | Dependencies for Project 'demo1', Target 'Target 1': (DO NOT MODIFY !)
2 | F (.\start.s)(0x57BDA211)(--cpu ARM920T -g --apcs=interwork -I "C:\Keil\ARM\INC" -I "C:\Keil\ARM\INC\Samsung" --list "start.lst" --xref -o "start.o" --depend "start.d")
3 |
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo1 ARM v4版本指令集的环境搭建DEMO/start.d:
--------------------------------------------------------------------------------
1 | start.o: start.s
2 |
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo1 ARM v4版本指令集的环境搭建DEMO/start.lst:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/2.第二天/demo1 ARM v4版本指令集的环境搭建DEMO/start.lst
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo1 ARM v4版本指令集的环境搭建DEMO/start.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/2.第二天/demo1 ARM v4版本指令集的环境搭建DEMO/start.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo1 ARM v4版本指令集的环境搭建DEMO/start.s:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/2.第二天/demo1 ARM v4版本指令集的环境搭建DEMO/start.s
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo2 MOV MVN 指令使用及第二操作数的理解/demo2.axf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/2.第二天/demo2 MOV MVN 指令使用及第二操作数的理解/demo2.axf
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo2 MOV MVN 指令使用及第二操作数的理解/demo2.htm:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/2.第二天/demo2 MOV MVN 指令使用及第二操作数的理解/demo2.htm
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo2 MOV MVN 指令使用及第二操作数的理解/demo2.lnp:
--------------------------------------------------------------------------------
1 | --cpu ARM920T "start.o" --ro-base 0x00000000 --entry 0x00000000 --rw-base 0x40000000 --strict --autoat --summary_stderr --info summarysizes --map --xref --callgraph --symbols
2 | --info sizes --info totals --info unused --info veneers
3 | --list ".\demo2.map" -o "demo2.axf"
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo2 MOV MVN 指令使用及第二操作数的理解/demo2.plg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/2.第二天/demo2 MOV MVN 指令使用及第二操作数的理解/demo2.plg
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo2 MOV MVN 指令使用及第二操作数的理解/demo2_Target 1.dep:
--------------------------------------------------------------------------------
1 | Dependencies for Project 'demo2', Target 'Target 1': (DO NOT MODIFY !)
2 | F (.\start.s)(0x55D2CF85)(--cpu ARM920T --pd "__EVAL SETA 1" -g --apcs=interwork -I "C:\Keil\ARM\INC" -I "C:\Keil\ARM\INC\Samsung" --list "start.lst" --xref -o "start.o" --depend "start.d")
3 |
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo2 MOV MVN 指令使用及第二操作数的理解/demo2_uvproj.bak:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/2.第二天/demo2 MOV MVN 指令使用及第二操作数的理解/demo2_uvproj.bak
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo2 MOV MVN 指令使用及第二操作数的理解/start.d:
--------------------------------------------------------------------------------
1 | start.o: start.s
2 |
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo2 MOV MVN 指令使用及第二操作数的理解/start.lst:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/2.第二天/demo2 MOV MVN 指令使用及第二操作数的理解/start.lst
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo2 MOV MVN 指令使用及第二操作数的理解/start.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/2.第二天/demo2 MOV MVN 指令使用及第二操作数的理解/start.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo2 MOV MVN 指令使用及第二操作数的理解/start.s:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/2.第二天/demo2 MOV MVN 指令使用及第二操作数的理解/start.s
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo3 数据处理指令的基本应用/demo3.axf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/2.第二天/demo3 数据处理指令的基本应用/demo3.axf
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo3 数据处理指令的基本应用/demo3.htm:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/2.第二天/demo3 数据处理指令的基本应用/demo3.htm
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo3 数据处理指令的基本应用/demo3.lnp:
--------------------------------------------------------------------------------
1 | --cpu ARM920T "start.o" --ro-base 0x00000000 --entry 0x00000000 --rw-base 0x40000000 --strict --autoat --summary_stderr --info summarysizes --map --xref --callgraph --symbols
2 | --info sizes --info totals --info unused --info veneers
3 | --list ".\demo3.map" -o "demo3.axf"
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo3 数据处理指令的基本应用/demo3.plg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/2.第二天/demo3 数据处理指令的基本应用/demo3.plg
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo3 数据处理指令的基本应用/demo3_Target 1.dep:
--------------------------------------------------------------------------------
1 | Dependencies for Project 'demo3', Target 'Target 1': (DO NOT MODIFY !)
2 | F (.\start.s)(0x55D2DCC5)(--cpu ARM920T --pd "__EVAL SETA 1" -g --apcs=interwork -I "C:\Keil\ARM\INC" -I "C:\Keil\ARM\INC\Samsung" --list "start.lst" --xref -o "start.o" --depend "start.d")
3 |
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo3 数据处理指令的基本应用/start.d:
--------------------------------------------------------------------------------
1 | start.o: start.s
2 |
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo3 数据处理指令的基本应用/start.lst:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/2.第二天/demo3 数据处理指令的基本应用/start.lst
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo3 数据处理指令的基本应用/start.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/2.第二天/demo3 数据处理指令的基本应用/start.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo3 数据处理指令的基本应用/start.s:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/2.第二天/demo3 数据处理指令的基本应用/start.s
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo4 数据运算指令的比较指令和条件执行/demo4.axf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/2.第二天/demo4 数据运算指令的比较指令和条件执行/demo4.axf
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo4 数据运算指令的比较指令和条件执行/demo4.htm:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/2.第二天/demo4 数据运算指令的比较指令和条件执行/demo4.htm
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo4 数据运算指令的比较指令和条件执行/demo4.lnp:
--------------------------------------------------------------------------------
1 | --cpu ARM920T "start.o" --ro-base 0x00000000 --entry 0x00000000 --rw-base 0x40000000 --strict --autoat --summary_stderr --info summarysizes --map --xref --callgraph --symbols
2 | --info sizes --info totals --info unused --info veneers
3 | --list ".\demo4.map" -o "demo4.axf"
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo4 数据运算指令的比较指令和条件执行/demo4.plg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/2.第二天/demo4 数据运算指令的比较指令和条件执行/demo4.plg
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo4 数据运算指令的比较指令和条件执行/demo4_Target 1.dep:
--------------------------------------------------------------------------------
1 | Dependencies for Project 'demo4', Target 'Target 1': (DO NOT MODIFY !)
2 | F (.\start.s)(0x55D2DF9C)(--cpu ARM920T --pd "__EVAL SETA 1" -g --apcs=interwork -I "C:\Keil\ARM\INC" -I "C:\Keil\ARM\INC\Samsung" --list "start.lst" --xref -o "start.o" --depend "start.d")
3 |
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo4 数据运算指令的比较指令和条件执行/demo4_uvproj.bak:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/2.第二天/demo4 数据运算指令的比较指令和条件执行/demo4_uvproj.bak
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo4 数据运算指令的比较指令和条件执行/start.d:
--------------------------------------------------------------------------------
1 | start.o: start.s
2 |
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo4 数据运算指令的比较指令和条件执行/start.lst:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/2.第二天/demo4 数据运算指令的比较指令和条件执行/start.lst
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo4 数据运算指令的比较指令和条件执行/start.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/2.第二天/demo4 数据运算指令的比较指令和条件执行/start.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo4 数据运算指令的比较指令和条件执行/start.s:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/2.第二天/demo4 数据运算指令的比较指令和条件执行/start.s
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo5 b指令/demo5.axf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/2.第二天/demo5 b指令/demo5.axf
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo5 b指令/demo5.htm:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/2.第二天/demo5 b指令/demo5.htm
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo5 b指令/demo5.lnp:
--------------------------------------------------------------------------------
1 | --cpu ARM920T "start.o" --ro-base 0x00000000 --entry 0x00000000 --rw-base 0x40000000 --strict --autoat --summary_stderr --info summarysizes --map --xref --callgraph --symbols
2 | --info sizes --info totals --info unused --info veneers
3 | --list ".\demo5.map" -o "demo5.axf"
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo5 b指令/demo5.plg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/2.第二天/demo5 b指令/demo5.plg
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo5 b指令/demo5_Target 1.dep:
--------------------------------------------------------------------------------
1 | Dependencies for Project 'demo5', Target 'Target 1': (DO NOT MODIFY !)
2 | F (.\start.s)(0x55D2E6EB)(--cpu ARM920T --pd "__EVAL SETA 1" -g --apcs=interwork -I "C:\Keil\ARM\INC" -I "C:\Keil\ARM\INC\Samsung" --list "start.lst" --xref -o "start.o" --depend "start.d")
3 |
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo5 b指令/start.d:
--------------------------------------------------------------------------------
1 | start.o: start.s
2 |
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo5 b指令/start.lst:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/2.第二天/demo5 b指令/start.lst
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo5 b指令/start.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/2.第二天/demo5 b指令/start.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/2.第二天/demo5 b指令/start.s:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/2.第二天/demo5 b指令/start.s
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/3.第三天/1/test.d:
--------------------------------------------------------------------------------
1 | test.o: test.s
2 |
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/3.第三天/1/test.lnp:
--------------------------------------------------------------------------------
1 | --cpu ARM966E-S "test.o" --strict --scatter "test.sct"
2 | --autoat --summary_stderr --info summarysizes --map --xref --callgraph --symbols
3 | --info sizes --info totals --info unused --info veneers
4 | --list ".\test.map" -o "test.axf"
--------------------------------------------------------------------------------
/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/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/3.第三天/1/test.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/3.第三天/1/test.plg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/3.第三天/1/test.plg
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/3.第三天/1/test.s:
--------------------------------------------------------------------------------
1 | area first, code, readonly
2 | code32
3 | entry
4 | start
5 | mov r1, #1
6 | b start
7 | end
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/3.第三天/1/test_Target 1.dep:
--------------------------------------------------------------------------------
1 | Dependencies for Project 'test', Target 'Target 1': (DO NOT MODIFY !)
2 | F (.\test.s)(0x57BD7183)(--cpu ARM966E-S -g --apcs=interwork -I "C:\Keil\ARM\INC" -I "C:\Keil\ARM\INC\ARM" --list "test.lst" --xref -o "test.o" --depend "test.d")
3 |
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/3.第三天/arm前三天实验课备课(终稿).docx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/3.第三天/arm前三天实验课备课(终稿).docx
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/1.LED_GPIO/Exynos4412.init:
--------------------------------------------------------------------------------
1 | target remote localhost:3333
2 | monitor halt reset
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/11.I2C/Exynos4412.init:
--------------------------------------------------------------------------------
1 | target remote localhost:3333
2 | monitor halt reset
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/11.I2C/common/src/_udivsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/11.I2C/common/src/_udivsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/11.I2C/common/src/_umodsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/11.I2C/common/src/_umodsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/11.I2C/common/src/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/11.I2C/common/src/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/11.I2C/common/src/printf.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/11.I2C/common/src/printf.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/11.I2C/common/src/uart.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/11.I2C/common/src/uart.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/11.I2C/iic_mpu6050.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/11.I2C/iic_mpu6050.c
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/11.I2C/main.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/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/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/11.I2C/main.c.bak
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/11.I2C/start/start.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/11.I2C/start/start.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/2.Key-加了测试内联汇编,调用汇编,消抖/Exynos4412.init:
--------------------------------------------------------------------------------
1 | target remote localhost:3333
2 | monitor halt reset
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/2.Key-加了测试内联汇编,调用汇编,消抖/Key_interrupt.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/2.Key-加了测试内联汇编,调用汇编,消抖/Key_interrupt.bin
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/2.Key-加了测试内联汇编,调用汇编,消抖/Key_interrupt.elf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/2.Key-加了测试内联汇编,调用汇编,消抖/Key_interrupt.elf
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/2.Key-加了测试内联汇编,调用汇编,消抖/common/src/_udivsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/2.Key-加了测试内联汇编,调用汇编,消抖/common/src/_udivsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/2.Key-加了测试内联汇编,调用汇编,消抖/common/src/_umodsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/2.Key-加了测试内联汇编,调用汇编,消抖/common/src/_umodsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/2.Key-加了测试内联汇编,调用汇编,消抖/common/src/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/2.Key-加了测试内联汇编,调用汇编,消抖/common/src/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/2.Key-加了测试内联汇编,调用汇编,消抖/common/src/mystrcopy_s.S:
--------------------------------------------------------------------------------
1 |
2 | .global mystrcopy
3 | mystrcopy:
4 | LDRB r2, [r1], #1
5 | STRB r2, [r0], #1
6 | CMP r2, #0
7 | BNE mystrcopy
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/2.Key-加了测试内联汇编,调用汇编,消抖/common/src/mystrcopy_s.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/2.Key-加了测试内联汇编,调用汇编,消抖/common/src/mystrcopy_s.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/2.Key-加了测试内联汇编,调用汇编,消抖/common/src/printf.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/2.Key-加了测试内联汇编,调用汇编,消抖/common/src/printf.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/2.Key-加了测试内联汇编,调用汇编,消抖/common/src/uart.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/2.Key-加了测试内联汇编,调用汇编,消抖/common/src/uart.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/2.Key-加了测试内联汇编,调用汇编,消抖/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/2.Key-加了测试内联汇编,调用汇编,消抖/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/2.Key-加了测试内联汇编,调用汇编,消抖/start/start.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/2.Key-加了测试内联汇编,调用汇编,消抖/start/start.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/3.Buzzer_PWM/Exynos4412.init:
--------------------------------------------------------------------------------
1 | target remote localhost:3333
2 | monitor halt reset
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/3.Buzzer_PWM/buzzer_pwm.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/3.Buzzer_PWM/buzzer_pwm.bin
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/3.Buzzer_PWM/buzzer_pwm.elf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/3.Buzzer_PWM/buzzer_pwm.elf
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/3.Buzzer_PWM/common/src/_udivsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/3.Buzzer_PWM/common/src/_udivsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/3.Buzzer_PWM/common/src/_umodsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/3.Buzzer_PWM/common/src/_umodsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/3.Buzzer_PWM/common/src/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/3.Buzzer_PWM/common/src/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/3.Buzzer_PWM/common/src/printf.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/3.Buzzer_PWM/common/src/printf.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/3.Buzzer_PWM/common/src/uart.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/3.Buzzer_PWM/common/src/uart.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/3.Buzzer_PWM/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/3.Buzzer_PWM/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/3.Buzzer_PWM/start/start.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/3.Buzzer_PWM/start/start.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/4.UART/Exynos4412.init:
--------------------------------------------------------------------------------
1 | target remote localhost:3333
2 | monitor halt reset
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.Alarm_RTC/Exynos4412.init:
--------------------------------------------------------------------------------
1 | target remote localhost:3333
2 | monitor halt reset
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.Alarm_RTC/alarm_rtc.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.Alarm_RTC/alarm_rtc.bin
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.Alarm_RTC/alarm_rtc.elf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.Alarm_RTC/alarm_rtc.elf
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.Alarm_RTC/common/src/_udivsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.Alarm_RTC/common/src/_udivsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.Alarm_RTC/common/src/_umodsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.Alarm_RTC/common/src/_umodsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.Alarm_RTC/common/src/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.Alarm_RTC/common/src/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.Alarm_RTC/common/src/printf.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.Alarm_RTC/common/src/printf.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.Alarm_RTC/common/src/uart.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.Alarm_RTC/common/src/uart.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.Alarm_RTC/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.Alarm_RTC/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.Alarm_RTC/start/lowlevel_init.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.Alarm_RTC/start/lowlevel_init.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.Alarm_RTC/start/start.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.Alarm_RTC/start/start.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.RTC/Exynos4412.init:
--------------------------------------------------------------------------------
1 | target remote localhost:3333
2 | monitor halt reset
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.RTC/common/src/_udivsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.RTC/common/src/_udivsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.RTC/common/src/_umodsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.RTC/common/src/_umodsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.RTC/common/src/printf.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.RTC/common/src/printf.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.RTC/common/src/uart.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.RTC/common/src/uart.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.RTC/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.RTC/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.RTC/rtc.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.RTC/rtc.bin
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.RTC/rtc.elf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.RTC/rtc.elf
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.RTC/start/start.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/5.RTC/start/start.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/6.ADC/A9_adc.bak:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/6.ADC/A9_adc.bak
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/6.ADC/Exynos4412.init:
--------------------------------------------------------------------------------
1 | target remote localhost:3333
2 | monitor halt reset
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/6.ADC/common/src/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/6.ADC/common/src/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/6.ADC/start/lowlevel_init.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/6.ADC/start/lowlevel_init.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/7.ADC_INT/A9_adc.bak:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/7.ADC_INT/A9_adc.bak
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/7.ADC_INT/Exynos4412.init:
--------------------------------------------------------------------------------
1 | target remote localhost:3333
2 | monitor halt reset
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/7.ADC_INT/common/src/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/7.ADC_INT/common/src/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/1.LED/1.LED_GPIO/Exynos4412.init:
--------------------------------------------------------------------------------
1 | target remote localhost:3333
2 | monitor halt reset
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/1.LED/1.LED_GPIO/common/src/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/1.LED/1.LED_GPIO/common/src/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/1.LED/asm_c(汇编调用c)/Makefile:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/1.LED/asm_c(汇编调用c)/Makefile
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/1.LED/asm_c(汇编调用c)/asm_c.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/1.LED/asm_c(汇编调用c)/asm_c.bin
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/1.LED/asm_c(汇编调用c)/asm_c.elf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/1.LED/asm_c(汇编调用c)/asm_c.elf
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/1.LED/asm_c(汇编调用c)/led_main.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/1.LED/asm_c(汇编调用c)/led_main.c
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/1.LED/asm_c(汇编调用c)/led_main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/1.LED/asm_c(汇编调用c)/led_main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/1.LED/asm_c(汇编调用c)/start.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/1.LED/asm_c(汇编调用c)/start.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/1.LED/asm_c(汇编调用c)/start.s:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/1.LED/asm_c(汇编调用c)/start.s
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/1.LED/asm_led/start.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/1.LED/asm_led/start.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/1.LED/asm_led/start.s:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/1.LED/asm_led/start.s
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/1.LED/asm_led/test.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/1.LED/asm_led/test.bin
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/1.LED/asm_led/test.elf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/1.LED/asm_led/test.elf
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/11.I2C/Exynos4412.init:
--------------------------------------------------------------------------------
1 | target remote localhost:3333
2 | monitor halt reset
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/11.I2C/common/src/_udivsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/11.I2C/common/src/_udivsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/11.I2C/common/src/_umodsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/11.I2C/common/src/_umodsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/11.I2C/common/src/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/11.I2C/common/src/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/11.I2C/common/src/printf.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/11.I2C/common/src/printf.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/11.I2C/common/src/uart.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/11.I2C/common/src/uart.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/11.I2C/i2c.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/11.I2C/i2c.bin
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/11.I2C/i2c.elf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/11.I2C/i2c.elf
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/11.I2C/iic_mpu6050.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/11.I2C/iic_mpu6050.c
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/11.I2C/main.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/11.I2C/main.c
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/11.I2C/main.c.bak:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/11.I2C/main.c.bak
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/11.I2C/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/11.I2C/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/11.I2C/start/start.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/11.I2C/start/start.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/12.SPI/Exynos4412.init:
--------------------------------------------------------------------------------
1 | target remote localhost:3333
2 | monitor halt reset
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/12.SPI/common/include/mcp2515.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/12.SPI/common/include/mcp2515.h
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/12.SPI/common/src/_udivsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/12.SPI/common/src/_udivsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/12.SPI/common/src/_umodsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/12.SPI/common/src/_umodsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/12.SPI/common/src/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/12.SPI/common/src/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/12.SPI/common/src/printf.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/12.SPI/common/src/printf.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/12.SPI/common/src/uart.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/12.SPI/common/src/uart.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/12.SPI/spi.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/12.SPI/spi.bin
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/12.SPI/spi.elf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/12.SPI/spi.elf
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/12.SPI/start/lowlevel_init.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/12.SPI/start/lowlevel_init.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/12.SPI/start/start.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/12.SPI/start/start.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/12.SPI/usr/main.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/12.SPI/usr/main.c
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/12.SPI/usr/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/12.SPI/usr/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/12.SPI/usr/mcp2515.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/12.SPI/usr/mcp2515.c
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/12.SPI/usr/mcp2515.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/12.SPI/usr/mcp2515.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/13.SPI_CAN/A9_spi.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/13.SPI_CAN/A9_spi.bin
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/13.SPI_CAN/A9_spi.elf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/13.SPI_CAN/A9_spi.elf
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/13.SPI_CAN/Exynos4412.init:
--------------------------------------------------------------------------------
1 | target remote localhost:3333
2 | monitor halt reset
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/13.SPI_CAN/common/include/mcp2515.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/13.SPI_CAN/common/include/mcp2515.h
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/13.SPI_CAN/common/src/_udivsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/13.SPI_CAN/common/src/_udivsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/13.SPI_CAN/common/src/_umodsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/13.SPI_CAN/common/src/_umodsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/13.SPI_CAN/common/src/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/13.SPI_CAN/common/src/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/13.SPI_CAN/common/src/printf.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/13.SPI_CAN/common/src/printf.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/13.SPI_CAN/common/src/uart.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/13.SPI_CAN/common/src/uart.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/13.SPI_CAN/spi.c.bak:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/13.SPI_CAN/spi.c.bak
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/13.SPI_CAN/start/lowlevel_init.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/13.SPI_CAN/start/lowlevel_init.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/13.SPI_CAN/start/start.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/13.SPI_CAN/start/start.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/13.SPI_CAN/usr/main.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/13.SPI_CAN/usr/main.c
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/13.SPI_CAN/usr/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/13.SPI_CAN/usr/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/13.SPI_CAN/usr/mcp2515.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/13.SPI_CAN/usr/mcp2515.c
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/13.SPI_CAN/usr/mcp2515.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/13.SPI_CAN/usr/mcp2515.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/14.temperature/Exynos4412.init:
--------------------------------------------------------------------------------
1 | target remote localhost:3333
2 | monitor halt reset
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/14.temperature/common/src/_udivsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/14.temperature/common/src/_udivsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/14.temperature/common/src/_umodsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/14.temperature/common/src/_umodsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/14.temperature/common/src/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/14.temperature/common/src/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/14.temperature/common/src/printf.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/14.temperature/common/src/printf.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/14.temperature/common/src/uart.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/14.temperature/common/src/uart.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/14.temperature/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/14.temperature/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/14.temperature/start/start.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/14.temperature/start/start.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/14.temperature/temperature.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/14.temperature/temperature.bin
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/14.temperature/temperature.elf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/14.temperature/temperature.elf
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/2.Key_Int/Exynos4412.init:
--------------------------------------------------------------------------------
1 | target remote localhost:3333
2 | monitor halt reset
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/2.Key_Int/Key_interrupt.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/2.Key_Int/Key_interrupt.bin
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/2.Key_Int/Key_interrupt.elf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/2.Key_Int/Key_interrupt.elf
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/2.Key_Int/common/src/_udivsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/2.Key_Int/common/src/_udivsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/2.Key_Int/common/src/_umodsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/2.Key_Int/common/src/_umodsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/2.Key_Int/common/src/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/2.Key_Int/common/src/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/2.Key_Int/common/src/printf.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/2.Key_Int/common/src/printf.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/2.Key_Int/common/src/uart.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/2.Key_Int/common/src/uart.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/2.Key_Int/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/2.Key_Int/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/2.Key_Int/start/start.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/2.Key_Int/start/start.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/3.Buzzer_PWM/Exynos4412.init:
--------------------------------------------------------------------------------
1 | target remote localhost:3333
2 | monitor halt reset
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/3.Buzzer_PWM/buzzer_pwm.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/3.Buzzer_PWM/buzzer_pwm.bin
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/3.Buzzer_PWM/buzzer_pwm.elf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/3.Buzzer_PWM/buzzer_pwm.elf
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/3.Buzzer_PWM/common/src/_udivsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/3.Buzzer_PWM/common/src/_udivsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/3.Buzzer_PWM/common/src/_umodsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/3.Buzzer_PWM/common/src/_umodsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/3.Buzzer_PWM/common/src/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/3.Buzzer_PWM/common/src/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/3.Buzzer_PWM/common/src/printf.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/3.Buzzer_PWM/common/src/printf.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/3.Buzzer_PWM/common/src/uart.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/3.Buzzer_PWM/common/src/uart.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/3.Buzzer_PWM/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/3.Buzzer_PWM/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/3.Buzzer_PWM/start/start.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/3.Buzzer_PWM/start/start.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/4.WDT_INT/Exynos4412.init:
--------------------------------------------------------------------------------
1 | target remote localhost:3333
2 | monitor halt reset
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/4.WDT_INT/common/src/_udivsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/4.WDT_INT/common/src/_udivsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/4.WDT_INT/common/src/_umodsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/4.WDT_INT/common/src/_umodsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/4.WDT_INT/common/src/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/4.WDT_INT/common/src/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/4.WDT_INT/common/src/printf.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/4.WDT_INT/common/src/printf.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/4.WDT_INT/common/src/uart.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/4.WDT_INT/common/src/uart.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/4.WDT_INT/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/4.WDT_INT/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/4.WDT_INT/start/start.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/4.WDT_INT/start/start.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/4.WDT_INT/wdt_int.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/4.WDT_INT/wdt_int.bin
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/4.WDT_INT/wdt_int.elf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/4.WDT_INT/wdt_int.elf
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/4.WDT_RESET/Exynos4412.init:
--------------------------------------------------------------------------------
1 | target remote localhost:3333
2 | monitor halt reset
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/4.WDT_RESET/common/src/_udivsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/4.WDT_RESET/common/src/_udivsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/4.WDT_RESET/common/src/_umodsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/4.WDT_RESET/common/src/_umodsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/4.WDT_RESET/common/src/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/4.WDT_RESET/common/src/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/4.WDT_RESET/common/src/printf.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/4.WDT_RESET/common/src/printf.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/4.WDT_RESET/common/src/uart.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/4.WDT_RESET/common/src/uart.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/4.WDT_RESET/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/4.WDT_RESET/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/4.WDT_RESET/start/start.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/4.WDT_RESET/start/start.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/4.WDT_RESET/wdt_reset.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/4.WDT_RESET/wdt_reset.bin
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/4.WDT_RESET/wdt_reset.elf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/4.WDT_RESET/wdt_reset.elf
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.Alarm_RTC/Exynos4412.init:
--------------------------------------------------------------------------------
1 | target remote localhost:3333
2 | monitor halt reset
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.Alarm_RTC/alarm_rtc.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.Alarm_RTC/alarm_rtc.bin
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.Alarm_RTC/alarm_rtc.elf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.Alarm_RTC/alarm_rtc.elf
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.Alarm_RTC/common/src/_udivsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.Alarm_RTC/common/src/_udivsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.Alarm_RTC/common/src/_umodsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.Alarm_RTC/common/src/_umodsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.Alarm_RTC/common/src/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.Alarm_RTC/common/src/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.Alarm_RTC/common/src/printf.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.Alarm_RTC/common/src/printf.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.Alarm_RTC/common/src/uart.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.Alarm_RTC/common/src/uart.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.Alarm_RTC/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.Alarm_RTC/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.Alarm_RTC/start/lowlevel_init.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.Alarm_RTC/start/lowlevel_init.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.Alarm_RTC/start/start.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.Alarm_RTC/start/start.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.RTC/Exynos4412.init:
--------------------------------------------------------------------------------
1 | target remote localhost:3333
2 | monitor halt reset
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.RTC/common/src/_udivsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.RTC/common/src/_udivsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.RTC/common/src/_umodsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.RTC/common/src/_umodsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.RTC/common/src/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.RTC/common/src/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.RTC/common/src/printf.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.RTC/common/src/printf.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.RTC/common/src/uart.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.RTC/common/src/uart.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.RTC/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.RTC/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.RTC/rtc.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.RTC/rtc.bin
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.RTC/rtc.elf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.RTC/rtc.elf
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.RTC/start/lowlevel_init.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.RTC/start/lowlevel_init.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.RTC/start/start.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/5.RTC/start/start.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/6.ADC/A9_adc.bak:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/6.ADC/A9_adc.bak
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/6.ADC/Exynos4412.init:
--------------------------------------------------------------------------------
1 | target remote localhost:3333
2 | monitor halt reset
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/6.ADC/adc.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/6.ADC/adc.bin
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/6.ADC/adc.elf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/6.ADC/adc.elf
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/6.ADC/common/src/_udivsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/6.ADC/common/src/_udivsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/6.ADC/common/src/_umodsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/6.ADC/common/src/_umodsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/6.ADC/common/src/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/6.ADC/common/src/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/6.ADC/common/src/printf.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/6.ADC/common/src/printf.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/6.ADC/common/src/uart.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/6.ADC/common/src/uart.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/6.ADC/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/6.ADC/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/6.ADC/start/lowlevel_init.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/6.ADC/start/lowlevel_init.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/6.ADC/start/start.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/6.ADC/start/start.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/7.ADC_INT/A9_adc.bak:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/7.ADC_INT/A9_adc.bak
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/7.ADC_INT/Exynos4412.init:
--------------------------------------------------------------------------------
1 | target remote localhost:3333
2 | monitor halt reset
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/7.ADC_INT/adc.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/7.ADC_INT/adc.bin
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/7.ADC_INT/adc.elf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/7.ADC_INT/adc.elf
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/7.ADC_INT/common/src/_udivsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/7.ADC_INT/common/src/_udivsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/7.ADC_INT/common/src/_umodsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/7.ADC_INT/common/src/_umodsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/7.ADC_INT/common/src/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/7.ADC_INT/common/src/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/7.ADC_INT/common/src/printf.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/7.ADC_INT/common/src/printf.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/7.ADC_INT/common/src/uart.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/7.ADC_INT/common/src/uart.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/7.ADC_INT/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/7.ADC_INT/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/7.ADC_INT/start/start.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/7.ADC_INT/start/start.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/8.UART/Exynos4412.init:
--------------------------------------------------------------------------------
1 | target remote localhost:3333
2 | monitor halt reset
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/8.UART/common/src/_udivsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/8.UART/common/src/_udivsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/8.UART/common/src/_umodsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/8.UART/common/src/_umodsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/8.UART/common/src/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/8.UART/common/src/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/8.UART/common/src/printf.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/8.UART/common/src/printf.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/8.UART/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/8.UART/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/8.UART/start/lowlevel_init.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/8.UART/start/lowlevel_init.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/8.UART/start/start.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/8.UART/start/start.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/8.UART/uart.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/8.UART/uart.bin
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/8.UART/uart.elf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/1.课堂代码/shiyan/8.UART/uart.elf
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/2.个人代码/1.led/Exynos4412.init:
--------------------------------------------------------------------------------
1 | target remote localhost:3333
2 | monitor halt reset
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/2.个人代码/2.key/Exynos4412.init:
--------------------------------------------------------------------------------
1 | target remote localhost:3333
2 | monitor halt reset
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/2.个人代码/2.key/common/src/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/2.个人代码/2.key/common/src/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/2.个人代码/2.key/common/src/mystrcopy_s.S:
--------------------------------------------------------------------------------
1 |
2 | .global mystrcopy
3 | mystrcopy:
4 | LDRB r2, [r1], #1
5 | STRB r2, [r0], #1
6 | CMP r2, #0
7 | BNE mystrcopy
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/2.个人代码/3.beep/Exynos4412.init:
--------------------------------------------------------------------------------
1 | target remote localhost:3333
2 | monitor halt reset
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/2.个人代码/3.beep/common/src/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/2.个人代码/3.beep/common/src/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/2.个人代码/3.beep/common/src/mystrcopy_s.S:
--------------------------------------------------------------------------------
1 |
2 | .global mystrcopy
3 | mystrcopy:
4 | LDRB r2, [r1], #1
5 | STRB r2, [r0], #1
6 | CMP r2, #0
7 | BNE mystrcopy
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/2.个人代码/4.uart/1.uart/Exynos4412.init:
--------------------------------------------------------------------------------
1 | target remote localhost:3333
2 | monitor halt reset
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/2.个人代码/5.adc/1.adc/Exynos4412.init:
--------------------------------------------------------------------------------
1 | target remote localhost:3333
2 | monitor halt reset
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/2.个人代码/5.adc/1.adc/adc.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/2.个人代码/5.adc/1.adc/adc.bin
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/2.个人代码/5.adc/1.adc/adc.elf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/2.个人代码/5.adc/1.adc/adc.elf
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/2.个人代码/5.adc/1.adc/common/src/_udivsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/2.个人代码/5.adc/1.adc/common/src/_udivsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/2.个人代码/5.adc/1.adc/common/src/_umodsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/2.个人代码/5.adc/1.adc/common/src/_umodsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/2.个人代码/5.adc/1.adc/common/src/printf.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/2.个人代码/5.adc/1.adc/common/src/printf.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/2.个人代码/5.adc/1.adc/common/src/uart.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/2.个人代码/5.adc/1.adc/common/src/uart.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/2.个人代码/5.adc/1.adc/irq.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/2.个人代码/5.adc/1.adc/irq.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/2.个人代码/5.adc/1.adc/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/2.个人代码/5.adc/1.adc/main.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/2.个人代码/5.adc/1.adc/src/adc.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/2.个人代码/5.adc/1.adc/src/adc.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/2.个人代码/5.adc/1.adc/src/key.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/2.个人代码/5.adc/1.adc/src/key.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/2.个人代码/5.adc/1.adc/src/led.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/2.个人代码/5.adc/1.adc/src/led.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/2.个人代码/5.adc/1.adc/src/pwm.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/2.个人代码/5.adc/1.adc/src/pwm.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/2.个人代码/5.adc/1.adc/start/start.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/2.个人代码/5.adc/1.adc/start/start.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/2.个人代码/5.adc/2.adc_init/Exynos4412.init:
--------------------------------------------------------------------------------
1 | target remote localhost:3333
2 | monitor halt reset
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/2.个人代码/9.mytest/Exynos4412.init:
--------------------------------------------------------------------------------
1 | target remote localhost:3333
2 | monitor halt reset
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/2.个人代码/9.mytest/common/src/_udivsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/2.个人代码/9.mytest/common/src/_udivsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/2.个人代码/9.mytest/common/src/_umodsi3.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/2.个人代码/9.mytest/common/src/_umodsi3.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/2.个人代码/9.mytest/common/src/printf.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/2.个人代码/9.mytest/common/src/printf.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/2.个人代码/9.mytest/common/src/uart.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/2.个人代码/9.mytest/common/src/uart.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/2.个人代码/9.mytest/irq.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/2.个人代码/9.mytest/irq.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/2.个人代码/9.mytest/src/adc/adc.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/2.个人代码/9.mytest/src/adc/adc.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/2.个人代码/9.mytest/src/key/key.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/2.个人代码/9.mytest/src/key/key.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/2.个人代码/9.mytest/src/led/led.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/2.个人代码/9.mytest/src/led/led.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/2.个人代码/9.mytest/src/pwm/pwm.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/2.个人代码/9.mytest/src/pwm/pwm.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/4.裸机程序/2.个人代码/9.mytest/start/start.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/4.裸机程序/2.个人代码/9.mytest/start/start.o
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/5.4412数据手册有感/24.Pulse_Width_Modulation_Timer.org:
--------------------------------------------------------------------------------
1 | * 简介
2 | 32位脉冲宽度调制,定时器0,1,2,3都包含有;定时器4没有输出引脚
3 | *
4 | TCMPBn 定时器比较寄存器
5 | TCNTBn 定时器缓存寄存器
6 | * 寄存器地图
7 | + TCFG0 预分频
8 | + TCFG1 分频
9 | + TCON 定时器控制寄存器
10 | + TCNTBn 定时器缓存寄存器
11 | + TCMPBn 定时器比较寄存器
12 | + TCNTOn
13 | + TINT_CSTAT 定时器中断控制和状态寄存器
14 |
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/5.4412数据手册有感/29.I2C.org:
--------------------------------------------------------------------------------
1 | * 简介
2 | * 寄存器地图
3 | + I2CCONn 控制寄存器
4 | 应答允许
5 | 设置IIC时钟
6 | 中断开关
7 | 中断标志
8 | + I2CSTATn 状态寄存器
9 | + I2CADDn 地址寄存器
10 | + I2CDSn Tx/Rx数据偏移寄存器
11 | + I2CLCn Specifies the I2C-bus interface0 multi-master line control register
12 |
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/5.4412数据手册有感/5.Boot_Sequence.org:
--------------------------------------------------------------------------------
1 | * 简介
2 | 4412有64KB的iROM和256KB的SRAM(iRAM)
3 | + 支持启动
4 | NandFlash
5 | SD/MMC内存
6 | eMMC内存
7 | USB启动
8 | + 启动流程
9 | iROM里的程序,三星已经固化好
10 | 系统开机从iROM开时执行
11 | + First boot loader(BL1)
12 | 片内初始化
13 | + (Second boot loader)BL2
14 | 片外初始化
15 |
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/6.原理示意图/1.key中断原理图.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/6.原理示意图/1.key中断原理图.png
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/6.原理示意图/IIC总线协议.ppt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/6.原理示意图/IIC总线协议.ppt
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/ARM复习.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/ARM复习.txt
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/IIC总线协议.ppt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/IIC总线协议.ppt
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/arm-ins-keil汇编.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/arm-ins-keil汇编.rar
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/arm综合小练习要求.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/arm综合小练习要求.txt
--------------------------------------------------------------------------------
/Farsight/06.ArmCode/tiny4412裸机程序.doc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/06.ArmCode/tiny4412裸机程序.doc
--------------------------------------------------------------------------------
/Farsight/07.systemTransplant/1.uboot/1.笔记/2.上课第一天.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/07.systemTransplant/1.uboot/1.笔记/2.上课第一天.txt
--------------------------------------------------------------------------------
/Farsight/07.systemTransplant/1.uboot/1.笔记/5.上课第二天.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/07.systemTransplant/1.uboot/1.笔记/5.上课第二天.txt
--------------------------------------------------------------------------------
/Farsight/07.systemTransplant/1.uboot/1.笔记/K9F2G08U0A.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/07.systemTransplant/1.uboot/1.笔记/K9F2G08U0A.pdf
--------------------------------------------------------------------------------
/Farsight/07.systemTransplant/1.uboot/1.笔记/u_boot内存分布图.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/07.systemTransplant/1.uboot/1.笔记/u_boot内存分布图.pdf
--------------------------------------------------------------------------------
/Farsight/07.systemTransplant/1.uboot/1.笔记/uboot启动流程及编译流程.doc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/07.systemTransplant/1.uboot/1.笔记/uboot启动流程及编译流程.doc
--------------------------------------------------------------------------------
/Farsight/07.systemTransplant/1.uboot/1.笔记/uboot启动流程及编译流程.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/07.systemTransplant/1.uboot/1.笔记/uboot启动流程及编译流程.pdf
--------------------------------------------------------------------------------
/Farsight/07.systemTransplant/1.uboot/1.笔记/上课第三天.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/07.systemTransplant/1.uboot/1.笔记/上课第三天.txt
--------------------------------------------------------------------------------
/Farsight/07.systemTransplant/1.uboot/1.笔记/内嵌汇编.docx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/07.systemTransplant/1.uboot/1.笔记/内嵌汇编.docx
--------------------------------------------------------------------------------
/Farsight/07.systemTransplant/1.uboot/1.笔记/系统移植实验手册-V2.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/07.systemTransplant/1.uboot/1.笔记/系统移植实验手册-V2.pdf
--------------------------------------------------------------------------------
/Farsight/07.systemTransplant/1.uboot/1.笔记/系统移植流程图.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/07.systemTransplant/1.uboot/1.笔记/系统移植流程图.png
--------------------------------------------------------------------------------
/Farsight/07.systemTransplant/1.uboot/3.工具/sdfuse_q.tar.xz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/07.systemTransplant/1.uboot/3.工具/sdfuse_q.tar.xz
--------------------------------------------------------------------------------
/Farsight/07.systemTransplant/1.uboot/cortex_a8相关资料.tar.xz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/07.systemTransplant/1.uboot/cortex_a8相关资料.tar.xz
--------------------------------------------------------------------------------
/Farsight/07.systemTransplant/2.kernel/2.linux.org:
--------------------------------------------------------------------------------
1 | 先 vmlinux
2 | vmlinux.lds
3 | arch/arm/kernel/head.S 系统入口点
4 |
--------------------------------------------------------------------------------
/Farsight/07.systemTransplant/2.kernel/kernel_start.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/07.systemTransplant/2.kernel/kernel_start.jpg
--------------------------------------------------------------------------------
/Farsight/07.systemTransplant/2.kernel/linux_kconfig详解及语法.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/07.systemTransplant/2.kernel/linux_kconfig详解及语法.pdf
--------------------------------------------------------------------------------
/Farsight/07.systemTransplant/2.kernel/printk.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/07.systemTransplant/2.kernel/printk.txt
--------------------------------------------------------------------------------
/Farsight/07.systemTransplant/2.kernel/start_kernel.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/07.systemTransplant/2.kernel/start_kernel.txt
--------------------------------------------------------------------------------
/Farsight/07.systemTransplant/2.kernel/上课第四天.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/07.systemTransplant/2.kernel/上课第四天.txt
--------------------------------------------------------------------------------
/Farsight/07.systemTransplant/2.kernel/内核编译流程.doc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/07.systemTransplant/2.kernel/内核编译流程.doc
--------------------------------------------------------------------------------
/Farsight/07.systemTransplant/2.kernel/页表.docx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/07.systemTransplant/2.kernel/页表.docx
--------------------------------------------------------------------------------
/Farsight/07.systemTransplant/3.rootfs/e2fsprogs-1.42.5.tar.xz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/07.systemTransplant/3.rootfs/e2fsprogs-1.42.5.tar.xz
--------------------------------------------------------------------------------
/Farsight/07.systemTransplant/3.rootfs/文件系统启动过程.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/07.systemTransplant/3.rootfs/文件系统启动过程.png
--------------------------------------------------------------------------------
/Farsight/07.systemTransplant/4.协处理器cp15.org:
--------------------------------------------------------------------------------
1 | 指令:
2 | mcr 向cp15中寄存器写数据
3 | mcr p15, 0, r4, c1, c0, 0
4 | mrc 向arm寄存器中写数据
5 | mrc p15, 0, r4, c1, c0, 0
6 |
7 | cp15中的寄存器
8 | c0 -- c15
9 |
10 |
--------------------------------------------------------------------------------
/Farsight/08.driver/2.SecondDay/1.ClassCode/alloc-1/test.c:
--------------------------------------------------------------------------------
1 | #include
2 | #include
3 | #include
4 | #include
5 |
6 |
7 | void main()
8 | {
9 | int fd;
10 |
11 | fd = open("hello",O_RDWR);
12 |
13 | sleep(2);
14 |
15 | close(fd);
16 |
17 | }
18 |
--------------------------------------------------------------------------------
/Farsight/08.driver/2.SecondDay/1.ClassCode/alloc-2/test.c:
--------------------------------------------------------------------------------
1 | #include
2 | #include
3 | #include
4 | #include
5 |
6 |
7 | void main()
8 | {
9 | int fd;
10 |
11 | fd = open("hello",O_RDWR);
12 |
13 | sleep(2);
14 |
15 | close(fd);
16 |
17 | }
18 |
--------------------------------------------------------------------------------
/Farsight/08.driver/2.SecondDay/1.ClassCode/cdev/test.c:
--------------------------------------------------------------------------------
1 | #include
2 | #include
3 | #include
4 | #include
5 |
6 | int main()
7 | {
8 | int fd;
9 |
10 | fd = open("hello",O_RDWR);
11 |
12 | sleep(2);
13 |
14 | close(fd);
15 |
16 | }
17 |
--------------------------------------------------------------------------------
/Farsight/08.driver/2.SecondDay/2.MyCode/led/.tmp_versions/led.mod:
--------------------------------------------------------------------------------
1 | /home/wildbook/Documents/04.华清远见培训笔记/08.driver/2.SecondDay/2.MyCode/led/led.ko
2 | /home/wildbook/Documents/04.华清远见培训笔记/08.driver/2.SecondDay/2.MyCode/led/led.o
3 |
--------------------------------------------------------------------------------
/Farsight/08.driver/2.SecondDay/2.MyCode/my_cdev/.tmp_versions/hello.mod:
--------------------------------------------------------------------------------
1 | /home/wildbook/Documents/04.华清远见培训笔记/08.driver/2.SecondDay/my_cdev/hello.ko
2 | /home/wildbook/Documents/04.华清远见培训笔记/08.driver/2.SecondDay/my_cdev/hello.o
3 |
4 |
--------------------------------------------------------------------------------
/Farsight/08.driver/2.SecondDay/2.MyCode/my_cdev/Makefile:
--------------------------------------------------------------------------------
1 | ifneq ($(KERNELRELEASE),)
2 | obj-m:=hello.o
3 | else
4 | KDIR := /lib/modules/$(shell uname -r)/build/
5 | PWD:=$(shell pwd)
6 | all:
7 | make -C $(KDIR) M=$(PWD) modules
8 | clean:
9 | rm -rf *.ko *.o *.mod.c *.order Module.symvers
10 | endif
--------------------------------------------------------------------------------
/Farsight/08.driver/2.SecondDay/2.MyCode/my_cdev/test.c:
--------------------------------------------------------------------------------
1 | #include
2 | #include
3 | #include
4 |
5 |
6 | main()
7 | {
8 | int fd;
9 |
10 | fd = open("hello",O_RDWR);
11 |
12 | sleep(2);
13 |
14 | close(fd);
15 |
16 | }
17 |
--------------------------------------------------------------------------------
/Farsight/08.driver/2.SecondDay/2.MyCode/my_class/.tmp_versions/hello.mod:
--------------------------------------------------------------------------------
1 | /home/wildbook/Documents/04.华清远见培训笔记/08.driver/2.SecondDay/my_class/hello.ko
2 | /home/wildbook/Documents/04.华清远见培训笔记/08.driver/2.SecondDay/my_class/hello.o
3 |
4 |
--------------------------------------------------------------------------------
/Farsight/08.driver/2.SecondDay/2.MyCode/my_class/Makefile:
--------------------------------------------------------------------------------
1 | ifneq ($(KERNELRELEASE),)
2 | obj-m:=hello.o
3 | else
4 | KDIR := /lib/modules/$(shell uname -r)/build/
5 | PWD:=$(shell pwd)
6 | all:
7 | make -C $(KDIR) M=$(PWD) modules
8 | clean:
9 | rm -rf *.ko *.o *.mod.c *.order Module.symvers
10 | endif
--------------------------------------------------------------------------------
/Farsight/08.driver/2.SecondDay/2.MyCode/my_class/test.c:
--------------------------------------------------------------------------------
1 | #include
2 | #include
3 | #include
4 |
5 |
6 | main()
7 | {
8 | int fd;
9 |
10 | fd = open("hello",O_RDWR);
11 |
12 | sleep(2);
13 |
14 | close(fd);
15 |
16 | }
17 |
--------------------------------------------------------------------------------
/Farsight/08.driver/3.ThirdDay/1.ClassCode/led/modules.order:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/08.driver/3.ThirdDay/1.ClassCode/led/modules.order
--------------------------------------------------------------------------------
/Farsight/08.driver/3.ThirdDay/2.MyCode/class/.tmp_versions/hello.mod:
--------------------------------------------------------------------------------
1 | /home/wildbook/Documents/04.华清远见培训笔记/08.driver/3.ThirdDay/class/hello.ko
2 | /home/wildbook/Documents/04.华清远见培训笔记/08.driver/3.ThirdDay/class/hello.o
3 |
4 |
--------------------------------------------------------------------------------
/Farsight/08.driver/3.ThirdDay/2.MyCode/class/test:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/08.driver/3.ThirdDay/2.MyCode/class/test
--------------------------------------------------------------------------------
/Farsight/08.driver/3.ThirdDay/2.MyCode/led/.tmp_versions/led.mod:
--------------------------------------------------------------------------------
1 | /home/wildbook/Documents/04.华清远见培训笔记/08.driver/3.ThirdDay/2.MyCode/led/led.ko
2 | /home/wildbook/Documents/04.华清远见培训笔记/08.driver/3.ThirdDay/2.MyCode/led/led.o
3 |
--------------------------------------------------------------------------------
/Farsight/08.driver/3.ThirdDay/2.MyCode/misc_led/.tmp_versions/led.mod:
--------------------------------------------------------------------------------
1 | /home/wildbook/Documents/04.华清远见培训笔记/08.driver/3.ThirdDay/2.MyCode/misc_led/led.ko
2 | /home/wildbook/Documents/04.华清远见培训笔记/08.driver/3.ThirdDay/2.MyCode/misc_led/led.o
3 |
--------------------------------------------------------------------------------
/Farsight/08.driver/3.ThirdDay/2.MyCode/pwm/.tmp_versions/pwm.mod:
--------------------------------------------------------------------------------
1 | /home/wildbook/Documents/04.华清远见培训笔记/08.driver/3.ThirdDay/2.MyCode/pwm/pwm.ko
2 | /home/wildbook/Documents/04.华清远见培训笔记/08.driver/3.ThirdDay/2.MyCode/pwm/pwm.o
3 |
--------------------------------------------------------------------------------
/Farsight/08.driver/4.FourthDay/1.ClassCode/beep/.tmp_versions/device.mod:
--------------------------------------------------------------------------------
1 | /home/wildbook/Documents/03.华清远见培训笔记/08.driver/4.FourthDay/1.ClassCode/beep/device.ko
2 | /home/wildbook/Documents/03.华清远见培训笔记/08.driver/4.FourthDay/1.ClassCode/beep/device.o
3 |
--------------------------------------------------------------------------------
/Farsight/08.driver/4.FourthDay/1.ClassCode/beep/.tmp_versions/driver.mod:
--------------------------------------------------------------------------------
1 | /home/wildbook/Documents/03.华清远见培训笔记/08.driver/4.FourthDay/1.ClassCode/beep/driver.ko
2 | /home/wildbook/Documents/03.华清远见培训笔记/08.driver/4.FourthDay/1.ClassCode/beep/driver.o
3 |
--------------------------------------------------------------------------------
/Farsight/08.driver/4.FourthDay/1.ClassCode/beep/Module.symvers:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/08.driver/4.FourthDay/1.ClassCode/beep/Module.symvers
--------------------------------------------------------------------------------
/Farsight/08.driver/4.FourthDay/1.ClassCode/beep/device.ko:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/08.driver/4.FourthDay/1.ClassCode/beep/device.ko
--------------------------------------------------------------------------------
/Farsight/08.driver/4.FourthDay/1.ClassCode/beep/device.mod.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/08.driver/4.FourthDay/1.ClassCode/beep/device.mod.o
--------------------------------------------------------------------------------
/Farsight/08.driver/4.FourthDay/1.ClassCode/beep/device.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/08.driver/4.FourthDay/1.ClassCode/beep/device.o
--------------------------------------------------------------------------------
/Farsight/08.driver/4.FourthDay/1.ClassCode/beep/driver.ko:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/08.driver/4.FourthDay/1.ClassCode/beep/driver.ko
--------------------------------------------------------------------------------
/Farsight/08.driver/4.FourthDay/1.ClassCode/beep/driver.mod.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/08.driver/4.FourthDay/1.ClassCode/beep/driver.mod.o
--------------------------------------------------------------------------------
/Farsight/08.driver/4.FourthDay/1.ClassCode/beep/driver.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/08.driver/4.FourthDay/1.ClassCode/beep/driver.o
--------------------------------------------------------------------------------
/Farsight/08.driver/4.FourthDay/1.ClassCode/beep/modules.order:
--------------------------------------------------------------------------------
1 | kernel//home/wildbook/Documents/03.华清远见培训笔记/08.driver/4.FourthDay/1.ClassCode/beep/device.ko
2 | kernel//home/wildbook/Documents/03.华清远见培训笔记/08.driver/4.FourthDay/1.ClassCode/beep/driver.ko
3 |
--------------------------------------------------------------------------------
/Farsight/08.driver/4.FourthDay/2.MyCode/led/modules.order:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/08.driver/4.FourthDay/2.MyCode/led/modules.order
--------------------------------------------------------------------------------
/Farsight/08.driver/5.FifthDay/1.ClassCode/1111.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/08.driver/5.FifthDay/1.ClassCode/1111.jpg
--------------------------------------------------------------------------------
/Farsight/08.driver/5.FifthDay/1.ClassCode/2222.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/08.driver/5.FifthDay/1.ClassCode/2222.jpg
--------------------------------------------------------------------------------
/Farsight/08.driver/5.FifthDay/1.ClassCode/poll/hello.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/08.driver/5.FifthDay/1.ClassCode/poll/hello.c
--------------------------------------------------------------------------------
/Farsight/08.driver/5.FifthDay/1.ClassCode/sem/.tmp_versions/hello.mod:
--------------------------------------------------------------------------------
1 | /home/wildbook/Documents/04.华清远见培训笔记/08.driver/5.FifthDay/1.ClassCode/sem/hello.ko
2 | /home/wildbook/Documents/04.华清远见培训笔记/08.driver/5.FifthDay/1.ClassCode/sem/hello.o
3 |
4 |
--------------------------------------------------------------------------------
/Farsight/08.driver/5.FifthDay/1.ClassCode/spinlock/cscope.files:
--------------------------------------------------------------------------------
1 | hello.c
2 | test.c
3 |
--------------------------------------------------------------------------------
/Farsight/08.driver/5.FifthDay/1.ClassCode/spinlock/cscope.out:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/08.driver/5.FifthDay/1.ClassCode/spinlock/cscope.out
--------------------------------------------------------------------------------
/Farsight/08.driver/5.FifthDay/1.ClassCode/wait/.tmp_versions/hello.mod:
--------------------------------------------------------------------------------
1 | /home/wildbook/Documents/04.华清远见培训笔记/08.driver/5.FifthDay/1.ClassCode/wait/hello.ko
2 | /home/wildbook/Documents/04.华清远见培训笔记/08.driver/5.FifthDay/1.ClassCode/wait/hello.o
3 |
4 |
--------------------------------------------------------------------------------
/Farsight/08.driver/5.FifthDay/1.ClassCode/wait/hello.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/08.driver/5.FifthDay/1.ClassCode/wait/hello.c
--------------------------------------------------------------------------------
/Farsight/08.driver/5.FifthDay/2.MyCode/atomic/.tmp_versions/hello.mod:
--------------------------------------------------------------------------------
1 | /home/wildbook/Documents/04.华清远见培训笔记/08.driver/5.FifthDay/2.MyCode/class/hello.ko
2 | /home/wildbook/Documents/04.华清远见培训笔记/08.driver/5.FifthDay/2.MyCode/class/hello.o
3 |
4 |
--------------------------------------------------------------------------------
/Farsight/08.driver/5.FifthDay/2.MyCode/sem/.tmp_versions/hello.mod:
--------------------------------------------------------------------------------
1 | /home/wildbook/Documents/04.华清远见培训笔记/08.driver/5.FifthDay/2.MyCode/sem/hello.ko
2 | /home/wildbook/Documents/04.华清远见培训笔记/08.driver/5.FifthDay/2.MyCode/sem/hello.o
3 |
4 |
--------------------------------------------------------------------------------
/Farsight/08.driver/5.FifthDay/2.MyCode/spinlock/.tmp_versions/hello.mod:
--------------------------------------------------------------------------------
1 | /home/wildbook/Documents/04.华清远见培训笔记/08.driver/5.FifthDay/2.MyCode/class/hello.ko
2 | /home/wildbook/Documents/04.华清远见培训笔记/08.driver/5.FifthDay/2.MyCode/class/hello.o
3 |
4 |
--------------------------------------------------------------------------------
/Farsight/08.driver/6.SixthDay/1.ClassCode/key-read/.tmp_versions/hello.mod:
--------------------------------------------------------------------------------
1 | /home/wildbook/Documents/04.华清远见培训笔记/08.driver/6.SixthDay/1.ClassCode/key-read/hello.ko
2 | /home/wildbook/Documents/04.华清远见培训笔记/08.driver/6.SixthDay/1.ClassCode/key-read/hello.o
3 |
--------------------------------------------------------------------------------
/Farsight/08.driver/7.SeventhDay/1.ClassCode/1.防火墙/Netfilter防火墙.doc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/08.driver/7.SeventhDay/1.ClassCode/1.防火墙/Netfilter防火墙.doc
--------------------------------------------------------------------------------
/Farsight/08.driver/7.SeventhDay/1.ClassCode/1.防火墙/模块代码.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/08.driver/7.SeventhDay/1.ClassCode/1.防火墙/模块代码.c
--------------------------------------------------------------------------------
/Farsight/08.driver/7.SeventhDay/1.ClassCode/1.防火墙/用户文件代码.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/08.driver/7.SeventhDay/1.ClassCode/1.防火墙/用户文件代码.c
--------------------------------------------------------------------------------
/Farsight/08.driver/7.SeventhDay/Makefile:
--------------------------------------------------------------------------------
1 | ifneq ($(KERNELRELEASE),)
2 | obj-m:=hello.o
3 | else
4 | KDIR := /lib/modules/$(shell uname -r)/build/
5 | PWD:=$(shell pwd)
6 | all:
7 | make -C $(KDIR) M=$(PWD) modules
8 | clean:
9 | rm -rf *.ko *.o *.mod.c *.order Module.symvers
10 | endif
--------------------------------------------------------------------------------
/Farsight/08.driver/8.EighthDay/1.ClassCode/key-read/hello.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/08.driver/8.EighthDay/1.ClassCode/key-read/hello.c
--------------------------------------------------------------------------------
/Farsight/08.driver/LinuxKernelMap.jpg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/08.driver/LinuxKernelMap.jpg.png
--------------------------------------------------------------------------------
/Farsight/08.driver/i2c/IIC中文版(免费).pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/08.driver/i2c/IIC中文版(免费).pdf
--------------------------------------------------------------------------------
/Farsight/08.driver/i2c/IIC总线协议.ppt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/08.driver/i2c/IIC总线协议.ppt
--------------------------------------------------------------------------------
/Farsight/08.driver/i2c/MPU-60X0寄存器中文版V4.0.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/08.driver/i2c/MPU-60X0寄存器中文版V4.0.pdf
--------------------------------------------------------------------------------
/Farsight/08.driver/i2c/i2c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/08.driver/i2c/i2c.jpg
--------------------------------------------------------------------------------
/Farsight/08.driver/i2c/mpu6050寄存器中文版.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/08.driver/i2c/mpu6050寄存器中文版.pdf
--------------------------------------------------------------------------------
/Farsight/08.driver/irq.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/08.driver/irq.jpg
--------------------------------------------------------------------------------
/Farsight/08.driver/poll-select.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/08.driver/poll-select.jpg
--------------------------------------------------------------------------------
/Farsight/08.driver/字符设备.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/08.driver/字符设备.jpg
--------------------------------------------------------------------------------
/Farsight/08.driver/虚拟网卡修改好的/Makefile:
--------------------------------------------------------------------------------
1 | KERN_DIR = /work/linux
2 |
3 | all:
4 | make -C $(KERN_DIR) M=`pwd` modules
5 |
6 | clean:
7 | make -C $(KERN_DIR) M=`pwd` modules clean
8 | rm -rf modules.order
9 |
10 | obj-m += virt_net.o
11 |
--------------------------------------------------------------------------------
/Farsight/08.driver/虚拟网卡修改好的/virt_net.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/08.driver/虚拟网卡修改好的/virt_net.c
--------------------------------------------------------------------------------
/Farsight/08.driver/进程阻塞和唤醒的过程.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/08.driver/进程阻塞和唤醒的过程.png
--------------------------------------------------------------------------------
/Farsight/嵌入式 学习路线图_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/Farsight/嵌入式 学习路线图_2.png
--------------------------------------------------------------------------------
/Money/1.黄牛行业解密.org:
--------------------------------------------------------------------------------
1 | * 黄牛灰色地带
2 | * 抢购
3 | * 抢购软件
4 | * 返利平台
5 | * 打码平台
6 | * 黄牛
7 |
--------------------------------------------------------------------------------
/Money/3.投资工具.org:
--------------------------------------------------------------------------------
1 | * 外币
2 | * 外汇
3 | * 货币衍生工具
4 | * 保险
5 | * 基金
6 | * 土地
7 | * 房地产
8 | * 房地产衍生工具
9 | * 股票
10 | * 认股证
11 | * 牛能证
12 | * Accumulator
13 | * 可换股债券
14 | * 商品期货
15 | * 黄金
16 | * 石油
17 | * 细软
18 | * 收藏品
19 | * 古董
20 | * p2p理财
21 | * 数字货币
22 |
--------------------------------------------------------------------------------
/Money/credit.org:
--------------------------------------------------------------------------------
1 | 银行 账单日 还款日
2 | 招商 除了1,4,11,13,23,24,26,24,28,29,30,31 +18
3 | 中信 2-18 +19
4 | 交行 10-24 -6
5 |
6 |
7 | 交行 13 7
8 | 中信 28 17
9 | 招商 9 27
10 |
--------------------------------------------------------------------------------
/Money/credit/CGB.md:
--------------------------------------------------------------------------------
1 | # 文章框架
2 | ## 值得办信用卡
3 | 犀利卡(首卡)
4 | DIY卡
5 | 真情卡
6 | 臻尚白
7 | (推荐办卡)
8 | ### 卡特点
9 | ### 卡注意事项
10 | 1.首卡犀利卡,二卡DIY卡,三卡臻尚白
11 | 2.DIY商户开卡选三类商户类型
12 | ### 淘汰玩法
13 | DIY卡+留学生
14 | ## 刷够多少积分
15 | ## 刷卡神器
16 | ## 积分玩法
17 | DIY卡刷分 + 臻尚白鲁权益
18 | 犀利卡鲁返利
19 | ## 权益玩法
20 |
--------------------------------------------------------------------------------
/Money/credit/CMBC.md:
--------------------------------------------------------------------------------
1 | # 文章框架
2 | ## 值得办信用卡
3 | young卡
4 | 城市卡
5 | 汽车卡
6 | 经典白金卡
7 | (推荐办卡)
8 | ### 卡特点
9 | ### 卡注意事项
10 | ### 淘汰玩法
11 | ## 刷够多少积分
12 | ## 刷卡神器
13 | ## 积分玩法
14 | ## 权益玩法
15 |
--------------------------------------------------------------------------------
/Money/credit/POS.md:
--------------------------------------------------------------------------------
1 | # 费率
2 | # 跳码
3 | 跳码危害
4 | 怎么查询跳码
5 | 本地商户
6 | # pos机种类
7 | 固定商户
8 | 商户池(自选/非自选)
9 | 多平台(实现原理,存在原因)
10 |
11 | 扫码支付
12 | 云闪付
13 | 刷卡
14 |
15 | 商户类型
16 |
--------------------------------------------------------------------------------
/Money/dd.md:
--------------------------------------------------------------------------------
1 | # 缴费
2 | 成本:2w*20=40w
3 | # 收益(60-100岁)
4 | 每月反4000元
5 |
6 | 假设1:活到100岁
7 | 40×12×4000=192w
8 | 40w理财,利息5%,复利周期1年,从第一年算起
9 | 4k×1.05
10 | 4kX
11 |
--------------------------------------------------------------------------------
/Money/makecoin.org:
--------------------------------------------------------------------------------
1 | * 挖矿
2 | 挖流量矿石llt
3 | 挖玩客币
4 | * 玩资金盘
5 | 5780
6 | 200+500+1000+2000+2980=6680
7 | 3700+2980=6680
8 | *
9 |
--------------------------------------------------------------------------------
/Money/p2p.md:
--------------------------------------------------------------------------------
1 | # 评级机构
2 | # p2p平台
3 | ## 靠谱
4 | 宜人贷 https://www.yirendai.com
5 | 平安陆金服 https://www.lup2p.com 陆金所旗下
6 | 人人贷 https://www.renrendai.com
7 | 拍拍贷
8 |
--------------------------------------------------------------------------------
/Money/个人投资模型.org:
--------------------------------------------------------------------------------
1 | * 应急资金
2 | 应急资金主要以信用卡及花呗借呗为主
3 | * 股票
4 | 进入股票时机,股灾期间
5 | * 投资理财资金池
6 | 股市的波动很大,通常会受到国家政策及世界局势的干扰比较大,比如最近中美贸易战,这就是一个进入股市的机会。然后给资金池放在余额宝这类理财产品中
7 | * 结余的支出
8 | 每月会制定预算,若是月底有结余,会统一放到一起,留着给自己提高生活品质。
9 | * 活期理财产品
10 |
--------------------------------------------------------------------------------
/RPI/01.参考文档.org:
--------------------------------------------------------------------------------
1 | * 参考文档
2 | [[http://wiki.jikexueyuan.com/project/raspberry-pi-funny/][极客学院:Raspberry pi 一个好玩的派]]
3 | [[http://wiki.jikexueyuan.com/project/raspberry-pi/][树莓派使用指南]]
4 |
--------------------------------------------------------------------------------
/android/README.org:
--------------------------------------------------------------------------------
1 | * audio
2 | [[./audio/README.org][audio]]
3 |
--------------------------------------------------------------------------------
/android/Stability/README.md:
--------------------------------------------------------------------------------
1 | # Stability
2 |
3 | ## gdb和coredump调试工具
4 |
5 | ## coredump
6 |
7 | [Android Stability - gdb和coredump](https://www.jianshu.com/p/819aa02fa7a8)
8 |
9 | ## ramdump
10 |
11 | ## anr
12 |
13 | ## Watchdog
14 |
15 | ## Crash、界面、流程异常
16 |
17 | ## Tombstone
18 |
19 | ## Panic
20 |
21 |
--------------------------------------------------------------------------------
/android/audio/audio_init.c:
--------------------------------------------------------------------------------
1 | snd_soc_dapm_new_controls
2 | snd_soc_dapm_new_widgets
3 |
4 | #pcm
5 | snd_pcm_new
6 |
7 | # Control
8 | snd_kcontrol_new
9 |
--------------------------------------------------------------------------------
/android/audio/default_V2.6_auddsp_btfmwlan_ril.cfg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/audio/default_V2.6_auddsp_btfmwlan_ril.cfg
--------------------------------------------------------------------------------
/android/audio/img/5.1环绕技术示意图.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/audio/img/5.1环绕技术示意图.png
--------------------------------------------------------------------------------
/android/audio/img/Audio_Software.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/audio/img/Audio_Software.png
--------------------------------------------------------------------------------
/android/audio/img/Deep_buffer_playback.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/audio/img/Deep_buffer_playback.png
--------------------------------------------------------------------------------
/android/audio/img/MEdiaCodec.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/audio/img/MEdiaCodec.png
--------------------------------------------------------------------------------
/android/audio/img/alsa.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/audio/img/alsa.png
--------------------------------------------------------------------------------
/android/audio/img/audio_jack_to_USB_Type-c.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/audio/img/audio_jack_to_USB_Type-c.png
--------------------------------------------------------------------------------
/android/audio/img/audio_software.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/audio/img/audio_software.png
--------------------------------------------------------------------------------
/android/audio/img/audio_voice.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/audio/img/audio_voice.png
--------------------------------------------------------------------------------
/android/audio/img/dai.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/audio/img/dai.png
--------------------------------------------------------------------------------
/android/audio/img/mbhc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/audio/img/mbhc.png
--------------------------------------------------------------------------------
/android/audio/img/msm+pm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/audio/img/msm+pm.png
--------------------------------------------------------------------------------
/android/audio/img/msm+wcd.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/audio/img/msm+wcd.png
--------------------------------------------------------------------------------
/android/audio/img/recording_and_playback.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/audio/img/recording_and_playback.png
--------------------------------------------------------------------------------
/android/audio/img/录音从java层调到StagefrightRecorder的流程.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/audio/img/录音从java层调到StagefrightRecorder的流程.png
--------------------------------------------------------------------------------
/android/audio/patch/04_1CH_20Hz-20KHz_Frequency Sweep_61pt_slow.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/audio/patch/04_1CH_20Hz-20KHz_Frequency Sweep_61pt_slow.rar
--------------------------------------------------------------------------------
/android/audio/patch/0dBFS 1KHz sine.mp3:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/audio/patch/0dBFS 1KHz sine.mp3
--------------------------------------------------------------------------------
/android/audio/patch/AudioRecord:
--------------------------------------------------------------------------------
1 | frameworks/av/media/libaudioclient/AudioRecord.cpp
2 | AudioRecord::read
3 |
4 |
--------------------------------------------------------------------------------
/android/audio/patch/AudioTrack:
--------------------------------------------------------------------------------
1 | frameworks/av/media/libaudioclient/AudioTrack.cpp
2 | AudioTrack::write
3 |
--------------------------------------------------------------------------------
/android/audio/patch/audio-pcm-dump.patch.tar.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/audio/patch/audio-pcm-dump.patch.tar.gz
--------------------------------------------------------------------------------
/android/audio/patch/crosstalk 10k_-6db_L.mp3:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/audio/patch/crosstalk 10k_-6db_L.mp3
--------------------------------------------------------------------------------
/android/audio/patch/crosstalk 10k_-6db_R.mp3:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/audio/patch/crosstalk 10k_-6db_R.mp3
--------------------------------------------------------------------------------
/android/audio/patch/静音48K.mp3:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/audio/patch/静音48K.mp3
--------------------------------------------------------------------------------
/android/audio/soundtrigger.md:
--------------------------------------------------------------------------------
1 | hardware/interfaces/soundtrigger
2 | frameworks/av/soundtrigger
3 |
--------------------------------------------------------------------------------
/android/bt/README.org:
--------------------------------------------------------------------------------
1 | hardware/qcom/bt
2 | vendor/qcom/proprietary/bt
--------------------------------------------------------------------------------
/android/commands/pm.org:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/commands/pm.org
--------------------------------------------------------------------------------
/android/commands/systrace.org:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/commands/systrace.org
--------------------------------------------------------------------------------
/android/commands/wm.org:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/commands/wm.org
--------------------------------------------------------------------------------
/android/debug/kernel_configuratio.org:
--------------------------------------------------------------------------------
1 | * 查看内核配置
2 | 方法一:
3 | adb pull /proc/config.gz
4 | 方法二
5 | ./kernel/scripts/extract-ikconfig vmlinux > kernel_config.txt:
6 | 方法三:
7 | ls -a /out/target/product/msm/obj/KERNEL_OBJ/.config
8 |
--------------------------------------------------------------------------------
/android/debug/others/Beyond.mp3:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/debug/others/Beyond.mp3
--------------------------------------------------------------------------------
/android/debug/power/AOP_Debug_Scripts.md:
--------------------------------------------------------------------------------
1 | # Debugging AOP RAM Dump
2 | ## 安装
3 | ```
4 | https://github.com/eliben/pyelftools
5 | sudo pip install pyelftools
6 | ```
7 |
--------------------------------------------------------------------------------
/android/debug/power/ReadMe.org:
--------------------------------------------------------------------------------
1 | * 上层唤醒
2 | framework层唤醒通常通过PowerManagerService.WakeLocks(for others)和PowerManagerService.Display(for LCD display)唤醒,调试这一块时,我们需要修改文件PowerManagerService.java中的DEBUG变量,修改为
3 | private static final boolean DEBUG = SystemProperties.getInt("persist.sys.power", 0) == 1;//很巧妙
4 | 然后我们就可以看到我们想看到的log
5 | *
6 |
--------------------------------------------------------------------------------
/android/debug/power/msmbusvoting.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/debug/power/msmbusvoting.exe
--------------------------------------------------------------------------------
/android/debug/power/perftop:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/debug/power/perftop
--------------------------------------------------------------------------------
/android/debug/power/powertop:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/debug/power/powertop
--------------------------------------------------------------------------------
/android/debug/power/regulator.sh:
--------------------------------------------------------------------------------
1 | # regulator电源消耗情况
2 | regulator_path="/d/regulator"
3 | for path in `ls /d/regulator`
4 | do
5 | consumers=$regulator_path/$path/consumers
6 | echo $consumers
7 | if [ -f "$consumers" ]; then
8 | cat $consumers
9 | fi
10 | done
11 |
--------------------------------------------------------------------------------
/android/debug/tools/android_test.org:
--------------------------------------------------------------------------------
1 | * android自动测试工具集合
2 | CTS
3 | Monkey
4 | Monkeyrunner
5 | benchmark、
6 |
--------------------------------------------------------------------------------
/android/debug/tools/bugreport.org:
--------------------------------------------------------------------------------
1 | adb bugreport
2 |
--------------------------------------------------------------------------------
/android/debug/uart_config.org:
--------------------------------------------------------------------------------
1 | * bringup阶段打开lk串口log
2 | CONFIG_SERIAL_MSM_HSL=y
3 | CONFIG_SERIAL_MSM_HSL_CONSOLE=y
4 |
--------------------------------------------------------------------------------
/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:
--------------------------------------------------------------------------------
1 | # device/qcom/msm8937_64/msm8937_64.mk
2 | 修改ENABLE_VENDOR_IMAGE :=true为ENABLE_VENDOR_IMAGE :=false
3 | 修改PRODUCT_FULL_TREBLE_OVERRIDE := true为PRODUCT_FULL_TREBLE_OVERRIDE := false
4 |
--------------------------------------------------------------------------------
/android/device/how_to_remove_app.md:
--------------------------------------------------------------------------------
1 | build/make/core/product.mk #总开关
2 | build/make/target/product/core.mk
3 | device/qcom/common/base.mk
4 | device/qcom/msm8937_64/msm8937_64.mk
5 |
6 | 修改 PRODUCT_PACKAGES
7 |
--------------------------------------------------------------------------------
/android/devicetree/bin/dts_list.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/devicetree/bin/dts_list.pyc
--------------------------------------------------------------------------------
/android/devicetree/bin/gv.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/devicetree/bin/gv.pyc
--------------------------------------------------------------------------------
/android/display/audio-dict.org:
--------------------------------------------------------------------------------
1 | | | |
2 | |------+-----------------------------------|
3 | | QDCM | Qualcomm Display Color Management |
4 | | OLED | Organic Light-Emitting Diode |
5 |
--------------------------------------------------------------------------------
/android/fingerprint/README.md:
--------------------------------------------------------------------------------
1 | # kernel
2 | drivers/input/fingerprint
3 | arch/arm/boot/dts/qcom/msm8937-mtp.dtsi => fingerprint
4 |
5 | # lk
6 | bootable/bootloader/lk/platform/msm8952/include/platform/iomap.h
7 |
--------------------------------------------------------------------------------
/android/fs/README.org:
--------------------------------------------------------------------------------
1 | sysfs
2 | procfs
3 | debugfs
4 | udev
5 | devpts
6 | tmpfs
7 |
--------------------------------------------------------------------------------
/android/fs/debugfs/Makefile:
--------------------------------------------------------------------------------
1 | EXTRA_CFLAGS := -g
2 | obj-m += my_debugfs.o
3 |
4 | all:
5 | make -C /lib/modules/$(shell uname -r)/build/ SUBDIRS=$(shell pwd) modules
6 | clean:
7 | rm *.[^c]*
8 |
--------------------------------------------------------------------------------
/android/init/07.android启动流程.dot:
--------------------------------------------------------------------------------
1 | digraph G{ /* digraph为有向图,graph为无向图 */
2 | /*用dir设置每条边箭头的方向*/
3 | init -> "init.rc" -> "Volume Daemon";
4 | "init.rc" -> Zygote;
5 | Zygote -> systemserver -> AndroidService;
6 | }
7 |
--------------------------------------------------------------------------------
/android/input/tools.org:
--------------------------------------------------------------------------------
1 | * tools
2 | getevent
3 | sendevent
4 | input
5 |
--------------------------------------------------------------------------------
/android/input/touchscreen.org:
--------------------------------------------------------------------------------
1 | * 硬件基础
2 | | 引脚 | 功能 |
3 | |---------+----------|
4 | | TP_RSTn | |
5 | | TP_INT | 中断引脚 |
6 | | TP_SDA | i2c |
7 | | TP_SCL | i2c |
8 | *
9 |
--------------------------------------------------------------------------------
/android/led/core/triggers.org:
--------------------------------------------------------------------------------
1 | * ifas
2 | 触发器
3 | 研究这个 n8996/kernel/drivers/media/platform/msm/camera_v2/sensor/flash/msm_flash.c
4 | * 触发器使用方法
5 |
--------------------------------------------------------------------------------
/android/logo/chargeoff_logo.md:
--------------------------------------------------------------------------------
1 | system/core/healthd/healthd_mode_charger.cpp
2 |
--------------------------------------------------------------------------------
/android/mm/README.md:
--------------------------------------------------------------------------------
1 | # 内存管理
2 | kernel/mm ram
3 | kernel/mmc rom
4 |
--------------------------------------------------------------------------------
/android/others/10.叶丽军perso机制的技术分享.ppt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/others/10.叶丽军perso机制的技术分享.ppt
--------------------------------------------------------------------------------
/android/others/auto.sh:
--------------------------------------------------------------------------------
1 | # android自动编译脚步
2 | repo sync
3 | repo start master --all
4 | repo forall -c 'git checkout MSM8909_KAIOS_GFLIP2_DEV'
5 | cd amss_8909/
6 | ./linux_build.sh -a gflip2 ATT
7 | cd ../
8 | source build/envsetup.sh
9 | choosecombo 1 gflip2 eng false ATT
10 | make -j8
11 |
--------------------------------------------------------------------------------
/android/others/google账号没退出刷机.md:
--------------------------------------------------------------------------------
1 | # 刷机后无法正常引导设置
2 | 登录google账号后没退出,刷入其他版本无法正常引导设置手机
3 | 刷userdebug版本
4 | adb root
5 | adb remount
6 | adb shell settings put secure user_setup_complete 1
7 | adb reboot
8 |
--------------------------------------------------------------------------------
/android/others/linux下查看库依赖关系.org:
--------------------------------------------------------------------------------
1 | #1. 查看依赖的库:
2 | objdump -x xxoo.so | grep NEEDED
3 |
4 | #2. 查看缺失的库:
5 | ldd xxoo.so
6 | #如果某个依赖的库不存在,会输出类似 OOXX.so not found 字样。
7 |
--------------------------------------------------------------------------------
/android/others/pack-and-unnpack-nodes.org:
--------------------------------------------------------------------------------
1 | * bootimage
2 | system/core/mkbootimg
3 |
--------------------------------------------------------------------------------
/android/others/qcn.md:
--------------------------------------------------------------------------------
1 | # 擦除qcn分区
2 | fastboot erase modemst1
3 | fastboot erase modemst2
4 |
--------------------------------------------------------------------------------
/android/others/tools.md:
--------------------------------------------------------------------------------
1 | * gerrit
2 | * gitlab
3 | 和gerrit类似
4 | * jenkins
5 | * OpenGrok
6 |
--------------------------------------------------------------------------------
/android/power/driver/img/Linux PMIC Software Architecture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/power/driver/img/Linux PMIC Software Architecture.png
--------------------------------------------------------------------------------
/android/power/driver/img/battery_temperature.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/power/driver/img/battery_temperature.png
--------------------------------------------------------------------------------
/android/power/driver/img/charger_hardware.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/power/driver/img/charger_hardware.png
--------------------------------------------------------------------------------
/android/power/driver/img/paraller_charger.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/power/driver/img/paraller_charger.png
--------------------------------------------------------------------------------
/android/power/driver/test.org:
--------------------------------------------------------------------------------
1 | * 功能
2 | 电池类型检测
3 | 电池属性配置
4 | 电池温度检测
5 | 电压检测
6 | 电流检测
7 | 充电状态检测
8 |
9 | * 中断
10 |
11 | get_prop_charge_type() //充电类型检测 (trickle、taper、fast、NONE、)
12 | get_prop_batt_health() //电池健康情况 (cold、cool、good、warm、overheat)
13 |
--------------------------------------------------------------------------------
/android/recovery/recovery.org:
--------------------------------------------------------------------------------
1 | * 简介
2 |
--------------------------------------------------------------------------------
/android/selinux/01.资料/01SEAndroid安全机制框架分析 .docx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/selinux/01.资料/01SEAndroid安全机制框架分析 .docx
--------------------------------------------------------------------------------
/android/selinux/01.资料/Selinux介绍和规则添加.doc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/selinux/01.资料/Selinux介绍和规则添加.doc
--------------------------------------------------------------------------------
/android/selinux/01.资料/selinxu.pptx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/selinux/01.资料/selinxu.pptx
--------------------------------------------------------------------------------
/android/selinux/picture/01.SEAndroid安全机制框架.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/selinux/picture/01.SEAndroid安全机制框架.png
--------------------------------------------------------------------------------
/android/selinux/policypush.sh:
--------------------------------------------------------------------------------
1 | adb root && adb wait-for-device
2 | adb remount
3 |
4 | # selinux
5 | #$ANDROID_BUILD_TOP
6 | adb push $ANDROID_PRODUCT_OUT/system/etc/selinux /sysetm/etc
7 | adb push $ANDROID_PRODUCT_OUT/vendor/etc/selinux /vendor/etc
8 | adb reboot
9 |
--------------------------------------------------------------------------------
/android/sensor/img/SSCFramework-aDSP.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/sensor/img/SSCFramework-aDSP.png
--------------------------------------------------------------------------------
/android/sensor/img/SSCSoftwareArchitecture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/sensor/img/SSCSoftwareArchitecture.png
--------------------------------------------------------------------------------
/android/sensor/img/SSC_Framework.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/sensor/img/SSC_Framework.png
--------------------------------------------------------------------------------
/android/sensor/img/SSC_SoftwareArchitecture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/sensor/img/SSC_SoftwareArchitecture.png
--------------------------------------------------------------------------------
/android/sensor/img/SensorArchitectureOnAndroid.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/sensor/img/SensorArchitectureOnAndroid.png
--------------------------------------------------------------------------------
/android/sensor/img/aDSP.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/sensor/img/aDSP.png
--------------------------------------------------------------------------------
/android/sensor/img/sensor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/sensor/img/sensor.png
--------------------------------------------------------------------------------
/android/sensor/quest.org:
--------------------------------------------------------------------------------
1 | # 亮度调节相关(Brightening)
2 | device/qcom/common/device/overlay/frameworks/base/core/res/res/values/config.xml
3 | vendor/ims/overlays/common/frameworks/base/core/res/res/values/config.xml
4 | packages/apps/Settings/res/xml/auto_brightness_detail.xml
5 |
--------------------------------------------------------------------------------
/android/sensor/sensor.org:
--------------------------------------------------------------------------------
1 | Android-传感器开发-方向判断 https://blog.csdn.net/chenzhen1080/article/details/54633319
2 | 陀螺仪靠右手法则确认方向
3 |
--------------------------------------------------------------------------------
/android/sensor/sns_qxdmlog.cfg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/sensor/sns_qxdmlog.cfg
--------------------------------------------------------------------------------
/android/storage/mmc/bug.org:
--------------------------------------------------------------------------------
1 | # 不支持64G SD卡
2 | 可能是sd_Data电流不足
3 | # SD卡不识别
4 | cd-gpios SD卡检测引脚配置不对,或者pmic配置不对
5 | # 查询emmc的厂商的方法
6 | cat /sys/bus/mmc/devices/mmc0\:0001/manfid
7 | 相关代码:
8 | kernel/msm-4.4/drivers/mmc/core/mmc.c
9 |
--------------------------------------------------------------------------------
/android/tty/tty_pty_and_pts.org:
--------------------------------------------------------------------------------
1 | * tty
2 | kernel/msm-3.18/drivers/tty/serial/msm_serial_hs.c
3 | kernel/msm-3.18/drivers/tty/serial/msm_serial.c
4 | kernel/msm-3.18/drivers/tty/serial/serial_core.c
5 | * tty
6 | 当前控制台,输出到/dev/tty的内容只会显示在当前工作终端上(无论是登录在ttyn中还是pty中)
7 | echo “tekkaman” > /dev/tty
8 | * pty
9 | * pts
10 |
--------------------------------------------------------------------------------
/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/001.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/001.gif
--------------------------------------------------------------------------------
/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/53713722_1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/53713722_1.gif
--------------------------------------------------------------------------------
/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/53713722_10.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/53713722_10.gif
--------------------------------------------------------------------------------
/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/53713722_11.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/53713722_11.gif
--------------------------------------------------------------------------------
/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/53713722_12.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/53713722_12.gif
--------------------------------------------------------------------------------
/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/53713722_2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/53713722_2.jpg
--------------------------------------------------------------------------------
/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/53713722_3.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/53713722_3.gif
--------------------------------------------------------------------------------
/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/53713722_4.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/53713722_4.gif
--------------------------------------------------------------------------------
/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/53713722_5.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/53713722_5.gif
--------------------------------------------------------------------------------
/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/53713722_6.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/53713722_6.gif
--------------------------------------------------------------------------------
/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/53713722_7.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/53713722_7.gif
--------------------------------------------------------------------------------
/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/53713722_8.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/53713722_8.gif
--------------------------------------------------------------------------------
/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/53713722_9.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/53713722_9.gif
--------------------------------------------------------------------------------
/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/bgcolor.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/bgcolor.jpg
--------------------------------------------------------------------------------
/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/dingtu.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/dingtu.gif
--------------------------------------------------------------------------------
/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/fontSize.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/fontSize.jpg
--------------------------------------------------------------------------------
/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/getstatusv2.asc:
--------------------------------------------------------------------------------
1 | doccheckart([ { "result":0}])
--------------------------------------------------------------------------------
/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/nlogo.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/nlogo.jpg
--------------------------------------------------------------------------------
/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/user_name_tag.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/user_name_tag.gif
--------------------------------------------------------------------------------
/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/userstar2.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/userstar2.gif
--------------------------------------------------------------------------------
/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/userstar3.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/userstar3.gif
--------------------------------------------------------------------------------
/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/yes.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/usb/01.usb_driver/Linux usb子系统(一):子系统架构_files/yes.gif
--------------------------------------------------------------------------------
/android/usb/05.vold框架学习/picture/vold框架图.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/usb/05.vold框架学习/picture/vold框架图.png
--------------------------------------------------------------------------------
/android/usb/mtp框架.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/usb/mtp框架.jpg
--------------------------------------------------------------------------------
/android/usb/picture/01.USBFramework.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/usb/picture/01.USBFramework.png
--------------------------------------------------------------------------------
/android/usb/picture/02.MTP启动流程.dot:
--------------------------------------------------------------------------------
1 | digraph G{ /* digraph为有向图,graph为无向图 */
2 | /*用dir设置每条边箭头的方向*/
3 |
4 | "USB连接 and MTP/PTP Enable?"[shape=parallelogram]
5 | "USB连接 and MTP/PTP Enable?" -> "启动MtpService";
6 | "USB连接 and MTP/PTP Enable?" -> "通知MediaProvider";
7 |
8 | }
9 |
--------------------------------------------------------------------------------
/android/usb/picture/aa.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/usb/picture/aa.png
--------------------------------------------------------------------------------
/android/usb/picture/mtp框架.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/usb/picture/mtp框架.jpg
--------------------------------------------------------------------------------
/android/video/README.org:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/video/README.org
--------------------------------------------------------------------------------
/android/video/app/Video for Linux Two API Specification.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/video/app/Video for Linux Two API Specification.html
--------------------------------------------------------------------------------
/android/video/app/Video for Linux Two API Specification_files.tar.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/video/app/Video for Linux Two API Specification_files.tar.gz
--------------------------------------------------------------------------------
/android/video/app/Video for Linux Two API Specification_files/crop.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/video/app/Video for Linux Two API Specification_files/crop.gif
--------------------------------------------------------------------------------
/android/video/app/capture_demo.tar.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/video/app/capture_demo.tar.gz
--------------------------------------------------------------------------------
/android/video/lcd/qcom的lcd.org:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/android/video/lcd/qcom的lcd.org
--------------------------------------------------------------------------------
/autojs/call.sh:
--------------------------------------------------------------------------------
1 | var sh = new Shell(true);
2 | sh.exec("am start -a android.intent.action.CALL -d tel:10086");
3 | sh.exit();
4 |
--------------------------------------------------------------------------------
/autojs/install.sh:
--------------------------------------------------------------------------------
1 | adb push $1 /sdcard/脚本/
2 |
--------------------------------------------------------------------------------
/fpga/README.org:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/fpga/README.org
--------------------------------------------------------------------------------
/fpga/Verilog.org:
--------------------------------------------------------------------------------
1 | * Verilog HDL
2 | * 数据类型
3 | 寄存器类型
4 |
--------------------------------------------------------------------------------
/ipfs/ipfs.org:
--------------------------------------------------------------------------------
1 | nitializing IPFS node at /home/wildbook/.ipfs
2 | generating 2048-bit RSA keypair...done
3 | peer identity: QmQyx2TwS18jec938F7WgpUgYhzsAybSimRs3tJqKXcpXp
4 | to get started, enter:
5 |
6 | ipfs cat /ipfs/QmS4ustL54uo8FzR9455qaxZwuMiUhyvMcX9Ba8nUH4uVv/readme
7 |
8 |
--------------------------------------------------------------------------------
/language/c/01.Linux_C编程内存泄露检测工具.org:
--------------------------------------------------------------------------------
1 | 在三种检测工具当中,设置最简单的算是memwatc(deoplete_auto_refresh)h,和dmalloc一样,它能检测未释放的内存、同一段内存被释放多次、位址存取错误及不当使用未分配之内存区域。请往http://www.linkdata.se/sourcecode.html下载最新版本的Memwatch。
2 |
--------------------------------------------------------------------------------
/language/c/经典C语言100题.ppt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/language/c/经典C语言100题.ppt
--------------------------------------------------------------------------------
/language/python/douban/ReadMe.org:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/language/python/douban/ReadMe.org
--------------------------------------------------------------------------------
/linux/03.graphviz/1.官方资料/dotguide.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/linux/03.graphviz/1.官方资料/dotguide.pdf
--------------------------------------------------------------------------------
/linux/03.graphviz/1.官方资料/dottyguide.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/linux/03.graphviz/1.官方资料/dottyguide.pdf
--------------------------------------------------------------------------------
/linux/03.graphviz/1.官方资料/neatoguide.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/linux/03.graphviz/1.官方资料/neatoguide.pdf
--------------------------------------------------------------------------------
/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:
--------------------------------------------------------------------------------
1 | gstreamer1-libav #这一个好像就足够了
2 | sudo dnf install gstreamer1-libav gstreamer1-plugins-ugly gstreamer1-plugins-bad-free gstreamer1-plugins-bad-freeworld gstreamer1-vaapi
3 | gstreamer1.0-plugins-bad-faad ##主要是x264等解码库
4 | gstreamer1.0-plugins-bad-videoparsers
5 |
--------------------------------------------------------------------------------
/linux/06.question/clipboard.md:
--------------------------------------------------------------------------------
1 | # linux剪切板共享问题
2 | xclip
3 | pbcopy
4 | xsel
5 |
--------------------------------------------------------------------------------
/linux/06.question/linux中快速删除大文件的方法.org:
--------------------------------------------------------------------------------
1 | * 删除大文件file
2 | + 方案1
3 | echo 0 > file
4 | rm file
5 | + 方案2
6 | clear > file
7 | rm file
8 | + 方案3
9 | echo 0 > file
10 | rm file
11 | * 删除大文件夹
12 |
--------------------------------------------------------------------------------
/linux/07.work/01.邮箱账号密码修改.org:
--------------------------------------------------------------------------------
1 | 修改邮箱的地址:https://webmail.jrdcom.com/owa/auth/logon.aspx?replaceCurrent=1&url=https%3a%2f%2fwebmail.jrdcom.com%2fowa%2f
2 | 账号:ta-nj\wenping.wei
3 | 密码:xxxxxxx
4 |
--------------------------------------------------------------------------------
/linux/07.work/02.alm软件使用.org:
--------------------------------------------------------------------------------
1 | * 规则过滤创建
2 | | 专用名词 | 含义 |
3 | |---------------+-----------|
4 | | Project | 项目名 |
5 | | Assigned User | bug所有者 |
6 | | | |
7 | * 工作流程
8 |
--------------------------------------------------------------------------------
/linux/08.server/10.常见嵌入式web服务器.org:
--------------------------------------------------------------------------------
1 | * 常见嵌入式web服务器
2 | lighttpd
3 | shttpd
4 | thttpd
5 | boa
6 | mathopd
7 | minihttpd
8 | appweb
9 | goahead
10 | * CGI
11 | [[https://boutell.com/cgic/][CGIC]] 是一个支持CGI开发的开放源码的标准C库,可以免费使用,只需要在开发的站点和程序文档中有个公开声明即可,表明程序使用了CGIC库,用户也可以购买商业授权而无需公开声明。
12 |
--------------------------------------------------------------------------------
/linux/08.server/how-to-build-tftp-server.org:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/linux/08.server/how-to-build-tftp-server.org
--------------------------------------------------------------------------------
/linux/08.server/how-to-build-vpn-server.org:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/linux/08.server/how-to-build-vpn-server.org
--------------------------------------------------------------------------------
/linux/08.server/server.org:
--------------------------------------------------------------------------------
1 | ftp
2 | sftp
3 | nfs
4 | samba
5 | dns
6 | mail
7 | dhcp
8 | vnc远程登录
9 | ssh远程登录
10 | 代理服务器
11 |
--------------------------------------------------------------------------------
/linux/09.idea/01.天气预报.org:
--------------------------------------------------------------------------------
1 | *
2 | curl wttr.in
3 |
--------------------------------------------------------------------------------
/linux/09.idea/how_to_downloads.org:
--------------------------------------------------------------------------------
1 | * 方案1:wget
2 | http://blog.csdn.net/zhongdajiajiao/article/details/51917886
3 | http://www.jianshu.com/p/15b3744136dd
4 | wget -c --referer=http://pan.baidu.com/s/xxxx -O filename "url"
5 | * 方案2:axel
6 | axel -n 10 -o /tmp/ http://www.linuxde.net/lnmp.tar.gz #10线程
7 |
8 |
--------------------------------------------------------------------------------
/linux/09.idea/u盘量产.org:
--------------------------------------------------------------------------------
1 | * u盘量产(扩容U盘)步骤
2 | 1. 用ChipGenius(或checkudisk)检测USB设备芯片型号
3 | 2. 根据USB设备芯片型号选择量产工具
4 | 3. U盘序列号修改(没啥实际作用)
5 | * 基础知识
6 | VID:供应商ID
7 | PID:产品ID
8 | 注意:有部分设备生产商为了方便直接使用主控生产商的VID和PID
9 | 设备序列号:
10 | * 参考文档
11 | http://www.upan.cc/technology/mass/7450.html
12 |
--------------------------------------------------------------------------------
/linux/13.嵌入式开发工具包.org:
--------------------------------------------------------------------------------
1 | * EmbToolit
2 | EmbToolkit,这里是指嵌入式系统工具包。
3 | EmbToolkit简化了嵌入式linux系统开发所需工具的设置,包括根文件系统生成。
4 | 它基于传统的GNU工具(GCC,Binutils等)和/或更新的clang / llvm编译器基础架构生成工具链/ SDK。
5 |
6 | https://www.embtoolkit.org/index.html
7 |
--------------------------------------------------------------------------------
/linux/25.嵌入式构建工具.org:
--------------------------------------------------------------------------------
1 | Yocto
2 | OpenEmbedded
3 | Buildroot
4 | OpenWrt
5 | LTIB
6 |
--------------------------------------------------------------------------------
/linux/README.md:
--------------------------------------------------------------------------------
1 | # linux
2 |
3 |
--------------------------------------------------------------------------------
/linux/commands/autojump.org:
--------------------------------------------------------------------------------
1 | * j
2 | 跳目录
3 | * jc
4 | 跳子目录
5 | * jco
6 | 用文件管理器打开子目录
7 | * jo
8 | 用文件管理器打开目录
9 |
--------------------------------------------------------------------------------
/linux/commands/awesome-finder.org:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/linux/commands/awesome-finder.org
--------------------------------------------------------------------------------
/linux/commands/chroot.org:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/linux/commands/chroot.org
--------------------------------------------------------------------------------
/linux/commands/crontab.org:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/linux/commands/crontab.org
--------------------------------------------------------------------------------
/linux/commands/curl.org:
--------------------------------------------------------------------------------
1 | * exmaple
2 | + 将文件下载到本地并命名为mygettext.html
3 | curl -o mygettext.html http://www.gnu.org/software/gettext/manual/gettext.html
4 | + 将文件保存到本地并命名为gettext.html
5 | curl -O http://www.gnu.org/software/gettext/manual/gettext.html
6 |
--------------------------------------------------------------------------------
/linux/commands/curlftpfs.org:
--------------------------------------------------------------------------------
1 | sudo apt-get install curlftpfs
2 | sudo curlftpfs -o codepage=gbk ftp://username:password@192.168.0.2 /mnt
3 | mount -t nfs -o rw 192.168.55.88:/var/ftp /mnt/nfs/ #挂载ftp
4 |
--------------------------------------------------------------------------------
/linux/commands/date.org:
--------------------------------------------------------------------------------
1 | * 修改时间
2 | date -s "20170227"
3 |
--------------------------------------------------------------------------------
/linux/commands/fdisk.org:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/linux/commands/fdisk.org
--------------------------------------------------------------------------------
/linux/commands/fgrep.org:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/linux/commands/fgrep.org
--------------------------------------------------------------------------------
/linux/commands/git/checkout.org:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/linux/commands/git/checkout.org
--------------------------------------------------------------------------------
/linux/commands/git/commit.org:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/linux/commands/git/commit.org
--------------------------------------------------------------------------------
/linux/commands/git/diff.org:
--------------------------------------------------------------------------------
1 | * examples
2 | + git diff
3 | git diff #仓库和工作空间进行对比
4 | git diff --cached #仓库和缓存区进行对比
5 | git diff HEAD #工作空间和分支对比进行对比
6 | + diff
7 | git diff test #工作空间和test分支对比
8 | git dif HEAD -- ./test
9 | git diff HEAD^ HEAD #上上次提交和上次提交对比
10 |
--------------------------------------------------------------------------------
/linux/commands/git/patch.org:
--------------------------------------------------------------------------------
1 | * patch
2 | * 补丁方法
3 | ** git apply
4 | + 制作patch
5 | git diff > patch
6 | + 打patch
7 | git apply patch
8 | ** git format-patch
9 | + 制作patch
10 | git format-patch
11 | + 打patch
12 | git apply patch
13 |
--------------------------------------------------------------------------------
/linux/commands/git/tag.org:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/linux/commands/git/tag.org
--------------------------------------------------------------------------------
/linux/commands/ip.org:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/linux/commands/ip.org
--------------------------------------------------------------------------------
/linux/commands/less.org:
--------------------------------------------------------------------------------
1 | * less
2 | * 命令
3 | ** 移动
4 | | 命令 | 功能 |
5 | | j | 前进一行 |
6 | | k | 后退一行 |
7 | | f | 前进一页 |
8 | | b | 后退一页 |
9 | | | |
10 |
--------------------------------------------------------------------------------
/linux/commands/locate.org:
--------------------------------------------------------------------------------
1 | * 简介
2 | * 其他
3 | updatedb 更新数据库
4 | /etc/updatedb.conf
5 |
--------------------------------------------------------------------------------
/linux/commands/mkfs.org:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/linux/commands/mkfs.org
--------------------------------------------------------------------------------
/linux/commands/mount.org:
--------------------------------------------------------------------------------
1 | * 挂载iso镜像
2 | mount -o loop xxx.iso /mnt
3 | * nfs远程挂载
4 | sudo mount -t nfs 172.26.14.159:/home/guojian/nfsboot /mnt/
5 | * 重新挂载
6 | mount -o rw,remount /firmware
7 |
--------------------------------------------------------------------------------
/linux/commands/nmon.org:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/linux/commands/nmon.org
--------------------------------------------------------------------------------
/linux/commands/openssl.org:
--------------------------------------------------------------------------------
1 | * 简介
2 | OpenSSL项目是一个协作开发一个健壮的,商业级的,全功能的,并且开放源代码工具包,它实现了安全套接字层(SSL v2/v3)和传输层安全(TLS v1)协议以及全强大的通用加密库。
3 | * 帮助
4 | #+begin_src bash
5 |
6 | #+end_src
7 |
--------------------------------------------------------------------------------
/linux/commands/parallel.org:
--------------------------------------------------------------------------------
1 | * parallel
2 | linux命令parallel实现多进程并行计算
3 |
--------------------------------------------------------------------------------
/linux/commands/rename.org:
--------------------------------------------------------------------------------
1 | * 简介
2 | rename命令批量修改文件名
3 |
--------------------------------------------------------------------------------
/linux/commands/route.org:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/linux/commands/route.org
--------------------------------------------------------------------------------
/linux/commands/rsync.org:
--------------------------------------------------------------------------------
1 | * 简介
2 | 同步数据工具
3 |
--------------------------------------------------------------------------------
/linux/commands/sed.org:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/linux/commands/sed.org
--------------------------------------------------------------------------------
/linux/commands/sort.org:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/linux/commands/sort.org
--------------------------------------------------------------------------------
/linux/commands/sshpass.org:
--------------------------------------------------------------------------------
1 | ssh登陆不能在命令行中指定密码。sshpass的出现,解决了这一问题。sshpass用于非交互SSH的密码验证,一般用在sh脚本中,无须再次输入密码。
2 |
--------------------------------------------------------------------------------
/linux/commands/wget.org:
--------------------------------------------------------------------------------
1 | * 抓取网站
2 | wget -c -r -np -k -L -p https://www.beenl.com
3 |
--------------------------------------------------------------------------------
/linux/emacs/08.emacs插件.org:
--------------------------------------------------------------------------------
1 | * projectile
2 | 管理项目工具
3 |
4 | sherry0126@126.com u刘海燕 200元
5 |
6 |
7 |
8 | You can now use these tools from [/opt/genymobile/genymotion]:
9 | - genymotion
10 | - genymotion-shell
11 | - gmtool
12 |
13 |
--------------------------------------------------------------------------------
/linux/emacs/emacsserver.org:
--------------------------------------------------------------------------------
1 | * emacsserver
2 | 1. emacs --daemon #开启emacs服务器守护进程
3 | 2. emacs开启emacsserver
4 | * emacsclient
5 | emacsclient -n file #不等待打开文件
6 |
--------------------------------------------------------------------------------
/linux/vim/vim-surround.org:
--------------------------------------------------------------------------------
1 | 1. 改变
2 | cs"'
3 | "Hello world!" => 'Hello world!'
4 | cs'
5 | 'Hello world!' => Hello world!
6 | 2. 删除
7 | ds"
8 | "Hello world!" => Hello world!
9 | Hello world!
10 |
--------------------------------------------------------------------------------
/linux/vps_config.org:
--------------------------------------------------------------------------------
1 | * ssh服务配置
2 | 禁止密码登录
3 | PasswordAuthentication no
4 | 禁止root登录
5 | PermitRootLogin no
6 | 重启ssh服务
7 | service sshd restart
8 | * 创建新用户并添加sudo权限
9 | adduser wildbook
10 | passwd wildbook
11 | usermod -a -G whell wildbook
12 |
--------------------------------------------------------------------------------
/opencv/01.像素层/graybar_640x360.yuv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/opencv/01.像素层/graybar_640x360.yuv
--------------------------------------------------------------------------------
/opencv/01.视频处理中的专业术语.org:
--------------------------------------------------------------------------------
1 | * 视频技术
2 | 封装格式:avi,rmvb,mp4,flv,mkv等
3 | 视音频编码标准
4 | h264(avc)
5 | h265(hevc)
6 |
--------------------------------------------------------------------------------
/opencv/02.编码层/1.视屏编码.org:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/opencv/02.编码层/1.视屏编码.org
--------------------------------------------------------------------------------
/opencv/02.编码层/2.音频编码.org:
--------------------------------------------------------------------------------
1 | 音频编码
2 |
--------------------------------------------------------------------------------
/opencv/03.封装格式层/02.视频封装.org:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/opencv/03.封装格式层/02.视频封装.org
--------------------------------------------------------------------------------
/opencv/picture/54866b9cb21bd.bmp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/opencv/picture/54866b9cb21bd.bmp
--------------------------------------------------------------------------------
/opencv/picture/lena_256x256_yuv420p.yuv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/opencv/picture/lena_256x256_yuv420p.yuv
--------------------------------------------------------------------------------
/opencv/test/11.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/opencv/test/11.jpg
--------------------------------------------------------------------------------
/opencv/test/CMakeLists.txt:
--------------------------------------------------------------------------------
1 | cmake_minimum_required(VERSION 2.8) #cmake版本最低要求
2 | project( DisplayImage ) #工程名
3 | find_package( OpenCV REQUIRED ) #查找openCV包用的,不许修改
4 | include_directories( ${OpenCV_INCLUDE_DIRS} )
5 | add_executable( DisplayImage demo.cpp )#添加源代码(工程项目名,源代码)
6 | target_link_libraries( DisplayImage ${OpenCV_LIBS} )#库
7 |
--------------------------------------------------------------------------------
/others/ont.md:
--------------------------------------------------------------------------------
1 | # 光猫认证类型
2 | * password
3 | * LOID
4 | # 光猫选择
5 | ## MA5671密码
6 | 默认ip:192.168.100.1
7 | 账号:telecomadmin
8 | 超密:admintelecom
9 |
--------------------------------------------------------------------------------
/others/tor.md:
--------------------------------------------------------------------------------
1 | # 暗网
2 | tor
3 | i2p
4 | freenet
5 |
--------------------------------------------------------------------------------
/quant/ReadMe.md:
--------------------------------------------------------------------------------
1 | # 品台选择
2 | 优矿 https://uqer.datayes.com
3 | 米框 https://www.ricequant.com
4 | 聚宽 https://www.joinquant.com
5 | 京东量化 http://quant.jd.com
6 |
--------------------------------------------------------------------------------
/scrapy/redis.md:
--------------------------------------------------------------------------------
1 | # redis
2 |
--------------------------------------------------------------------------------
/scrapy/scrapy.md:
--------------------------------------------------------------------------------
1 | # scrapy
2 | # scrapy + redis
3 | 分布式爬虫
4 | # scrapy + redis + ip
5 | 分布式爬虫结合ip池
6 |
--------------------------------------------------------------------------------
/sports/badminton.org:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wildbooks/StudyNotes/4d737923351fc22c0c869e5d35e88f77a4fe9369/sports/badminton.org
--------------------------------------------------------------------------------
/sports/swimming.org:
--------------------------------------------------------------------------------
1 | 爬泳(自由泳)
2 | 蛙泳
3 | 仰泳
4 | 蝶泳
5 | 侧泳
6 | 潜泳
7 | 踩水(立泳)
8 | 水上救护
9 | 武装泅渡
10 | 反蛙泳(仰泳)狗刨
11 |
--------------------------------------------------------------------------------
/u-boot/README.md.md:
--------------------------------------------------------------------------------
1 | README.md
2 |
3 | [uboot下自动检测sdram大小](http://blog.chinaunix.net/uid-17188120-id-5761263.html)
--------------------------------------------------------------------------------
/windows/SourceInsight.org:
--------------------------------------------------------------------------------
1 | * 快捷键
2 | 1. Ctrl + 鼠标单击 进入定义.
3 | 2. Alt + F12可以切换,让字符宽度变得一致,或者是大小不同地显示。
4 | 3. Shift + F8 标亮文本中光标所在的单词。
5 | 4. Ctrl + G (或者F5) 跳转到某一行。
6 | 5. Ctrl + O 搜索文件,找到回车打开,找不到ESC退出
7 | 6. Alt + G (或者F7) 打开Symbol Window.
8 | 7. Alt +, 后退;Alt+.前进.
9 | 8. Ctrl + F 查找关键字。
10 |
--------------------------------------------------------------------------------