1.
1. An interesting AVR tutorial focusing on GCC under Linux
http://www.linuxfocus.org/English/November2004/article352.shtml - 外文
2. AVR单片机GCC编程
一个非常好的文章,关于利用GCC在LINUX系统进行AVR单片机编程。
http://www.linuxfocus.org/ChineseGB/March2002/article231.shtml - 外文
3. AVR C Runtime Library
The C runtime library for the AVR family of microcontrollers. For use with GNU toolset (Binutils, GCC, GDB, etc.) 代码库,推荐!
http://savannah.nongnu.org/projects/avr-libc/ - 外文
4. 从MCS51向AVR的快速转换
http://www.mcuok.com/avr/MCS51ToAVR.htm - 中文
5. AVR单片机实验室
http://www.527dz.com/AVR lab/avr_new.htm - 中文
6. 一张非常不错的ASCII编码表,在写程序时,谁没用过ASCII编码呢?
http://www.lookuptables.com/ - 外文
7. FAT16-32 File System Driver for ATMEL AVR
http://www.e-armazem.com.br/dev/fat16-32driver/ - 外文
8. avr-libc-》Frequently Asked Questions
http://www.nongnu.org/avr-libc/user-manual/FAQ.html - 外文
9. 21IC 的单片机 -设计文档中心
http://mcu.21ic.com/ - 中文
10. AVR JTAG MICRO ICE MINI HOWTO(怎样使用AVR JTAG)
http://www.vanka.net/microice/avr-jtag-microice-mini-howto.htm - 外文
11. 一些AVR源代码
http://www.bdmicro.com/code/ - 外文
12. 有些ARV技术文档,比如FFT,推荐看看
还有一下算法块,小日本的。
* 8bit x 8bit multiply(signed/unsigned)
* 16bit x 16bit multiply(signed/unsigned)
* 32bit x 32bit multiply(signed/unsigned)
* 8bit / 8bit division(unsigned)
* 16bit / 16bit division(unsigned)
* 24bit / 24bit division(unsigned)
* 32bit / 32bit division(unsigned)
* 16bit fast squareroot
* 32bit fast squareroot
* CRC generation and check
* Binary(8/16bit unsigned) -> decimal string
* Binary(8/16/32bit signed) -> decimal string
* Binary(8/16/32bit) -> hexdecimal string
* Decimal string -> binary (16bit unsigned)
* Decimal string -> binary (32bit signed)
* Hexdecimal string -> binary (32bit)
* Packed BCD -> binary (32bit)
* FIFO control

http://elm-chan.org/cc_e.html - 外文
13. mc-project.de some avr 代码,德文,可以看懂的.
http://mc-project.de/Pages/AVR/Programme/Programme.html - 外文
14. One-shot timer library for AVR-GCC
一些关于定时处理的小函数
http://www.sax.de/~joerg/avr-timer/ - 外文
15. AVR JTAG OCD (Private) Commands
http://savannah.nongnu.org/download/freeice/AVR-OCD-Documentation.html - 外文
16. AVR MINI THREADS v.1.02
AVR MINI THREADS v.1.02
nanoKernel for the AVR AT90S1200

http://www.lancos.com/mthreads.asm.html - 外文