Release Notes? If you really want to know: do a "git log". From the top of my head:
The 2.4.1 beta has been hanging around for a while and seems to be working alright. So what's the point in waiting? Well, one reason it took so long is that I don't know what the release procedure should be. There is no documentation about it. All I have is a Maven command (mvn clean install) and that results in a subdirectory with some JARs. The problem however is that the directory contents of the current updatesite is totally different from what my Maven command produces.... read more
The AVR Eclipse Plugin version 2.3.0 had a nasty bug that could cause the Plugin to fail completely (java.lang.NoClassDefFoundError Exceptions)
This bug has been fixed with 2.3.1
If you are using 2.3.0 you only need to upgrade to 2.3.1 if you are seeing these Java exceptions.
The AVR Eclipse Plugin adds support for the avr-gcc toolchain to the Eclipse IDE. With this plugin you can develop and deploy applications for the Atmel AVR series of 8-bit embedded processors.
It is platform independent and is known to work with Windows, Linux and Mac OS X.
What's new
Take a look here to see what's new together with some screenshots:
http://avr-eclipse.sourceforge.net/user%20manual/other/whatsnew.html... read more
The AVR Eclipse Plugin adds support for the avr-gcc toolchain to the Eclipse IDE. With this plugin you can develop and deploy applications for the Atmel AVR series of 8-bit embedded processors.
It is platform independent and is known to work with Windows, Linux and Mac OS X.
What's new
Take a look here to see what's new together with some screenshots:
http://avr-eclipse.sourceforge.net/user%20manual/other/whatsnew.html... read more
AVR Eclipse is a plugin for Eclipse to help develop applications for the AVR series of microcontrollers from Atmel.
Version 2.1.1 fixes two bugs in the 2.1 release.
Release Notes / Changelog are here: https://sourceforge.net/project/shownotes.php?group_id=189165&release_id=586867
This release can be downloaded directly from SourceForge:
https://sourceforge.net/project/showfiles.php?group_id=189165&package_id=221494&release_id=586867... read more
To improve the support for the AVR Eclipse Plugin, a maillist has been established and a Wiki has been created.
Both are open to anyone (not just SourceForge members)
To subscribe to the maillist (or take a look at the - currently almost empty - archive, go to
https://lists.sourceforge.net/lists/listinfo/avr-eclipse-user
The wiki can be found here
http://avr-eclipse.wiki.sourceforge.net/
It is far from complete, but maybe you can find some useful information already.
AVR-Eclipse is a pair of plugins for the Eclipse IDE which adds toolchain support, through CDT, for the gcc compiler for the Atmel AVR series of microcontrollers, and adds a toolbar button to allow quick download of produced code to a target device.
This is an intermediate release with both bug fixes and new features.
Release Notes / Changelog are here: https://sourceforge.net/project/shownotes.php?group_id=189165&release_id=575495... read more
While I still need to work on the documentation I have uploaded a beta version of the upcoming 2.1 release. While the avrdude support is still missing (will be in 2.2), the 2.1 release adds C++ support, an improved path management and numerous smaller changes.
For details see the changelog at https://sourceforge.net/project/shownotes.php?group_id=189165&release_id=573812
Version 2.1 is not quite compatible with 2.0. There is a converter to upgrade projects created with a 2.0 release of this plugin (Project -> right click -> Convert To...)... read more
This is a bugfix release with some minor feature additions.
Most important, the Size tool bug on non-winAVR toolchains has been fixed. Other noteworthy changes are:
See the release notes / change log for more details
https://sourceforge.net/project/shownotes.php?group_id=189165&release_id=564796 ... read more
The AVR Eclipse Plugin provides some tools and settings for developing C programs for the ATMEL AVR series of embedded processors with the Eclipse IDE.
The new version 2.0.0 is a complete rewrite of the previous version.
New Features and major changes:
Setting of target MCU Type and Clock Frequency (once per build configuration)
Debug and Release build Configurations
Application and Static Library build types (static lib not tested yet)
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
The recommended way to download the plugin is via the Eclipse update manager.
See http://avr-eclipse.sourceforge.net/index.html#download on how to set this up.
As an alternative the plugin can also be downloaded as a zip file for manual installation in your Eclipse Directory.
Go to http://downloads.sourceforge.net/avr-eclipse/de.innot.avreclipse-2.0.0.20071227PRD.zip to download this version
For more information go to the new project homepage at http://avr-eclipse.sourceforge.net
AVR Plugins for Eclipse adds a project type to the Eclipse CDT Managed Build environment for working with the Atmel AVR series of microcontrollers.
This minor update fixes an issue with quotes on non-Windows platforms.
This release fixes the following tracker items:
(1772958) Quotes break downloading on *nix and Mac OS X
You can download this version from http://downloads.sourceforge.net/avr-eclipse/20070813-avr-eclipse.zip
For more information http://sourceforge.net/projects/avr-eclipse
AVR Plugins for Eclipse adds a project type to the Eclipse CDT Managed Build environment for working with the Atmel AVR series of microcontrollers.
This release fixes several bugs with path handling, adds the ability to enable/disable a pre-download confirmation box, and fixes a linker command pattern bug, and now presents the AVRDUDE output on the console instead of a buggy dialog.
This release fixes the following tracker items:
(1768975) Lack of quotes around filenames
(1768977) System path separator not used
(1751703) Option to disable confirmation dialog
(1752271) Use current build config (partial fix)
(1752272) AVRDUDE error logging and dialog
(1768981) Eclipse responsiveness during download
(1752958) Command line pattern needs changed
You can download this version from http://downloads.sourceforge.net/avr-eclipse/20070807-avr-eclipse.zip
For more information http://sourceforge.net/projects/avr-eclipse
AVR Plugins for Eclipse adds a project type to the Eclipse CDT Managed Build environment for working with the Atmel AVR series of microcontrollers.
This release brings several small user requested enhancements, along with a nice wizard page, contributed by Manuel Stahl, which allows choosing AVR type and speed directly at project creation.
This release closes the following tracker items:
(1741966) Add stk500v2 option to avrdude prefs.
(1741187) Add Other Arguments field to linker preferences.
(1696145) Add wizard page to set target and frequency.... read more
This release adds support for all devices listed in current avr-libc and avrdude documentation. Also, the avrdude plugin gains a preference to enable or disable the fuse safe mode feature. Otherwise, everything is functionally the same.
Everything is in subversion now, the readme has been updated, and the first release is available in the downloads section, so everything should be there for anyone wanting to either just use the plugins or to contribute to their development.