AVRSIDE-free alternative IDE for WINAVR

Author (Jurek Szczesiul) of AVRSIDE program decided that there is not enough functionality with standard Programmers Notepad. He started to write his own IDE, which expands functionality and usability. Project is still in development stage but looks very promising.

avrside_editor.jpg

Main features are:

  • SDI interface model with as much space for code as possible;

  • creating single/multifile projects;

  • compile and make / build operations available;

  • makefiles edition - directly set options you need;

  • compilation log file creation;

  • different syntax highlighting for C and ASM;

  • jump - to - error makes easy code cleaning;

  • avr - gcc assembler code preview for single file and whole project;

  • multi file project import from any folder;

  • auto creating dependencies for header files;

  • libraries manager;

  • simple symbols browser;

  • code templates and avrlibc functions auto-completion;

  • automatic hint for function declaration

  • number of searching tools;

  • embedded ISP interfaces based on com port and USB.

Project page of AVRSIDE. Download AVRSIDE from here.

Blogsphere: TechnoratiFeedsterBloglines
Bookmark: Del.icio.usSpurlFurlSimpyBlinkDigg
RSS feed for comments on this post
 |  TrackBack URI for this post

New on WinAVR Tutorial
Running TX433 and RX433 RF modules with AVR microcontrollers,
Sometimes in embedded design you may want to go wireless. Might be you will want to log various readi …
Programming AVR ADC module with WinAVR,
Most of AVR microcontrollers have Analog to Digital Converter (ADC) integrated in to chip. Such solut …
New on WinARM Tutorial
What are differences between WinARM and WinAVR,
Everyone who is working with AVR microcontrollers knows this powerful tool – WinAVR (http://win …
LPC2000 watchdog timer,
As in all microcontrollers watchdog timers purpose isto reset microcontroller after reasonable amount …

Leave a Reply