成人免费xxxxx在线视频软件_久久精品久久久_亚洲国产精品久久久_天天色天天色_亚洲人成一区_欧美一级欧美三级在线观看

分享一些國外嵌入式開發的網站(二)

開發
本文主要分享了一些經典的嵌入式開發網站,通過閱讀本文,希望能給你帶來幫助,一起來看吧!!

嵌入式開發就是指在嵌入式操作系統下進行開發,一般常用的系統有WinCE,Palm,現在又多了Symbian等,其實只要會C++,在哪里都差不多,都有相應的SDK開發包。本文是第二篇,大家可以去看看第一篇

1. Embedded Etherne

Ethernut is an Open Source Hardware and Software Project for building tiny Embedded Ethernet Devices.主要是用在AVR系列單片機,提供足夠資料.

它的下載也http://www.ethernut.de/en/download/index.html

有不錯的東西供下載,相關產品http://www.hw-group.com/products/charon2/index_en.html

開源項目支持 http://sourceforge.net/projects/ethernut/

http://www.ethernut.de/en/ - 外文

2. Programmers Heaven - Assembler programming zone

大量的源代碼,分類清晰,強烈推薦。但是有很多好像已經不再更新了。

http://www.programmersheaven.com/zone5/index.htm - 外文

3. 大量的關于AVR資源與應用的鏈接,推薦!

http://www.omegav.ntnu.no/avr/resources.php3 - 外文

4. Build Your Own Microcontroller Projects

大量的微處理器DIY電路,非常好的入門級別的資料。這些微處理包括8051,avr,pic,89C2051/4051, Intel x86。強烈推薦。

http://chaokhun.kmitl.ac.th/~kswichit/ - 外文

5.C-Language Library for Atmel AVR Processors

一個非常優秀的代碼庫,強烈3推薦.搞AVR不用它,真是的!

http://hubbard.engr.scu.edu/embedded/avr/avrlib/ - 外文

6. 決對優秀的AVR網站,不好你天天詛咒我,好就天天為我祈禱.
http://hubbard.engr.scu.edu/embedded/ - 外文

7. 一個非常有用的電子設計資源站。

這里包含的了大量的電子設計資源,DC motors, PWM control,Video Generation with AVR.Serial communications with AVR。特別是它收集了很大實用的鏈接,分類清晰。

http://instruct1.cit.cornell.edu/courses/ee476/ - 外文

8. 美國Cornell University課程ECE476所完成的項目。

這些項目都具有詳細學習資料。共有200多個項目,看看這些東西,就能感覺國內與國外教學實踐的差別。我們國家很多高校的電子相關專業的設計就是搞個鍵盤,搞個MAX7219顯示,搞個DS1302時鐘,'一百年不變'。看了它是我記得很不舒服。大家好好研究研究吧。特別是老師們,一定要深思。

http://instruct1.cit.cornell.edu/courses/ee476/FinalProjects/ - 外文

9. Build Your Own Microcontroller Projects

This page provides schematic and software for hobbyists to practice "learn by doing", build a simple microcontroller projects at home. For those who would like to contribute projects, please prepare HTML files whatever you like to see but keep all files small and informative. I shall provide for others. DIY的好地方,強烈推薦.
http://www.kmitl.ac.th/~kswichit/ - 外文

10. AvrX Real Time Kernel

AvrX is a Real Time Multitasking Kernel written for the Atmel AVR series of micro controllers. AvrX contains approximately 34 API in the following Six categories:

bullet Tasking

bullet Semaphores

bullet Timer Management

bullet Message Queues

bullet Single Step Debugging support

http://www.barello.net/avrx/index.htm - 外文

11. GNU avr-gcc

The AVR-GCC is a freeware C compiler (and assembler) that is made available through the GNU project.詳細的開發文檔說明,強烈推薦。

http://www.avrfreaks.net/AVRGCC/ - 外文

12.AVaRICE

AVaRICE is a program which interfaces the GNU Debugger GDB with the AVR JTAG ICE available from Atmel. There are some third party clones of the Atmel jtagice available for purchase via the web for prices much less than the Atmel's offering.

http://avarice.sourceforge.net/ - 外文

13. All FastAVR output ASM routines are absolutely free

AVR單片機的BASIC開發軟件及源程序例,還有圖形點陣轉換程序可以下載。特別是里面LCD開發工具,必須看看!

http://www.fastavr.com/ - 外文

14. AVRbeginners.net

看題目就知道是什么地方了。非常適合初學者。

分類非常清晰。推薦!http://www.avrbeginners.net/ - 外文

15. Jesper's World on the Net

個人站點,站長肯定是個高手,居然寫了仿真軟件。這個頁面做的很差,資料不好找。

AVR欄目:http://www.myplace.nu/avr/

MP3應用:http://www.myplace.nu/mp3/

還有一些其它的好東西,等待大家發掘。http://www.myplace.nu/ - 外文

16. AVR and Robotics

一個關于AVR應用與機器人的站點!http://www.barello.net/ - 外文

17. 雙龍的AVR專欄,非常好。國內AVR單片機開發的先鋒。

http://www.sl.com.cn/Special_News.asp?SpecialName=AVR專欄 - 中文

18. Universal Bootloader

Universal Bootloader project provides firmware with full source code under GPL. Many CPU architectures are supported: PowerPC(MPC5xx, MPC8xx, MPC82xx, MPC7xx, MPC74xx, 4xx), ARM(ARM7, ARM9, StrongARM, Xscale), MIPS(4Kc,5Kc), x86, ...

http://sourceforge.net/projects/u-boot - 外文

19. 一個教程,非常有意思,利用動畫來演示AVR單片機內部結構。

http://www.microschematic.com/inde.html - 外文

20. Atmel AVR Code Examples

PID Motor Controller,GPS信息處理。USB Code,AVR Bootloaders,AVR with Ethernet Examples 等等。

http://hubbard.engr.scu.edu/embedded/avr/code/index.html - 外文

21. Electronic circuits based on AVR micros

MIDI generator ,Analog inputs for ATtiny26 ,Acceleration meter for cars,2 channel RF remote control at 418 MHz,SMS remote control v2.0,Electronic safety-lock with telecard as key,AVR In-System Programmer,Visual Basic & AVR RS232 interface,AVR composite PAL colour bar generator, Ultra low-cost programmer for

AT90Sxxxx family,IgorPlug-USB (AVR)

Universal USB interface,LCD 2x16 characters & 4x4 keypad example,Connect RS232 modem to E-10G, Programable LCD counter with memory backup,128x64 LCD Driver for AT90S2313,RCEN fuse bit programmer

http://www.serasidis.gr/ - 外文

#p#

22. www.mikrocontroller.com

http://www.mikrocontroller.com/ - 外文

23. WinAVR (AVR GCC)

WinAVR (pronounced "whenever") is a suite of executable, open source software development tools for the Atmel AVR series of RISC microprocessors hosted on the Windows platform. It includes the GNU GCC compiler for C and C++.

http://sourceforge.net/projects/winavr

http://winavr.sourceforge.net/ - 外文

24. AVaRICE

AVaRICE is a program for interfacing the Atmel JTAG ICE to GDB to allow users to debug their embedded AVR target.

http://sourceforge.net/projects/avarice - 外文

25. 一些非常有用的GNU開發工具.資源,推薦

http://savannah.nongnu.org/projects/avr/

AVR Downloader/UploaDEr http://savannah.nongnu.org/projects/avrdude/

AVR USB http://savannah.nongnu.org/projects/avrusb/

an AVR simulator http://savannah.nongnu.org/projects/simulavr/

AVR In-System Programmer http://savannah.nongnu.org/projects/uisp/

http://savannah.nongnu.org/ - 外文

26. www.mikrocontroller.net

非常好的AVR-Tutorial,而且非常好的AVR-GCC-Tutorial

http://www.mikrocontroller.net/ - 外文

