AVR_ProgrammingTools
Some tools useful for C programming of AVR chips. Most of them are open source:
- IDE's (Integrated development environments)
eclipse general purpose open source IDE, written in Java
eclipse-cdt plugin for C/C++ development with eclipse
- Software Documentation
- Software Analysis
- Software Specification
Enterprise Architect UML Design Tool. Very powerful, commercial but cheap, no official support of C
I would NOT suggest eclipse for very small projects.
It's a very powerful tool but needs a lot of time to find out how to do the things you want it to do.
Programming Libraries
freertos small, open source real time kernel (RTOS) written in c
uIP and 1wIP small IP Stack implementations
download: http://www.laskater.com/projects/uipAVR.htm
back to AVR-GCC