-
guoqian-file-program3
嵌入式linux的简单的文件编程3
(Simple embedded linux file programming 3
)
- 2013-03-29 09:38:11下载
- 积分:1
-
gdb-6.0.tar
gdb that s ported for PXA270 processor. definitely helpful for people interested in embedded system debugging.
- 2009-02-28 06:43:03下载
- 积分:1
-
gtkarmpck
GTK Arm embedded system all pack file and install guide
1、tslib:http://download.csdn.net/source/2217426 download tslib-1.4.tar.gz
2、tiff : ftp://ftp.gtk.org/pub/gtk/v2.10/dependencies/tiff-3.7.4.tar.gz
3、jpegsrc.v6b :ftp://ftp.gtk.org/pub/gtk/v2.10/dependencies/
4、libpng-1.2.33 :http://www.libpng.org/pub/png/libpng.html
5、glib-2.19.0 :ftp://ftp.gtk.org/pub/glib/2.19/
6、pango-1.20.2 :ftp://ftp.gtk.org/pub/pango/1.20/
7、gtk+-2.12.9 :http://ftp.gnome.org/pub/gnome/sources/gtk+/2.12/
8、atk-1.24.0 :http://ftp.gnome.org/pub/gnome/sources/atk/1.24/
9、cairo-1.8.4 :http://www.cairographics.org/releases/
10、DirectFB-1.3.0 :http://www.directfb.org/downloads/Core/
11、expat-2.0.1 :http://expat.sourceforge.net/
12、fontconfig-2.6.0 :http://www.fontconfig.org/release/
13、freetype-2.3.7 :http://freetype.sourceforge.net/index2.html
14、libxml2-2.6.31 :http://xmlsoft.org/sources/
15、pixman-0.12.0 :http://www.cairographics.org/releases/
16、zlib-1.2.3 :http://www.zlib.net/
(GTK Arm embedded system all pack file and install guide 1, tslib: http://download.csdn.net/source/2217426 download tslib-1.4.tar.gz 2, tiff: ftp://ftp.gtk.org/pub/gtk/v2.10/dependencies/tiff-3.7.4.tar.gz 3, jpegsrc.v6b: ftp://ftp.gtk.org/pub/gtk/v2.10/dependencies/ 4, libpng-1.2. 33: http://www.libpng.org/pub/png/libpng.html 5, glib-2.19.0: ftp://ftp.gtk.org/pub/glib/2.19/ 6, pango-1.20.2 : ftp://ftp.gtk.org/pub/pango/1.20/ 7, gtk+-2.12.9: http://ftp.gnome.org/pub/gnome/sources/gtk+/2.12/ 8, atk-1.24 .0: http://ftp.gnome.org/pub/gnome/sources/atk/1.24/ 9, cairo-1.8.4: http://www.cairographics.org/releases/ 10, DirectFB-1.3.0 : http://www.directfb.org/downloads/Core/ 11, expat-2.0.1: http://expat.sourceforge.net/ 12, fontconfig-2.6.0: http://www.fontconfig.org/release/13, freetype-2.3.7: http://freetype.sourceforge.net/index2.html 14, libxml2-2.6.31: http://xmlsoft.org/sources/ 15, pixman-0.12.0: http://www.cairographics.org/releases/ 16, zlib-1.2.3: http://www.zlib.net/)
- 2010-07-01 15:26:22下载
- 积分:1
-
camera测试程序
说明: 摄像头OV5640驱动和LCD屏幕,录像传送到LCD显示(Camera OV5640 driver and LCD screen, video transmission to LCD display)
- 2019-02-27 20:33:31下载
- 积分:1
-
simpleEmbeddedWebServer
嵌入式系统设计与实例开发实验教程二嵌入式WEB服务器实验(Embedded System Design with examples of the development of two experimental Guide Embedded Web server experiment)
- 2007-03-17 16:26:08下载
- 积分:1
-
QT_Lab.tar
Qt 键盘程序,经测试通过,代码结构简单清晰!(Qt keyboard program, code simple and clear!)
- 2013-09-29 23:25:13下载
- 积分:1
-
Linux_embedded_tool
如果您刚接触嵌入式开发,那么大量可用的引导装载程序(bootloader)、规模缩小的分发版(distribution)、文件系统和 GUI 看起来可能太多了。但是这些丰富的选项实际上是一种恩赐,允许您调整开发或用户环境以完全符合您的需要。对 Linux 嵌入式开发的概述将帮助您理解所有这些选项。(Embedded fourth year of development, so much available bootloader (Bootloader). smaller scale version of the distribution (distribution), file system and GUI may seem too much. But these rich options is a gift, allows you to adjust the development or user environment to meet your needs. Embedded Linux for the development of the outline will help you understand all these options.)
- 2007-04-02 19:09:32下载
- 积分:1
-
ds1337
实时时钟处理芯片ds1337驱动程序,芯片由i2c接口控制,将文件加入到linux内核的driver i2c/chips目录下,在makefine中添加该文件直接编译即可(real-time clock chip ds1337 driver, from i2c chip interface control, file into the Linux kernel driver i2c/chips directory, In addition makefine the document can be directly translated)
- 2007-01-10 21:27:36下载
- 积分:1
-
12.MSP-EXP430F5529Lanchpad
ESP32最新驱动代码
TI官方支持无缝衔接(ESP32 latest driver codeTI officially supports seamless connection)
- 2020-06-18 20:20:02下载
- 积分:1
-
ARM嵌入式Linux系统开发技术详解
ARM_embedded_Linux
《ARM嵌入式Linux系统开发技术详解》,该书由浅入深、通俗易懂地讲解了嵌入式Linux的系统设计与开发。全书共25章,从嵌入式处理器ARM开始,讲解了ARM处理器的资源、ARM的指令集、ADS开发工具、嵌入式系统硬件环境的构建、Boot Loader、Linux内核移植、嵌入式文件系统、嵌入式Linux多任务程序开发、嵌入式Linux设备驱动开发、嵌入式Linux网络程序开发、MiniGUI图形界面开发、设备驱动开发案例、综合案例等内容。书中通过大量的例程来讲解知识要点,并提供了大量极有参考价值的开发案例,读者可以通过这些例程和开发案例对嵌入式Linux开发有一个系统的学习和提高。
(" ARM embedded Linux system development techniques explain," the book easy-to-digest, easy to understand and explain the embedded Linux system design and development.)
- 2020-06-26 00:20:02下载
- 积分:1