27. P COLTRANE

DIY Electronics, DIY PIC Projects, DIY AVR Projects, DIY X86 Projects, DIY Basic Stamp Projects - Tutorials, Schematics and Code

http://www.pcoltrane.com - 外文

28. AVR Libc Home Page

AVR Libc is a Free Software project whose goal is to provide a high quality C library for use with GCC on Atmel AVR microcontrollers.

http://www.nongnu.org/avr-libc/ - 外文

29. SmallC for AVR

SmallC for AVR has been extensively re-written to make it more efficient. Typical code space savings of over 50% on version 1 have been achieved. A complete User Manual is now available that puts in one place the details previously scattered throughout my old web pages. It includes many examples and code snippets on configuring and using the various AVR hardware.

http://www.jennaron.com.au/smallc/smallc.html - 外文

30. PIC,AVR,ARM,MSP430開發DIY

該網站提供很多的PIC,AVR,ARM,MSP430的開發資料,特別適合自己制作開發系統,它的ARM開發(利用LPC21**系列)是非常號的資料。推薦。

http://www.olimex.com/dev/index.html - 外文

31. AVR 中文數據手冊已經可以獲得了

ATMEL 正在為 AVR 微控制器的用戶提供進一步的支持,那就是為他們提供產品的簡體中文數據手冊。這個表將不斷地得到拓展。在瀏覽如下的產品卡時您可以找到這些數據手冊:

ATmega16, ATmega16L, ATmega48, ATmega88, ATmega168, ATmega169, ATmega169V, ATmega32, ATmega32L, ATmega64, ATmega64L, ATmega8515, ATmega8535, ATmega8535L, ATtiny13, ATti

32.SkyEye Project

SkyEye是一個開源軟件(opensource software)項目,中文名字是“天目”。SkyEye的目標是在通用的Linux和Windows平臺實現一個模擬集成開發環境,模擬基于ARM的嵌入式計算機系統;可在SkyEye上運行ARM Linux,uclinux以及uC/OS-II等多種嵌入式操作系統,并對它們進行源碼級的分析和測試

http://www.skyeye.org/index_cn.html - 外文

33.www.ulrichradig.de 一個非常好的德國個人網站,有些電子制作.比較經典的就是

1,利用AVR單片機做的WEB服務器.RTL8019芯片.

2,利用CPLD產生視頻信號VGA.

3,μClinux - mini Linux for the Philips's ARM LPC2294

http://www.ulrichradig.de/ - 外文

34.PIC,AVR,ARM,MSP430開發DIY

該網站提供很多的PIC,AVR,ARM,MSP430的開發資料,特別適合自己制作開發系統,它的ARM開發(利用LPC21**系列)是非常號的資料。推薦。

http://www.olimex.com/dev/index.html - 外文

35.Build Your Own Microcontroller Projects

This page provides schematic and software for hobbyists to practice "learn by doing", build a simple microcontroller projects at home. For those who would like to contribute projects, please prepare HTML files whatever you like to see but keep all files small and informative. I shall provide for others. DIY的好地方,強烈推薦.

http://www.kmitl.ac.th/~kswichit/ - 外文

36.GNU ARM? toolchain for Cygwin, Linux and MacOS .推薦

這里是它的實用資源 http://www.gnuarm.com/resources.html

討論組 http://groups.yahoo.com/group/gnuarm/

文件下載 http://www.gnuarm.com/files.html

http://www.gnuarm.com/ - 外文

37. ARMuC Wiki.大量的開發資料,強烈推薦

http://www.open-research.org.uk/ARMuC/ - 外文

38. 來自www.mikrocontroller.net大量實用鏈接

這里有許多所用鏈接關于AVR,8051,ARM,PIC.它收集的AVR信息是我看到的最好的。遺憾的是網站語言是德文。

http://www.mikrocontroller.net/articles/Linksammlung - 外文

39. LPC2000 information page featuring the Philips ARM microcontrollers

關于LPC2100的專業網站http://www.lpc2100.com/ - 外文

40.ARMboot

ARMboot is an Open-Source firmware suite for ARM based platforms. ARMboot is heavily based on the sister-project PPCboot, which provides similar ality on PowerPC based systems. ARMboot shall be a common, easy-to-use and easy-to-port boot platform

http://armboot.sourceforge.net/ - 外文

41.Linux for all ARM based machines

一種LINUX操作系統,適合移植在ARM結構上。http://www.arm.linux.org.uk/ - 外文

42.uclinux-elf-tools

一個優秀的交叉編譯工具。m68k系統,ARM系統下有很好的性能。

http://www.uclinux.org/pub/uClinux/uclinux-elf-tools/ - 外文

43. MCUserver

一個比較專業的關于電子開發的網站,但是我也不知道網站是什么語言,但看一勉強看懂。它的下載區有很多實用資料,需要注冊才可以下載。它提供很多DIY電路,比如PIC,AVR,MSP430,FPGA,ARM,8051等等編程電路。推薦http://www.mcu.cz/modules/news/ - 外文

嵌入式開發的這些網站,到此就介紹完了。希望對你有幫助。

【編輯推薦】

  1. 用于智能、連接性小型導航儀的嵌入式開發工具
  2. ARM嵌入式開發基礎
  3. 幾種Linux嵌入式開發環境的簡單介紹
  4. 讓Perl成為你的嵌入式開發工具
  5. Rational的嵌入式開發解決方案
責任編輯:于鐵 來源: 福利的個人空間
相關推薦

2011-06-10 20:02:55

嵌入式開發

2010-06-09 19:54:04

2011-01-14 13:13:23

嵌入式Linux開發

2010-11-02 14:11:15

SilverlightWPF微軟開發

2009-07-17 16:06:59

ARM嵌入式開發

2010-01-06 09:53:08

嵌入式

2014-07-31 09:33:05

開發者獨立開發者

2010-01-13 09:15:35

嵌入式

2021-10-26 21:50:10

Rust嵌入式開發

2011-07-05 15:42:02

QT 嵌入式 Embedded

2022-03-11 15:44:11

嵌入式開發技巧技術

2011-06-13 14:00:55

Qt Designer linux

2009-12-23 10:33:30

Silverlight

2011-01-06 15:11:09

嵌入式linux

2020-03-23 10:15:10

Google 開源技術

2015-12-04 10:04:53

2021-04-09 10:26:43

Python編程技術

2017-09-20 15:07:32

數據庫SQL注入技巧分享

2025-01-20 00:00:06

Vue開發工具庫

2023-01-27 23:46:36

嵌入式軟件技巧
點贊
收藏

51CTO技術棧公眾號

主站蜘蛛池模板: 精品久久国产 | 亚洲精品视频导航 | 久久日本 | 欧美精三区欧美精三区 | 成人在线视频免费观看 | 亚洲一区在线日韩在线深爱 | 日韩一区二区三区在线 | 99久久99| 人人干人人超 | 亚洲视频一区 | www.男人天堂.com | 嫩草视频免费 | 天天操天天操 | 国产在线精品一区二区三区 | 欧美日韩免费一区二区三区 | 亚洲国产精品久久 | 欧美国产一区二区 | 久久精品欧美一区二区三区麻豆 | 97av视频 | 一级毛片成人免费看a | 免费一级片 | 久久久久9999亚洲精品 | 欧美在线观看一区 | 不卡一区| 国产一二三区精品视频 | 国产精品精品视频一区二区三区 | 韩国精品在线观看 | 天堂av影院 | 久久夜视频 | 欧美一级在线观看 | 国产成人99久久亚洲综合精品 | 最新国产精品精品视频 | 精品欧美激情在线观看 | 日本午夜视频 | 久久久久久蜜桃一区二区 | 国产成人艳妇aa视频在线 | 精品一区久久 | 国产区精品视频 | 美女黄18岁以下禁止观看 | 免费观看日韩精品 | www.色综合|