资源列表
u-boot
- u boot使用介绍,linux 嵌入式系统bootloader使用指南。-u boot using the descr iption
u-boot-1.1.6_20090824
- uboot完成操作系统启动前对硬件初始化的功能,是系统加电就必须执行的地方-uboot to start before the completion of the operating system hardware initialization function of the system power-on the need to implement local
S3C2410_WatchDog
- 基于S3C2410的看门狗例程,里面具有源代码以及项目文件。-Based on S3C2410 watchdog routines, which have the source code and project files.
lightning-boot.tar
- fast boot for LF1000 didj
i2c-utils.tar
- i2c tools for LF1000 didj
fwupdate.tar
- firmware updater - embedded side for LF1000 didj-firmware updater- embedded side for LF1000 didj
u-bootlf1000.tar
- uboot sources for LF1000 didj
nrf905PTR8000DDB
- 无线芯片,NRF905,包括原理图和 C51,这是最全的资料吧!希望大家喜欢-Wireless chip, NRF905, including schematic diagram and C51, which is the most complete information on bar! Hope that everyone likes
minigui-ctrl2
- minigui2.0.4动画、插入符、网格、屏保控件编程样例。参考。 -Another minigui2.0.4 control code.
mygui-demo.tar
- 基于minigui2.0.4进程版,使用键盘控制启动另一个应用程序。原创。-code for minigui-2.0.4, use key-board to run another app.
minigui-ctrl
- minigui2.0.4的控件样例程序。供使用minigui编程参考。包括按钮、组合框 、列表框、进度条等,很全。-control programming code for minigui2.0.4.
FullEmbeddedLinuxNotes
- 本书全面介绍了嵌入式Linux系统开发过程中,从底层系统支持到上层GUI应用的方方面面,内容涵盖Linux操作系统的安装及相关工具的使用、配置,嵌入式编程所需要的基础知识(交叉编译工具的选项设置、Makefile语法、ARM汇编指令等),硬件部件的使用及编程(囊括了常见硬件,比如UART、I*IC、LCD等),U-Boot、Linux内核的分析、配置和移植,根文件系统的构造(包括移植busybox、glibc、制作映象文件等),内核调试技术(比如添加kgdb补丁、栈回溯等),驱动程序编写及移植(