diff --git a/README.md b/README.md new file mode 100644 index 0000000..1ef50d3 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# AVRsack + +`AVRsack` is an integrated development environment for the Atmel AVR series of microcontrollers. +It is designed to be an alternative for the Arduino 1.0.x application, offering: + +* A more powerful text editor with a variety of styles. +* A more powerful build system with incremental rebuilds. +* A more powerful upload system with finer grained control over logging. +* Full build/upload logs without arbitrary size restrictions. +* Support for handling multiple simultaneous serial ports. +* Support for assembly programming and disassembly of object code. +* Support for alternate AVR toolchains, such as [Crosspack-AVR](https://www.obdev.at/products/crosspack/index.html) + +`AVRsack` was written and designed by Matthias Neeracher + +For editing text, `AVRsack` relies on Michael Robinson's [ACEView](https://github.com/faceleg/ACEView), +a Cocoa wrapper for the [Ace](http://ace.c9.io) code editor. + +![Basic screenshot] +(https://github.com/microtherion/AVRsack/raw/master/Screenshots/AVRsack.png)