I’ve written a development environment for AVR microcontrollers that is geared towards AVRStudio and Arduino users. I have just posted the first alpha and I’m looking for the first batch of users to use it, test it out and give me feedback.
Here’s some teaser screenshots so you’ll actually go to my link and try it out
http://frank.circleofcurrent.com/pics/a … editor.png http://frank.circleofcurrent.com/pics/a … wizard.pnghttp://frank.circleofcurrent.com/pics/a … config.png
Distiguishing Features
-
Scintilla editor, with configurable syntax highlighting and indentation preferences
-
Docking subwindows and tabs, with workspace preference saved upon exit and reloaded at startup
-
Backs up open files with modifications in configurable time intervals
-
Supports the building of C, C++, and Arduino projects using WinAVR
-
Quickly configure AVRDUDE and burn your project right from the editor
-
Customizable project templates, apply as much or as little settings as you want
-
Customize your help menu with bookmarks which you can edit through an XML file, even launch your own applications
Compatibility Features
-
Import and export .aps files used by AVRStudio
-
Generates makefiles, or run your own makefile
-
Build process automatically detects Arduino code and builds that code in a way identical to how Arduino actually builds its code
AVRStudio Related Improvements
-
Uses AVRDUDE so you can use non-official programmers from within the editor
-
Configuration manager is very familiar
Arduino Related Improvements
-
Serial port terminal that supports escape sequences and displays non-printable characters
-
More project configurability
-
Apply an Arduino template to quickly choose your Arduino flavor, the chip will be choosen, clock speed set accordingly, and AVRDUDE will be set to use the bootloader.
Interested? Get it here: