实例介绍
韦东山 Linux 视频第1期和第2期所有源代码
【实例截图】
【核心代码】
4744300845384992303.rar
└── 韦东Linux视频第1第2期所有源码文档图片芯片手册
├── JZ2440源码
│ ├── 10th_lcd
│ │ ├── 1th
│ │ │ └── lcd.c
│ │ ├── 2th
│ │ │ └── lcd.c
│ │ ├── 3th
│ │ │ └── lcd.c
│ │ ├── 4th
│ │ │ ├── lcd.c
│ │ │ └── Makefile
│ │ └── 4th_4.3
│ │ ├── lcd.c
│ │ └── Makefile
│ ├── 11th_ts
│ │ ├── 1th
│ │ │ └── s3c_ts.c
│ │ ├── 2th
│ │ │ ├── Makefile
│ │ │ └── s3c_ts.c
│ │ ├── 3th
│ │ │ ├── Makefile
│ │ │ └── s3c_ts.c
│ │ ├── 4th
│ │ │ ├── Makefile
│ │ │ └── s3c_ts.c
│ │ ├── 5th
│ │ │ ├── Makefile
│ │ │ └── s3c_ts.c
│ │ ├── 6th
│ │ │ ├── Makefile
│ │ │ └── s3c_ts.c
│ │ ├── 7th
│ │ │ ├── Makefile
│ │ │ └── s3c_ts.c
│ │ ├── 8th
│ │ │ ├── Makefile
│ │ │ └── s3c_ts.c
│ │ └── tslib-1.4.tar.gz
│ ├── 12th_usb
│ │ ├── 1th
│ │ │ ├── Makefile
│ │ │ └── usbmouse_as_key.c
│ │ ├── 2th
│ │ │ ├── Makefile
│ │ │ └── usbmouse_as_key.c
│ │ ├── 3th
│ │ │ ├── Makefile
│ │ │ └── usbmouse_as_key.c
│ │ └── 4th
│ │ ├── Makefile
│ │ └── usbmouse_as_key.c
│ ├── 13th_ramblock
│ │ ├── 1th
│ │ │ ├── Makefile
│ │ │ └── ramblock.c
│ │ ├── 2th
│ │ │ ├── Makefile
│ │ │ └── ramblock.c
│ │ ├── 3th
│ │ │ ├── Makefile
│ │ │ └── ramblock.c
│ │ ├── 4th
│ │ │ ├── Makefile
│ │ │ └── ramblock.c
│ │ └── 5th
│ │ ├── Makefile
│ │ └── ramblock.c
│ ├── 14th_nand
│ │ ├── 1th
│ │ │ └── s3c_nand.c
│ │ ├── 2th
│ │ │ ├── Makefile
│ │ │ └── s3c_nand.c
│ │ ├── 3th
│ │ │ ├── Makefile
│ │ │ └── s3c_nand.c
│ │ ├── 4th
│ │ │ ├── Makefile
│ │ │ └── s3c_nand.c
│ │ └── mtd-utils-05.07.23.tar.bz2
│ ├── 15th_nor
│ │ ├── 1th
│ │ │ ├── Makefile
│ │ │ └── s3c_nor.c
│ │ └── 2th
│ │ ├── Makefile
│ │ └── s3c_nor.c
│ ├── 16th_virt_net
│ │ ├── 1th
│ │ │ ├── Makefile
│ │ │ └── virt_net.c
│ │ ├── 2th
│ │ │ ├── Makefile
│ │ │ └── virt_net.c
│ │ ├── 3th
│ │ │ ├── Makefile
│ │ │ └── virt_net.c
│ │ └── 4th
│ │ ├── Makefile
│ │ └── virt_net.c
│ ├── 17th_dm9000c
│ │ ├── 修改好的
│ │ │ ├── dm9dev9000c.c
│ │ │ └── Makefile
│ │ └── 厂家提供的
│ │ └── dm9dev9000c.c
│ ├── 18th_i2c
│ │ └── at24cxx
│ │ ├── at24cxx.c
│ │ ├── head.S
│ │ ├── i2c.bin
│ │ ├── i2c.c
│ │ ├── i2c.dis
│ │ ├── i2c_elf
│ │ ├── i2c.h
│ │ ├── i2c.lds
│ │ ├── include
│ │ │ ├── ctype.h
│ │ │ ├── gcclib.h
│ │ │ ├── kernel.h
│ │ │ ├── stdio.h
│ │ │ ├── string.h
│ │ │ ├── system.h
│ │ │ └── types.h
│ │ ├── init.c
│ │ ├── interrupt.c
│ │ ├── interrupt.h
│ │ ├── lib
│ │ │ ├── ctype.c
│ │ │ ├── div64.h
│ │ │ ├── div64.S
│ │ │ ├── lib1funcs.S
│ │ │ ├── Makefile
│ │ │ ├── muldi3.c
│ │ │ ├── printf.c
│ │ │ ├── printf.h
│ │ │ ├── string.c
│ │ │ ├── vsprintf.c
│ │ │ └── vsprintf.h
│ │ ├── m41t11.c
│ │ ├── m41t11.h
│ │ ├── main.c
│ │ ├── Makefile
│ │ ├── nand.c
│ │ ├── s3c24xx.h
│ │ ├── serial.c
│ │ ├── serial.h
│ │ └── si
│ │ ├── 18th_i2c.IAB
│ │ ├── 18th_i2c.IAD
│ │ ├── 18th_i2c.IMB
│ │ ├── 18th_i2c.IMD
│ │ ├── 18th_i2c.PFI
│ │ ├── 18th_i2c.PO
│ │ ├── 18th_i2c.PR
│ │ ├── 18th_i2c.PRI
│ │ ├── 18th_i2c.PS
│ │ └── 18th_i2c.WK3
│ ├── 19th_i2c_drv
│ │ ├── 1th
│ │ │ ├── at24cxx.c
│ │ │ └── Makefile
│ │ ├── 2th
│ │ │ ├── at24cxx.c
│ │ │ └── Makefile
│ │ ├── 3th
│ │ │ ├── at24cxx.c
│ │ │ └── Makefile
│ │ ├── 4th
│ │ │ ├── at24cxx.c
│ │ │ └── Makefile
│ │ └── 5th
│ │ ├── at24cxx.c
│ │ ├── i2c_test
│ │ ├── i2c_test.c
│ │ └── Makefile
│ ├── 20th_chrdev_another
│ │ ├── 1th
│ │ │ ├── hello.c
│ │ │ └── Makefile
│ │ ├── 2th
│ │ │ ├── hello.c
│ │ │ └── Makefile
│ │ ├── hello_test
│ │ └── hello_test.c
│ ├── 21th_sound
│ │ ├── app
│ │ │ ├── libid3tag-0.15.1b.tar.gz
│ │ │ ├── libmad-0.15.1b.tar.gz
│ │ │ └── madplay-0.15.2b.tar.gz
│ │ └── driver
│ │ ├── s3c2410-uda1341.c
│ │ └── s3c-wm8976.c
│ ├── 22th_dma
│ │ ├── 1th
│ │ │ └── dma.c
│ │ ├── 2th
│ │ │ └── dma.c
│ │ ├── 3th
│ │ │ └── dma.c
│ │ ├── 4th
│ │ │ └── dma.c
│ │ └── dma_test.c
│ ├── 23th_debug_with_printk
│ │ ├── first_drv.c
│ │ ├── first_drv_ok.c
│ │ ├── firstdrvtest
│ │ ├── firstdrvtest.c
│ │ └── Makefile
│ ├── 24th_proc_mymsg
│ │ ├── 1th
│ │ │ └── mymsg.c
│ │ ├── 2th
│ │ │ └── mymsg.c
│ │ ├── 3th
│ │ │ └── mymsg.c
│ │ ├── 4th
│ │ │ └── mymsg.c
│ │ ├── 5th
│ │ │ └── mymsg.c
│ │ ├── 6th
│ │ │ └── mymsg.c
│ │ ├── first_drv_myprintk
│ │ │ ├── first_drv.c
│ │ │ ├── firstdrvtest
│ │ │ ├── firstdrvtest.c
│ │ │ └── Makefile
│ │ └── log.txt
│ ├── 25th_debug_segmentfault
│ │ ├── first_drv
│ │ │ ├── first_drv.c
│ │ │ ├── firstdrvtest
│ │ │ ├── firstdrvtest.c
│ │ │ ├── frist_drv.dis
│ │ │ └── Makefile
│ │ └── kallsyms.txt
│ ├── 26th_debug_regeditor
│ │ ├── first_drv
│ │ │ ├── first_drv.c
│ │ │ ├── firstdrvtest
│ │ │ ├── firstdrvtest.c
│ │ │ └── Makefile
│ │ ├── ker_rw.c
│ │ └── regeditor.c
│ ├── 27th_debug_with_timer
│ │ ├── first_drv
│ │ │ ├── first_drv.c
│ │ │ ├── firstdrvtest
│ │ │ ├── firstdrvtest.c
│ │ │ └── Makefile
│ │ ├── first_drv.dis
│ │ └── kallsyms.txt
│ ├── 28th_app_debug
│ │ ├── ld-linux.so.2.dis
│ │ ├── test_debug.c
│ │ ├── test_debug.dis
│ │ └── test_debug_static.dis
│ ├── 29th_app_system_call
│ │ ├── kernel
│ │ │ ├── calls.S
│ │ │ ├── read_write.c
│ │ │ └── syscalls.h
│ │ └── test_system_call.c
│ ├── 30th_debug_with_system_call
│ │ ├── kernel
│ │ │ ├── calls.S
│ │ │ ├── read_write.c
│ │ │ └── syscalls.h
│ │ ├── read_write.c
│ │ ├── test_sc
│ │ ├── test_sc.c
│ │ ├── test_sc.dis
│ │ ├── test_sc_sleep
│ │ ├── test_sc_sleep.c
│ │ ├── test_sc_sleep.dis
│ │ ├── test_sc_sleep_swi
│ │ └── test_sc_swi
│ ├── 31th_debug_input_emulate
│ │ ├── 1th
│ │ │ └── s3c_ts.c
│ │ ├── 2th
│ │ │ └── s3c_ts.c
│ │ ├── input_replay.c
│ │ ├── Makefile
│ │ ├── mymsg.c
│ │ └── s3c_ts.c
│ ├── 32th_my_bootloader
│ │ ├── 1th
│ │ │ ├── boot.bin
│ │ │ ├── boot.c
│ │ │ ├── boot.dis
│ │ │ ├── boot.lds
│ │ │ ├── init.c
│ │ │ ├── Makefile
│ │ │ ├── setup.h
│ │ │ └── start.S
│ │ └── 2th
│ │ ├── boot.bin
│ │ ├── boot.c
│ │ ├── boot.dis
│ │ ├── boot.lds
│ │ ├── init.c
│ │ ├── Makefile
│ │ ├── setup.h
│ │ └── start.S
│ ├── 7th_buttons_all
│ │ ├── buttons.c
│ │ ├── buttons_test
│ │ ├── buttons_test.c
│ │ └── Makefile
│ ├── 8th_buttons_input
│ │ ├── buttons.c
│ │ └── Makefile
│ ├── 9th_led_bus_drv_dev
│ │ ├── led_dev.c
│ │ ├── led_drv.c
│ │ ├── led_test
│ │ ├── led_test.c
│ │ └── Makefile
│ ├── buttons
│ │ ├── button_test.c
│ │ ├── Makefile
│ │ └── s3c24xx_buttons.c
│ ├── fb_test
│ │ ├── fb.h
│ │ ├── fb_test
│ │ ├── fb_test.c
│ │ └── Makefile
│ ├── fifth_drv
│ │ ├── fifth_drv.c
│ │ ├── fifthdrvtest
│ │ ├── fifthdrvtest.c
│ │ └── Makefile
│ ├── first_drv
│ │ ├── first_drv.c
│ │ ├── firstdrvtest
│ │ ├── firstdrvtest.c
│ │ └── Makefile
│ ├── forth_drv
│ │ ├── forth_drv.c
│ │ ├── forthdrvtest
│ │ ├── forthdrvtest.c
│ │ └── Makefile
│ ├── leds
│ │ ├── ledtest
│ │ ├── ledtest.c
│ │ ├── Makefile
│ │ └── myleds.c
│ ├── regeditor
│ │ ├── Makefile
│ │ ├── regeditor
│ │ └── regeditor.c
│ ├── second_drv
│ │ ├── Makefile
│ │ ├── second_drv.c
│ │ ├── seconddrvtest
│ │ └── seconddrvtest.c
│ ├── sixth_drv
│ │ ├── Makefile
│ │ ├── sixth_drv.c
│ │ ├── sixthdrvtest
│ │ └── sixthdrvtest.c
│ ├── test
│ │ ├── Makefile
│ │ ├── signal
│ │ ├── signal.c
│ │ ├── test_drv.c
│ │ ├── testdrv_test
│ │ ├── testdrv_test.c
│ │ ├── third_drv.c
│ │ ├── thirddrvtest
│ │ └── thirddrvtest.c
│ ├── third_drv
│ │ ├── Makefile
│ │ ├── third_drv.c
│ │ ├── thirddrvtest
│ │ └── thirddrvtest.c
│ ├── 图片
│ │ ├── 3.4.2内核下的I2C驱动.jpg
│ │ ├── DMA.jpg
│ │ ├── I2C驱动程序.jpg
│ │ ├── input1.jpg
│ │ ├── LCD.jpg
│ │ ├── mdev.jpg
│ │ ├── mmu.jpg
│ │ ├── NAND FLASH驱动程序.jpg
│ │ ├── NOR FLASH驱动程序.jpg
│ │ ├── timer.jpg
│ │ ├── UEVENT.jpg
│ │ ├── USB设备驱动程序.jpg
│ │ ├── 分层分离.jpg
│ │ ├── 初接触开发板.jpg
│ │ ├── 块设备驱动程序的引入.jpg
│ │ ├── 声卡驱动程序.jpg
│ │ ├── 声卡驱动程序之编写WM8976.jpg
│ │ ├── 字符设备驱动程序的另一种写法.jpg
│ │ ├── 应用调试.jpg
│ │ ├── 怎么看原理图.jpg
│ │ ├── 移植最新版本3.4.2内核.jpg
│ │ ├── 移植最新的u-boot.jpg
│ │ ├── 移植驱动到3.4.2内核上.jpg
│ │ ├── 网卡驱动程序.jpg
│ │ ├── 自己写bootloader.jpg
│ │ ├── 裸板调试.jpg
│ │ ├── 触摸屏.jpg
│ │ └── 驱动调试.jpg
│ └── 文档
│ ├── 3.4.2内核下的I2C驱动.TXT
│ ├── I2C驱动程序.TXT
│ ├── input子系统.TXT
│ ├── LCD驱动程序.TXT
│ ├── NAND FLASH驱动程序.TXT
│ ├── NOR FLASH驱动程序.TXT
│ ├── ptrace
│ │ ├── list10.txt
│ │ ├── list11.txt
│ │ ├── list12.txt
│ │ ├── list13.txt
│ │ ├── list14.txt
│ │ ├── list15.txt
│ │ ├── list1.txt
│ │ ├── list2.txt
│ │ ├── list3.txt
│ │ ├── list4.txt
│ │ ├── list5.txt
│ │ ├── list6.txt
│ │ ├── list7.txt
│ │ ├── list8.txt
│ │ ├── list9.txt
│ │ └── Tracing tricks with ptrace.htm
│ ├── RTC驱动程序.TXT
│ ├── tslib-1.4.tar.gz
│ ├── tslib编译使用方法.TXT
│ ├── uevent.txt
│ ├── USB描述符.bmp
│ ├── USB设备驱动程序.TXT
│ ├── Windows.wav
│ ├── 初接触开发板之基本操作.TXT
│ ├── 块设备驱动程序.TXT
│ ├── 声卡驱动程序.TXT
│ ├── 寄存器位查看小工具.exe
│ ├── 应用调试.TXT
│ ├── 怎么看原理图.TXT
│ ├── 目录.TXT
│ ├── 移植所有驱动到3.4.2内核去.TXT
│ ├── 移植最新版本3.4.2内核.TXT
│ ├── 移植最新的u-boot.TXT
│ ├── 网卡驱动程序.TXT
│ ├── 自己写bootloader.TXT
│ ├── 裸板调试.TXT
│ ├── 触摸屏驱动程序.TXT
│ └── 驱动调试.TXT
├── MINI2440源码
│ ├── drivers_and_test
│ │ ├── 10th_lcd
│ │ │ ├── 1th
│ │ │ │ └── lcd.c
│ │ │ ├── 2th
│ │ │ │ └── lcd.c
│ │ │ ├── 3th
│ │ │ │ └── lcd.c
│ │ │ ├── 4th
│ │ │ │ ├── lcd.c
│ │ │ │ └── Makefile
│ │ │ └── lcd_x35.c
│ │ ├── 11th_ts
│ │ │ ├── 1th
│ │ │ │ └── s3c_ts.c
│ │ │ ├── 2th
│ │ │ │ ├── Makefile
│ │ │ │ └── s3c_ts.c
│ │ │ ├── 3th
│ │ │ │ ├── Makefile
│ │ │ │ └── s3c_ts.c
│ │ │ ├── 4th
│ │ │ │ ├── Makefile
│ │ │ │ └── s3c_ts.c
│ │ │ ├── 5th
│ │ │ │ ├── Makefile
│ │ │ │ └── s3c_ts.c
│ │ │ ├── 6th
│ │ │ │ ├── Makefile
│ │ │ │ └── s3c_ts.c
│ │ │ ├── 7th
│ │ │ │ ├── Makefile
│ │ │ │ └── s3c_ts.c
│ │ │ ├── 8th
│ │ │ │ ├── Makefile
│ │ │ │ └── s3c_ts.c
│ │ │ └── tslib-1.4.tar.gz
│ │ ├── 12th_usb
│ │ │ ├── 1th
│ │ │ │ ├── Makefile
│ │ │ │ └── usbmouse_as_key.c
│ │ │ ├── 2th
│ │ │ │ ├── Makefile
│ │ │ │ └── usbmouse_as_key.c
│ │ │ ├── 3th
│ │ │ │ ├── Makefile
│ │ │ │ └── usbmouse_as_key.c
│ │ │ └── 4th
│ │ │ ├── Makefile
│ │ │ └── usbmouse_as_key.c
│ │ ├── 13th_ramblock
│ │ │ ├── 1th
│ │ │ │ ├── Makefile
│ │ │ │ └── ramblock.c
│ │ │ ├── 2th
│ │ │ │ ├── Makefile
│ │ │ │ └── ramblock.c
│ │ │ ├── 3th
│ │ │ │ ├── Makefile
│ │ │ │ └── ramblock.c
│ │ │ ├── 4th
│ │ │ │ ├── Makefile
│ │ │ │ └── ramblock.c
│ │ │ └── 5th
│ │ │ ├── Makefile
│ │ │ └── ramblock.c
│ │ ├── 14th_nand
│ │ │ ├── 1th
│ │ │ │ └── s3c_nand.c
│ │ │ ├── 2th
│ │ │ │ ├── Makefile
│ │ │ │ └── s3c_nand.c
│ │ │ ├── 3th
│ │ │ │ ├── Makefile
│ │ │ │ └── s3c_nand.c
│ │ │ ├── 4th
│ │ │ │ ├── Makefile
│ │ │ │ └── s3c_nand.c
│ │ │ └── mtd-utils-05.07.23.tar.bz2
│ │ ├── 15th_nor
│ │ │ ├── 1th
│ │ │ │ ├── Makefile
│ │ │ │ └── s3c_nor.c
│ │ │ └── 2th
│ │ │ ├── Makefile
│ │ │ └── s3c_nor.c
│ │ ├── 16th_virt_net
│ │ │ ├── 1th
│ │ │ │ ├── Makefile
│ │ │ │ └── virt_net.c
│ │ │ ├── 2th
│ │ │ │ ├── Makefile
│ │ │ │ └── virt_net.c
│ │ │ ├── 3th
│ │ │ │ ├── Makefile
│ │ │ │ └── virt_net.c
│ │ │ └── 4th
│ │ │ ├── Makefile
│ │ │ └── virt_net.c
│ │ ├── 17th_dm9000c
│ │ │ ├── 修改好的
│ │ │ │ ├── dm9dev9000c.c
│ │ │ │ └── Makefile
│ │ │ └── 厂家提供的
│ │ │ └── dm9dev9000c.c
│ │ ├── 18th_i2c
│ │ │ └── at24cxx
│ │ │ ├── at24cxx.c
│ │ │ ├── head.S
│ │ │ ├── i2c.bin
│ │ │ ├── i2c.c
│ │ │ ├── i2c.dis
│ │ │ ├── i2c_elf
│ │ │ ├── i2c.h
│ │ │ ├── i2c.lds
│ │ │ ├── include
│ │ │ │ ├── ctype.h
│ │ │ │ ├── gcclib.h
│ │ │ │ ├── kernel.h
│ │ │ │ ├── stdio.h
│ │ │ │ ├── string.h
│ │ │ │ ├── system.h
│ │ │ │ └── types.h
│ │ │ ├── init.c
│ │ │ ├── interrupt.c
│ │ │ ├── interrupt.h
│ │ │ ├── lib
│ │ │ │ ├── ctype.c
│ │ │ │ ├── div64.h
│ │ │ │ ├── div64.S
│ │ │ │ ├── lib1funcs.S
│ │ │ │ ├── Makefile
│ │ │ │ ├── muldi3.c
│ │ │ │ ├── printf.c
│ │ │ │ ├── printf.h
│ │ │ │ ├── string.c
│ │ │ │ ├── vsprintf.c
│ │ │ │ └── vsprintf.h
│ │ │ ├── m41t11.c
│ │ │ ├── m41t11.h
│ │ │ ├── main.c
│ │ │ ├── Makefile
│ │ │ ├── nand.c
│ │ │ ├── s3c24xx.h
│ │ │ ├── serial.c
│ │ │ └── serial.h
│ │ ├── 19th_i2c_drv
│ │ │ ├── 1th
│ │ │ │ ├── at24cxx.c
│ │ │ │ └── Makefile
│ │ │ ├── 2th
│ │ │ │ ├── at24cxx.c
│ │ │ │ └── Makefile
│ │ │ ├── 3th
│ │ │ │ ├── at24cxx.c
│ │ │ │ └── Makefile
│ │ │ ├── 4th
│ │ │ │ ├── at24cxx.c
│ │ │ │ └── Makefile
│ │ │ └── 5th
│ │ │ ├── at24cxx.c
│ │ │ ├── i2c_test
│ │ │ ├── i2c_test.c
│ │ │ └── Makefile
│ │ ├── 20th_chrdev_another
│ │ │ ├── 1th
│ │ │ │ ├── hello.c
│ │ │ │ └── Makefile
│ │ │ ├── 2th
│ │ │ │ ├── hello.c
│ │ │ │ └── Makefile
│ │ │ ├── hello_test
│ │ │ └── hello_test.c
│ │ ├── 21th_sound
│ │ │ ├── app
│ │ │ │ ├── libid3tag-0.15.1b.tar.gz
│ │ │ │ ├── libmad-0.15.1b.tar.gz
│ │ │ │ └── madplay-0.15.2b.tar.gz
│ │ │ └── driver
│ │ │ ├── s3c2410-uda1341.c
│ │ │ └── s3c-wm8976.c
│ │ ├── 7th_buttons_all
│ │ │ ├── buttons.c
│ │ │ ├── buttons_test
│ │ │ ├── buttons_test.c
│ │ │ └── Makefile
│ │ ├── 8th_buttons_input
│ │ │ ├── buttons.c
│ │ │ └── Makefile
│ │ ├── 9th_led_bus_drv_dev
│ │ │ ├── led_dev.c
│ │ │ ├── led_drv.c
│ │ │ ├── led_test
│ │ │ ├── led_test.c
│ │ │ └── Makefile
│ │ ├── fb_test
│ │ │ ├── fb.h
│ │ │ ├── fb_test
│ │ │ ├── fb_test.c
│ │ │ └── Makefile
│ │ ├── fifth_drv
│ │ │ ├── fifth_drv.c
│ │ │ ├── fifthdrvtest
│ │ │ ├── fifthdrvtest.c
│ │ │ └── Makefile
│ │ ├── first_drv
│ │ │ ├── first_drv.c
│ │ │ ├── firstdrvtest
│ │ │ ├── firstdrvtest.c
│ │ │ └── Makefile
│ │ ├── forth_drv
│ │ │ ├── forth_drv.c
│ │ │ ├── forthdrvtest
│ │ │ ├── forthdrvtest.c
│ │ │ └── Makefile
│ │ ├── regeditor
│ │ │ ├── Makefile
│ │ │ ├── regeditor
│ │ │ └── regeditor.c
│ │ ├── second_drv
│ │ │ ├── Makefile
│ │ │ ├── second_drv.c
│ │ │ ├── seconddrvtest
│ │ │ └── seconddrvtest.c
│ │ ├── sixth_drv
│ │ │ ├── Makefile
│ │ │ ├── sixth_drv.c
│ │ │ ├── sixthdrvtest
│ │ │ └── sixthdrvtest.c
│ │ └── third_drv
│ │ ├── Makefile
│ │ ├── third_drv.c
│ │ ├── thirddrvtest
│ │ └── thirddrvtest.c
│ ├── 硬件部件实验代码
│ │ ├── gpio
│ │ │ ├── key_led
│ │ │ │ ├── crt0.S
│ │ │ │ ├── key_led.c
│ │ │ │ └── Makefile
│ │ │ ├── led_on
│ │ │ │ ├── led_on.S
│ │ │ │ └── Makefile
│ │ │ ├── led_on_c
│ │ │ │ ├── crt0.S
│ │ │ │ ├── led_on_c.c
│ │ │ │ └── Makefile
│ │ │ └── leds
│ │ │ ├── crt0.S
│ │ │ ├── leds.c
│ │ │ ├── leds.lds
│ │ │ └── Makefile
│ │ ├── int
│ │ │ ├── head.S
│ │ │ ├── init.c
│ │ │ ├── interrupt.c
│ │ │ ├── main.c
│ │ │ ├── Makefile
│ │ │ └── s3c24xx.h
│ │ ├── lcd
│ │ │ ├── framebuffer.c
│ │ │ ├── framebuffer.h
│ │ │ ├── head.S
│ │ │ ├── include
│ │ │ │ ├── ctype.h
│ │ │ │ ├── gcclib.h
│ │ │ │ ├── kernel.h
│ │ │ │ ├── stdio.h
│ │ │ │ ├── string.h
│ │ │ │ ├── system.h
│ │ │ │ └── types.h
│ │ │ ├── init.c
│ │ │ ├── interrupt.c
│ │ │ ├── interrupt.h
│ │ │ ├── lcddrv.c
│ │ │ ├── lcddrv.h
│ │ │ ├── lcd.lds
│ │ │ ├── lcdlib.c
│ │ │ ├── lcdlib.h
│ │ │ ├── lib
│ │ │ │ ├── ctype.c
│ │ │ │ ├── div64.h
│ │ │ │ ├── div64.S
│ │ │ │ ├── lib1funcs.S
│ │ │ │ ├── Makefile
│ │ │ │ ├── muldi3.c
│ │ │ │ ├── printf.c
│ │ │ │ ├── printf.h
│ │ │ │ ├── string.c
│ │ │ │ ├── vsprintf.c
│ │ │ │ └── vsprintf.h
│ │ │ ├── main.c
│ │ │ ├── Makefile
│ │ │ ├── nand.c
│ │ │ ├── s3c24xx.h
│ │ │ ├── serial.c
│ │ │ └── serial.h
│ │ ├── lcd_ACX502BMU
│ │ │ ├── framebuffer.c
│ │ │ ├── framebuffer.h
│ │ │ ├── head.S
│ │ │ ├── include
│ │ │ │ ├── ctype.h
│ │ │ │ ├── gcclib.h
│ │ │ │ ├── kernel.h
│ │ │ │ ├── stdio.h
│ │ │ │ ├── string.h
│ │ │ │ ├── system.h
│ │ │ │ └── types.h
│ │ │ ├── init.c
│ │ │ ├── interrupt.c
│ │ │ ├── interrupt.h
│ │ │ ├── lcddrv.c
│ │ │ ├── lcddrv.h
│ │ │ ├── lcd.lds
│ │ │ ├── lcdlib.c
│ │ │ ├── lcdlib.h
│ │ │ ├── lib
│ │ │ │ ├── ctype.c
│ │ │ │ ├── div64.h
│ │ │ │ ├── div64.S
│ │ │ │ ├── lib1funcs.S
│ │ │ │ ├── Makefile
│ │ │ │ ├── muldi3.c
│ │ │ │ ├── printf.c
│ │ │ │ ├── printf.h
│ │ │ │ ├── string.c
│ │ │ │ ├── vsprintf.c
│ │ │ │ └── vsprintf.h
│ │ │ ├── main.c
│ │ │ ├── Makefile
│ │ │ ├── nand.c
│ │ │ ├── s3c24xx.h
│ │ │ ├── serial.c
│ │ │ ├── serial.h
│ │ │ └── si
│ │ │ ├── lcd_ACX502BMU.IAB
│ │ │ ├── lcd_ACX502BMU.IAD
│ │ │ ├── lcd_ACX502BMU.IMB
│ │ │ ├── lcd_ACX502BMU.IMD
│ │ │ ├── lcd_ACX502BMU.PFI
│ │ │ ├── lcd_ACX502BMU.PO
│ │ │ ├── lcd_ACX502BMU.PR
│ │ │ ├── lcd_ACX502BMU.PRI
│ │ │ ├── lcd_ACX502BMU.PS
│ │ │ └── lcd_ACX502BMU.WK3
│ │ ├── lcd_ACX502BMU.rar
│ │ ├── leds
│ │ │ ├── crt0.S
│ │ │ ├── leds.c
│ │ │ ├── leds.lds
│ │ │ └── Makefile
│ │ ├── mmu
│ │ │ ├── head.S
│ │ │ ├── init.c
│ │ │ ├── leds.c
│ │ │ ├── Makefile
│ │ │ └── mmu.lds
│ │ ├── nand
│ │ │ ├── head.S
│ │ │ ├── init.c
│ │ │ ├── main.c
│ │ │ ├── Makefile
│ │ │ ├── nand.c
│ │ │ └── nand.lds
│ │ ├── sdram
│ │ │ ├── head.S
│ │ │ ├── leds.c
│ │ │ └── Makefile
│ │ └── uart
│ │ ├── head.S
│ │ ├── init.c
│ │ ├── main.c
│ │ ├── Makefile
│ │ ├── s3c24xx.h
│ │ ├── serial.c
│ │ ├── serial.h
│ │ └── uart.lds
│ └── 说明.txt
├── TQ2440源码
│ ├── drivers_and_test
│ │ ├── 10th_lcd
│ │ │ ├── 1th
│ │ │ │ └── lcd.c
│ │ │ ├── 2th
│ │ │ │ └── lcd.c
│ │ │ ├── 3th
│ │ │ │ └── lcd.c
│ │ │ └── 4th
│ │ │ ├── lcd.c
│ │ │ └── Makefile
│ │ ├── 11th_ts
│ │ │ ├── 1th
│ │ │ │ └── s3c_ts.c
│ │ │ ├── 2th
│ │ │ │ ├── Makefile
│ │ │ │ └── s3c_ts.c
│ │ │ ├── 3th
│ │ │ │ ├── Makefile
│ │ │ │ └── s3c_ts.c
│ │ │ ├── 4th
│ │ │ │ ├── Makefile
│ │ │ │ └── s3c_ts.c
│ │ │ ├── 5th
│ │ │ │ ├── Makefile
│ │ │ │ └── s3c_ts.c
│ │ │ ├── 6th
│ │ │ │ ├── Makefile
│ │ │ │ └── s3c_ts.c
│ │ │ ├── 7th
│ │ │ │ ├── Makefile
│ │ │ │ └── s3c_ts.c
│ │ │ ├── 8th
│ │ │ │ ├── Makefile
│ │ │ │ └── s3c_ts.c
│ │ │ └── tslib-1.4.tar.gz
│ │ ├── 12th_usb
│ │ │ ├── 1th
│ │ │ │ ├── Makefile
│ │ │ │ └── usbmouse_as_key.c
│ │ │ ├── 2th
│ │ │ │ ├── Makefile
│ │ │ │ └── usbmouse_as_key.c
│ │ │ ├── 3th
│ │ │ │ ├── Makefile
│ │ │ │ └── usbmouse_as_key.c
│ │ │ └── 4th
│ │ │ ├── Makefile
│ │ │ └── usbmouse_as_key.c
│ │ ├── 13th_ramblock
│ │ │ ├── 1th
│ │ │ │ ├── Makefile
│ │ │ │ └── ramblock.c
│ │ │ ├── 2th
│ │ │ │ ├── Makefile
│ │ │ │ └── ramblock.c
│ │ │ ├── 3th
│ │ │ │ ├── Makefile
│ │ │ │ └── ramblock.c
│ │ │ ├── 4th
│ │ │ │ ├── Makefile
│ │ │ │ └── ramblock.c
│ │ │ └── 5th
│ │ │ ├── Makefile
│ │ │ └── ramblock.c
│ │ ├── 14th_nand
│ │ │ ├── 1th
│ │ │ │ └── s3c_nand.c
│ │ │ ├── 2th
│ │ │ │ ├── Makefile
│ │ │ │ └── s3c_nand.c
│ │ │ ├── 3th
│ │ │ │ ├── Makefile
│ │ │ │ └── s3c_nand.c
│ │ │ ├── 4th
│ │ │ │ ├── Makefile
│ │ │ │ └── s3c_nand.c
│ │ │ └── mtd-utils-05.07.23.tar.bz2
│ │ ├── 15th_nor
│ │ │ ├── 1th
│ │ │ │ ├── Makefile
│ │ │ │ └── s3c_nor.c
│ │ │ └── 2th
│ │ │ ├── Makefile
│ │ │ └── s3c_nor.c
│ │ ├── 16th_virt_net
│ │ │ ├── 1th
│ │ │ │ ├── Makefile
│ │ │ │ └── virt_net.c
│ │ │ ├── 2th
│ │ │ │ ├── Makefile
│ │ │ │ └── virt_net.c
│ │ │ ├── 3th
│ │ │ │ ├── Makefile
│ │ │ │ └── virt_net.c
│ │ │ └── 4th
│ │ │ ├── Makefile
│ │ │ └── virt_net.c
│ │ ├── 17th_dm9000c
│ │ │ ├── 修改好的
│ │ │ │ ├── dm9dev9000c.c
│ │ │ │ └── Makefile
│ │ │ └── 厂家提供的
│ │ │ └── dm9dev9000c.c
│ │ ├── 18th_i2c
│ │ │ └── at24cxx
│ │ │ ├── at24cxx.c
│ │ │ ├── head.S
│ │ │ ├── i2c.bin
│ │ │ ├── i2c.c
│ │ │ ├── i2c.dis
│ │ │ ├── i2c_elf
│ │ │ ├── i2c.h
│ │ │ ├── i2c.lds
│ │ │ ├── include
│ │ │ │ ├── ctype.h
│ │ │ │ ├── gcclib.h
│ │ │ │ ├── kernel.h
│ │ │ │ ├── stdio.h
│ │ │ │ ├── string.h
│ │ │ │ ├── system.h
│ │ │ │ └── types.h
│ │ │ ├── init.c
│ │ │ ├── interrupt.c
│ │ │ ├── interrupt.h
│ │ │ ├── lib
│ │ │ │ ├── ctype.c
│ │ │ │ ├── div64.h
│ │ │ │ ├── div64.S
│ │ │ │ ├── lib1funcs.S
│ │ │ │ ├── Makefile
│ │ │ │ ├── muldi3.c
│ │ │ │ ├── printf.c
│ │ │ │ ├── printf.h
│ │ │ │ ├── string.c
│ │ │ │ ├── vsprintf.c
│ │ │ │ └── vsprintf.h
│ │ │ ├── m41t11.c
│ │ │ ├── m41t11.h
│ │ │ ├── main.c
│ │ │ ├── Makefile
│ │ │ ├── nand.c
│ │ │ ├── s3c24xx.h
│ │ │ ├── serial.c
│ │ │ └── serial.h
│ │ ├── 19th_i2c_drv
│ │ │ ├── 1th
│ │ │ │ ├── at24cxx.c
│ │ │ │ └── Makefile
│ │ │ ├── 2th
│ │ │ │ ├── at24cxx.c
│ │ │ │ └── Makefile
│ │ │ ├── 3th
│ │ │ │ ├── at24cxx.c
│ │ │ │ └── Makefile
│ │ │ ├── 4th
│ │ │ │ ├── at24cxx.c
│ │ │ │ └── Makefile
│ │ │ └── 5th
│ │ │ ├── at24cxx.c
│ │ │ ├── i2c_test
│ │ │ ├── i2c_test.c
│ │ │ └── Makefile
│ │ ├── 20th_chrdev_another
│ │ │ ├── 1th
│ │ │ │ ├── hello.c
│ │ │ │ └── Makefile
│ │ │ ├── 2th
│ │ │ │ ├── hello.c
│ │ │ │ └── Makefile
│ │ │ ├── hello_test
│ │ │ └── hello_test.c
│ │ ├── 21th_sound
│ │ │ ├── app
│ │ │ │ ├── libid3tag-0.15.1b.tar.gz
│ │ │ │ ├── libmad-0.15.1b.tar.gz
│ │ │ │ └── madplay-0.15.2b.tar.gz
│ │ │ └── driver
│ │ │ ├── s3c2410-uda1341.c
│ │ │ └── s3c-wm8976.c
│ │ ├── 22th_dma
│ │ │ ├── 1th
│ │ │ │ └── dma.c
│ │ │ ├── 2th
│ │ │ │ └── dma.c
│ │ │ ├── 3th
│ │ │ │ └── dma.c
│ │ │ ├── 4th
│ │ │ │ └── dma.c
│ │ │ └── dma_test.c
│ │ ├── 7th_buttons_all
│ │ │ ├── buttons.c
│ │ │ ├── buttons_test
│ │ │ ├── buttons_test.c
│ │ │ └── Makefile
│ │ ├── 8th_buttons_input
│ │ │ ├── buttons.c
│ │ │ └── Makefile
│ │ ├── 9th_led_bus_drv_dev
│ │ │ ├── led_dev.c
│ │ │ ├── led_drv.c
│ │ │ ├── led_test
│ │ │ ├── led_test.c
│ │ │ └── Makefile
│ │ ├── fb_test
│ │ │ ├── fb.h
│ │ │ ├── fb_test
│ │ │ ├── fb_test.c
│ │ │ └── Makefile
│ │ ├── fifth_drv
│ │ │ ├── fifth_drv.c
│ │ │ ├── fifthdrvtest
│ │ │ ├── fifthdrvtest.c
│ │ │ └── Makefile
│ │ ├── first_drv
│ │ │ ├── first_drv.c
│ │ │ ├── firstdrvtest
│ │ │ ├── firstdrvtest.c
│ │ │ └── Makefile
│ │ ├── forth_drv
│ │ │ ├── forth_drv.c
│ │ │ ├── forthdrvtest
│ │ │ ├── forthdrvtest.c
│ │ │ └── Makefile
│ │ ├── regeditor
│ │ │ ├── Makefile
│ │ │ ├── regeditor
│ │ │ └── regeditor.c
│ │ ├── second_drv
│ │ │ ├── Makefile
│ │ │ ├── second_drv.c
│ │ │ ├── seconddrvtest
│ │ │ └── seconddrvtest.c
│ │ ├── sixth_drv
│ │ │ ├── Makefile
│ │ │ ├── sixth_drv.c
│ │ │ ├── sixthdrvtest
│ │ │ └── sixthdrvtest.c
│ │ └── third_drv
│ │ ├── Makefile
│ │ ├── third_drv.c
│ │ ├── thirddrvtest
│ │ └── thirddrvtest.c
│ ├── 硬件部件实验代码
│ │ ├── gpio
│ │ │ ├── key_led
│ │ │ │ ├── crt0.S
│ │ │ │ ├── key_led.c
│ │ │ │ └── Makefile
│ │ │ ├── led_on
│ │ │ │ ├── led_on.S
│ │ │ │ └── Makefile
│ │ │ ├── led_on_c
│ │ │ │ ├── crt0.S
│ │ │ │ ├── led_on_c.c
│ │ │ │ └── Makefile
│ │ │ └── leds
│ │ │ ├── crt0.S
│ │ │ ├── leds.c
│ │ │ ├── leds.lds
│ │ │ └── Makefile
│ │ ├── int
│ │ │ ├── head.S
│ │ │ ├── init.c
│ │ │ ├── interrupt.c
│ │ │ ├── main.c
│ │ │ ├── Makefile
│ │ │ └── s3c24xx.h
│ │ ├── lcd
│ │ │ ├── framebuffer.c
│ │ │ ├── framebuffer.h
│ │ │ ├── head.S
│ │ │ ├── include
│ │ │ │ ├── ctype.h
│ │ │ │ ├── gcclib.h
│ │ │ │ ├── kernel.h
│ │ │ │ ├── stdio.h
│ │ │ │ ├── string.h
│ │ │ │ ├── system.h
│ │ │ │ └── types.h
│ │ │ ├── init.c
│ │ │ ├── interrupt.c
│ │ │ ├── interrupt.h
│ │ │ ├── lcddrv.c
│ │ │ ├── lcddrv.h
│ │ │ ├── lcd.lds
│ │ │ ├── lcdlib.c
│ │ │ ├── lcdlib.h
│ │ │ ├── lib
│ │ │ │ ├── ctype.c
│ │ │ │ ├── div64.h
│ │ │ │ ├── div64.S
│ │ │ │ ├── lib1funcs.S
│ │ │ │ ├── Makefile
│ │ │ │ ├── muldi3.c
│ │ │ │ ├── printf.c
│ │ │ │ ├── printf.h
│ │ │ │ ├── string.c
│ │ │ │ ├── vsprintf.c
│ │ │ │ └── vsprintf.h
│ │ │ ├── main.c
│ │ │ ├── Makefile
│ │ │ ├── nand.c
│ │ │ ├── s3c24xx.h
│ │ │ ├── serial.c
│ │ │ └── serial.h
│ │ ├── leds
│ │ │ ├── crt0.S
│ │ │ ├── leds.c
│ │ │ ├── leds.lds
│ │ │ └── Makefile
│ │ ├── mmu
│ │ │ ├── head.S
│ │ │ ├── init.c
│ │ │ ├── leds.c
│ │ │ ├── Makefile
│ │ │ └── mmu.lds
│ │ ├── nand
│ │ │ ├── head.S
│ │ │ ├── init.c
│ │ │ ├── main.c
│ │ │ ├── Makefile
│ │ │ ├── nand.c
│ │ │ └── nand.lds
│ │ ├── sdram
│ │ │ ├── head.S
│ │ │ ├── leds.c
│ │ │ └── Makefile
│ │ └── uart
│ │ ├── head.S
│ │ ├── init.c
│ │ ├── main.c
│ │ ├── Makefile
│ │ ├── s3c24xx.h
│ │ ├── serial.c
│ │ ├── serial.h
│ │ └── uart.lds
│ └── 说明.txt
├── 硬件部件实验代码
│ ├── debug_with_jtag
│ │ ├── head.S
│ │ ├── init.c
│ │ ├── main.c
│ │ ├── Makefile
│ │ ├── nand.bin
│ │ ├── nand.c
│ │ ├── nand.dis
│ │ └── nand.lds
│ ├── debug_with_jtag_gdb_eclipse
│ │ ├── head.S
│ │ ├── init
│ │ │ ├── init.bin
│ │ │ ├── init.dis
│ │ │ ├── init_elf
│ │ │ ├── init.S
│ │ │ └── Makefile
│ │ ├── init.c
│ │ ├── main.c
│ │ ├── Makefile
│ │ ├── nand.c
│ │ ├── nand_elf
│ │ └── nand.lds
│ ├── debug_with_led
│ │ ├── head.S
│ │ ├── init.c
│ │ ├── main.c
│ │ ├── Makefile
│ │ ├── nand.bin
│ │ ├── nand.c
│ │ ├── nand.dis
│ │ └── nand.lds
│ ├── debug_with_uart
│ │ ├── head.S
│ │ ├── init.c
│ │ ├── main.c
│ │ ├── Makefile
│ │ ├── nand.bin
│ │ ├── nand.c
│ │ ├── nand.dis
│ │ ├── nand.lds
│ │ └── s3c24xx.h
│ ├── gpio
│ │ ├── key_led
│ │ │ ├── crt0.S
│ │ │ ├── key_led.bin
│ │ │ ├── key_led.c
│ │ │ ├── key_led.dis
│ │ │ ├── key_led_elf
│ │ │ └── Makefile
│ │ ├── led_on
│ │ │ ├── led_on.bin
│ │ │ ├── led_on_elf
│ │ │ ├── led_on.S
│ │ │ └── Makefile
│ │ ├── led_on_c
│ │ │ ├── crt0.S
│ │ │ ├── led_on_c.bin
│ │ │ ├── led_on_c.c
│ │ │ ├── led_on_c.dis
│ │ │ ├── led_on_c_elf
│ │ │ └── Makefile
│ │ └── leds
│ │ ├── crt0.S
│ │ ├── leds.c
│ │ ├── leds.lds
│ │ └── Makefile
│ ├── int
│ │ ├── head.S
│ │ ├── init.c
│ │ ├── interrupt.c
│ │ ├── main.c
│ │ ├── Makefile
│ │ └── s3c24xx.h
│ ├── lcd
│ │ ├── framebuffer.c
│ │ ├── framebuffer.h
│ │ ├── head.S
│ │ ├── include
│ │ │ ├── ctype.h
│ │ │ ├── gcclib.h
│ │ │ ├── kernel.h
│ │ │ ├── stdio.h
│ │ │ ├── string.h
│ │ │ ├── system.h
│ │ │ └── types.h
│ │ ├── init.c
│ │ ├── interrupt.c
│ │ ├── interrupt.h
│ │ ├── lcd.bin
│ │ ├── lcddrv.c
│ │ ├── lcddrv.h
│ │ ├── lcd.lds
│ │ ├── lcdlib.c
│ │ ├── lcdlib.h
│ │ ├── lib
│ │ │ ├── ctype.c
│ │ │ ├── div64.h
│ │ │ ├── div64.S
│ │ │ ├── lib1funcs.S
│ │ │ ├── Makefile
│ │ │ ├── muldi3.c
│ │ │ ├── printf.c
│ │ │ ├── printf.h
│ │ │ ├── string.c
│ │ │ ├── vsprintf.c
│ │ │ └── vsprintf.h
│ │ ├── main.c
│ │ ├── Makefile
│ │ ├── nand.c
│ │ ├── s3c24xx.h
│ │ ├── sc
│ │ │ ├── lcd视频例子.IAB
│ │ │ ├── lcd视频例子.IAD
│ │ │ ├── lcd视频例子.IMB
│ │ │ ├── lcd视频例子.IMD
│ │ │ ├── lcd视频例子.PFI
│ │ │ ├── lcd视频例子.PO
│ │ │ ├── lcd视频例子.PR
│ │ │ ├── lcd视频例子.PRI
│ │ │ ├── lcd视频例子.PS
│ │ │ ├── lcd视频例子.SearchResults
│ │ │ ├── lcd视频例子.WK3
│ │ │ └── mach-zhiyuan2440.c
│ │ ├── serial.c
│ │ └── serial.h
│ ├── lcd_debug
│ │ ├── framebuffer.c
│ │ ├── framebuffer.h
│ │ ├── head.S
│ │ ├── include
│ │ │ ├── ctype.h
│ │ │ ├── gcclib.h
│ │ │ ├── kernel.h
│ │ │ ├── stdio.h
│ │ │ ├── string.h
│ │ │ ├── system.h
│ │ │ └── types.h
│ │ ├── init.c
│ │ ├── interrupt.c
│ │ ├── interrupt.h
│ │ ├── lcd.bin
│ │ ├── lcddrv.c
│ │ ├── lcddrv.h
│ │ ├── lcd.lds
│ │ ├── lcdlib.c
│ │ ├── lcdlib.h
│ │ ├── lib
│ │ │ ├── ctype.c
│ │ │ ├── div64.h
│ │ │ ├── div64.S
│ │ │ ├── lib1funcs.S
│ │ │ ├── Makefile
│ │ │ ├── muldi3.c
│ │ │ ├── printf.c
│ │ │ ├── printf.h
│ │ │ ├── string.c
│ │ │ ├── vsprintf.c
│ │ │ └── vsprintf.h
│ │ ├── main.c
│ │ ├── Makefile
│ │ ├── nand.c
│ │ ├── s3c24xx.h
│ │ ├── serial.c
│ │ └── serial.h
│ ├── leds
│ │ ├── crt0.S
│ │ ├── leds.bin
│ │ ├── leds.c
│ │ ├── leds.dis
│ │ ├── leds.lds
│ │ └── Makefile
│ ├── mmu
│ │ ├── head.S
│ │ ├── init.c
│ │ ├── leds.c
│ │ ├── Makefile
│ │ └── mmu.lds
│ ├── nand
│ │ ├── head.S
│ │ ├── init.c
│ │ ├── main.c
│ │ ├── Makefile
│ │ ├── nand.c
│ │ └── nand.lds
│ ├── sdram
│ │ ├── head.S
│ │ ├── leds.c
│ │ └── Makefile
│ ├── uart
│ │ ├── head.S
│ │ ├── init.c
│ │ ├── main.c
│ │ ├── Makefile
│ │ ├── s3c24xx.h
│ │ ├── serial.c
│ │ ├── serial.h
│ │ └── uart.lds
│ └── 要调试的不能执行的程序
│ ├── head.S
│ ├── init.c
│ ├── main.c
│ ├── Makefile
│ ├── nand.c
│ └── nand.lds
└── 第32课_新内核下的I2C驱动
└── i2c
├── 1th_i2c_new_device
│ ├── at24cxx_dev.c
│ ├── at24cxx_drv.c
│ └── Makefile
├── 2th_i2c_new_probed_device
│ ├── at24cxx_dev.c
│ ├── at24cxx_drv.c
│ └── Makefile
├── 3.4.2内核下的I2C驱动.jpg
├── 3.4.2内核下的I2C驱动.TXT
├── 3th_all_adapter_detect
│ ├── at24cxx_drv.c
│ └── Makefile
├── 4th_device_driver_test
│ ├── at24cxx_dev.c
│ ├── at24cxx_drv.c
│ ├── i2c_test.c
│ └── Makefile
├── 5th_user_space_test
│ └── i2c_usr_test.c
├── 6th_i2c_bus
│ ├── 1th
│ │ └── i2c_bus_s3c2440.c
│ └── 2th
│ ├── i2c_bus_s3c2440.c
│ └── Makefile
└── i2c-tools-3.1.0.tar.bz2
323 directories, 1085 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论