2
I Use This!
Activity Not Available

News

Posted over 9 years ago by Kees Bakker
Release Notes? If you really want to know: do a "git log". From the top of my head: bug fixes (issue #25) tested with Eclipse Kepler
Posted over 9 years ago by Kees Bakker
Release Notes? If you really want to know: do a "git log". From the top of my head: bug fixes (issue #25) tested with Eclipse Kepler
Posted over 10 years ago by Kees Bakker
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 ... [More] 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. Finally I decided to bite the bullet and just go for it. Here is 2.4.1 Release Notes? Hmm.I couldn't find release notes for the previous release. There is no "changelog" either. If you really want to know: do a "git log". From the top of my head: support for avrdude 6.x bug fixes the tools path detection was tuned to avoid long delays at start up tested with Eclipse Kepler [Less]
Posted over 10 years ago by Kees Bakker
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 ... [More] 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. Finally I decided to bite the bullet and just go for it. Here is 2.4.1 Release Notes? Hmm.I couldn't find release notes for the previous release. There is no "changelog" either. If you really want to know: do a "git log". From the top of my head: support for avrdude 6.x bug fixes the tools path detection was tuned to avoid long delays at start up tested with Eclipse Kepler [Less]
Posted almost 12 years ago by Thomas Holland
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 ... [More] 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. [Less]
Posted almost 12 years ago by Thomas Holland
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. ... [More] 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 This release is not compatible with the 2.0 versions. To update projects created with a 2.0.x version, a project converter is available. To execute the converter right click on your project and select the "Convert To..." item. Download: Via Updatesite: http://avr-eclipse.sourceforge.net/updatesite/ Or via direct download in the download section. [Less]
Posted almost 12 years ago by Thomas Holland
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: ... [More] 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 Or via the updatesite: http://avr-eclipse.sourceforge.net/updatesite/ [Less]
Posted almost 12 years ago by Thomas Holland
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: - The Assembler tool is now fully working - Some more options for the ... [More] Assembler, Compiler and Size tools See the release notes / change log for more details https://sourceforge.net/project/shownotes.php?group_id=189165&release_id=564796 -- 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 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 https://sourceforge.net/project/showfiles.php?group_id=189165&package_id=221494&release_id=564796 to download this version For more information go to the project homepage at http://avr-eclipse.sourceforge.net [Less]
Posted almost 12 years ago by Thomas Holland
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 ... [More] 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 [Less]
Posted almost 12 years ago by Thomas Holland
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 ... [More] 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...) Please make backups of your projects before using the converter. Please report any bugs and also successfull deployments. [Less]