What's new in the AVR Eclipse Plugin

 

Version
Date
Changes

2.1.0

2008/02/10

New Features:

  • Added C++ Support
  • Added Path Management to select the paths to the AVR GCC toolchain
  • Added Dependency Calculator to the assembler and compiler tools
  • Project Update Converter to update projects created with 2.0.x versions of the plugin
  • Discovery Profile added to automatically discover the build in paths and symbols of the avr-gcc compiler
  • List of target MCU types determined at runtime from the selected avr-gcc compiler
Changes:
  • Target hardware settings now per project instead of per build configuration
  • Changed debug format defaults to "stabs"
  • Added some more options to the compiler tool
  • Added options to select the language standard (ISO C90 / ISO C99 / GNU99 etc.)
Bug Fixes:
  • All known bugs fixed

2.0.1

2007/12/29

Some minor bug fixes

2.0.0

2007/12/27

First release of the rewritten Plugin

New Features:

  • MCU Type and Clock Frequency set only once per configuration
  • Debug and Release build Configurations
  • Application and Static Library build types
  • Builds hex, eep and lss files (user selectable)
  • Assembler integrated into toolchain.
  • A new viewer to show some information about AVR processors
  • Basic documentation incl. a small tutorial on how to create a AVR application project

Bug Fixes:

  • Works with CDT 4.0 / Eclipse 3.3 (CDT 3.0 / Eclipse 3.2 not supported anymore)
  • Optimize for size included in compiler options
  • Windows: Finds paths to the winAVR executables if they are not on the path
  • LIBS and USER_OBJS included in the linking process