嵌入式资源列表

来源:互联网 发布:出乎意乎的意思 编辑:程序博客网 时间:2024/06/04 18:39
15人阅读评论(0)收藏举报
一、门户网站
1 ChinaUnix
网址: http://www.chinaunix.net
描述: C版块和shell版块很不错
    C/C++论坛:http://bbs.chinaunix.net/forumdisplay.php?fid=23
    shell论坛:http://bbs.chinaunix.net/forumdisplay.php?fid=24
     man文档:http://man.chinaunix.net
2 中国Linux论坛
网址: http://www.linuxforum.net/
描述: 嵌入式Linux技术提高
     Linux嵌入技术:http://www.linuxforum.net/forum/postlist.php?Cat=&Board=embedded
     Linux内核技术:http://www.linuxforum.net/forum/postlist.php?Cat=&Board=linuxK
     Linux设备驱动程序:http://www.linuxforum.net/forum/postlist.php?Cat=&Board=driver
     C/C++编程版:http://www.linuxforum.net/forum/postlist.php?Cat=&Board=program
3 The ARM Linux Project
网址: http://www.arm.linux.org.uk/
描述: Linux for all ARM based machine
4 ARM官方网站
网址: http://www.arm.com/
描述: 提高ARM水平的最佳地方。文档和技术笔记均为英语,慢慢锻炼。
    Document:http://www.arm.com/documentation/
    Software:http://www.arm.com/community/software.php?PageTitle=Software&Categories=4&display=3
5 The Linux Kernel Archives
网址: http://www.kernel.org/
描述: Linux Kernel官方网站
6 IBM developerWorks
网址: http://www-128.ibm.com/developerworks/cn/
描述: 技术文档低中高级很丰富,作为系统学习的参考补充。
7 SourceForge
网址: http://sourceforge.net/
描述: 开源软件的入口。
    U-boot:http://sourceforge.net/projects/uboot/
8 Linux fans
网址: http://www.linuxfans.org/nuke/index.php
描述: 国内很出名的Linux站点,人气很高。
二、技术博客
1 陈莉君
网址: http://www.lupaworld.com/26540
描述: 操作系统(Linux)研究。《深入理解Linux内核》的译者。
2 飞翔,嵌入式Linux
网址: http://blog.chinaunix.net/u/30686/index.html
描述: 嵌入式Linux方向
3 cnsLinux
网址: http://blog.chinaunix.net/u/13329/index.php
描述: Linux与程序设计
4 todaygood
网址: http://blog.chinaunix.net/u/24474/
描述: 嵌入式Linux方向
5 嵌入式Linux博客圈
网址: http://blog.chinaunix.net/group/group_25.html
描述: 我建立的嵌入式Linux方向的博客圈
6 Richard Stevens
网址: http://www.kohala.com/start/
描述: Richard Stevens的个人主页。
三、资料下载
1 Free Datasheet PDF Download
网址: http://www.ic-on-line.cn/
描述: 硬件芯片Datasheet可以在此下载
四、开发板厂商
1 北京恒颐
网址: http://www.hyesco.com/
2 华恒科技
网址: http://www.hhcn.com/chinese/cnindex.html
3 广州联智
网址: http://www.devicegate.com/
4 周立功单片机
网址: http://www.zlgmcu.com/home.asp
五、开发工具
1 GNU AS: Using AS---the GNU Assembler
http://www.gnu.org/software/binutils/manual/gas-2.9.1/html_chapter/as_1.html#SEC1
2 GNU LD: Using LD---the GNU Linker
http://www.gnu.org/software/binutils/manual/ld-2.9.1/html_mono/ld.html
3 GNU MAKE
http://www.gnu.org/software/make/manual/make.html
4 GNU GCC: Using the GNU Compiler Collection
http://gcc.gnu.org/onlinedocs/gcc-4.2.1/gcc/
5 GNU GDB: Debugging with GDB
http://sourceware.org/gdb/current/onlinedocs/gdb_toc.html
6 GNU CVS
http://ximbiot.com/cvs/manual/
7 VIM
英文:http://vimdoc.sourceforge.net/htmldoc/usr_toc.html
中文:http://vcd.gro.clinux.org/doc/usr_toc.html
8 几本重要的书
《Using and Porting the GNU Compiler Collection》
    http://gcc.gnu.org/onlinedocs/gcc-2.95.3/gcc.html
《Linkers and Loaders》
    http://www.iecc.com/linker/
六、程序设计
1 《The Art of UNIX Programming》
http://www.faqs.org/docs/artu/
2 《UNIX Programming FAQ》(中文版)