-
完全手册:嵌入式Linux应用开发指南
资源介绍
.
|-- drivers_and_test
| |-- buttons
| | |-- button_test.c
| | |-- Makefile
| | `-- s3c24xx_buttons.c
| |-- fb_test
| | |-- fb.h
| | |-- fb_test.c
| | `-- Makefile
| |-- leds
| | |-- led_test
| | |-- led_test.c
| | |-- Makefile
| | `-- s3c24xx_leds.c
| `-- regeditor
| |-- Makefile
| `-- regeditor.c
|-- hardware
| |-- adc_ts
| | |-- adc_ts.c
| | |-- adc_ts.h
| | |-- adc_ts.lds
| | |-- head.S
| | |-- 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
| | |-- main.c
| | |-- Makefile
| | |-- nand.c
| | |-- s3c24xx.h
| | |-- serial.c
| | `-- serial.h
| |-- hello
| | `-- hello.c
| |-- i2c
| | |-- head.S
| | |-- i2c.c
| | |-- 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
| |-- int
| | |-- head.S
| | |-- init.c
| | |-- interrupt.c
| | |-- main.c
| | |-- Makefile
| | `-- s3c24xx.h
| |-- key_led
| | |-- crt0.S
| | |-- key_led.c
| | `-- Makefile
| |-- 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
| |-- led_on
| | |-- led_on.S
| | `-- Makefile
| |-- led_on_c
| | |-- crt0.S
| | |-- led_on_c.c
| | |-- led_on_c.c.bak
| | `-- Makefile
| |-- leds
| | |-- crt0.S
| | |-- leds.c
| | |-- leds.lds
| | `-- Makefile
| |-- link
| | `-- link.S
| |-- mmu
| | |-- head.S
| | |-- init.c
| | |-- leds.c
| | |-- Makefile
| | `-- mmu.lds
| |-- nand
| | |-- head.S
| | |-- init.c
| | |-- main.c
| | |-- Makefile
| | |-- nand.c
| | `-- nand.lds
| |-- options
| | |-- main.c
| | |-- Makefile
| | |-- sub.c
| | `-- sub.h
| |-- sdram
| | |-- head.S
| | |-- leds.c
| | `-- Makefile
| |-- stdio
| | |-- head.S
| | |-- include
| | | |-- ctype.h
| | | |-- gcclib.h
| | | |-- kernel.h
| | | |-- stdio.h
| | | |-- system.h
| | | `-- types.h
| | |-- init.c
| | |-- lib
| | | |-- ctype.c
| | | |-- div64.h
| | | |-- div64.S
| | | |-- lib1funcs.S
| | | |-- Makefile
| | | |-- muldi3.c
| | | |-- printf.c
| | | |-- printf.h
| | | |-- string.c
| | | |-- string.h
| | | |-- vsprintf.c
| | | `-- vsprintf.h
| | |-- main.c
| | |-- Makefile
| | |-- nand.c
| | |-- s3c2410.h
| | |-- serial.c
| | |-- serial.h
| | `-- stdio.lds
| |-- timer
| | |-- head.S
| | |-- init.c
| | |-- interrupt.c
| | |-- interrupt.h
| | |-- main.c
| | |-- Makefile
| | |-- s3c24xx.h
| | `-- timer.lds
| `-- uart
| |-- head.S
| |-- init.c
| |-- main.c
| |-- Makefile
| |-- s3c24xx.h
| |-- serial.c
| |-- serial.h
| `-- uart.lds
`-- log
31 directories, 194 files