IDE for AVR Microcontrollers
Go to file
2024-10-15 01:37:02 +02:00
ACEView@6928d3ce72 Unflip headers and footers when printing to PDF 2016-11-22 02:09:10 +01:00
Artwork Add serial window 2014-12-29 07:35:07 +01:00
AVRsack Modernize 2024-10-15 01:37:02 +02:00
AVRsack.xcodeproj Modernize 2024-10-15 01:37:02 +02:00
AVRsackTests Address simple Fix-it's 2016-11-13 12:03:51 +01:00
Screenshots Add initial screen shot 2016-11-22 23:31:15 +01:00
.gitignore Add .gitignore 2014-12-31 04:22:40 +01:00
.gitmodules Make ACEView a submodule 2015-12-13 01:00:30 +01:00
README.md Created README 2016-11-22 23:32:20 +01:00

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

AVRsack was written and designed by Matthias Neeracher microtherion@gmail.com

For editing text, AVRsack relies on Michael Robinson's ACEView, a Cocoa wrapper for the Ace code editor.

![Basic screenshot] (https://github.com/microtherion/AVRsack/raw/master/Screenshots/AVRsack.png)