Skip to content

Releases: Sloeber/arduino-eclipse-plugin

Release 4.2 more boards easier library usage

21 Nov 01:07
Compare
Choose a tag to compare

The Sloeber product runs on Java 9.
When Sloeber starts it will do some tests and warn you if settings are "not supported".

Much better implementation of the build leading to far better compatibility for libraries and boards.

  • More than 400 boards compile the default sketch without errors.
  • More than 4000 library examples compile without errors out of the box

Automatically install libraries on usage.

  • Simply add #include "lib.h" to your code
  • saving (or trigger the indexer in another way)
  • The library lib will be installed
  • The library lib will be imported into your project.

Jantjes libraries and hardware has been added as default libraries and hardware. Now debugging and unit testing is easier than ever.

A option to select the toolchain the "Arduino way" (take the latest). This makes many boards run "out of the box" but as a demanding programmer you may prefer the "Sloeber way" (take the version specified in the json file).

When you only change the port in the "project properties->arduino" no longer a recompile is enforced.

And many other fixes

Release V4.1

25 May 20:07
Compare
Choose a tag to compare

This release fixes issues with / and \ in windows
Adds the possibility to use library json's
Fixes the update of json (well in V4.0 updates didn't happen)
Updates the arduino version define
Better support for version control, renaming projects, moving workspaces and eclipse runtime
New icons
New menu entries in the arduino menu
Windows 32 and 64 bit contain jre (no need to install java)

Release 4.0

16 Jan 22:46
Compare
Choose a tag to compare

4.0 is the first real Sloeber release. Not only is there now a Sloeber github repository but all baeyens.it references have changed to sloeber.io
This means that for eclipse V3.1 and V4.0 are completely different.
You can (but should not) install V3.1 or earlier and V4.0 and later in the same eclipse instance. It may be fun for some time but that won't last.
New and noteworthy are:
-adding lots of other boards
-added support for debugging
-improvements to ino file processing: extern C, defines before includes,classes
-rename scope to plotter

Release 3.1

14 Nov 01:17
Compare
Choose a tag to compare

Release 3.1 or the first Sloeber :-)

Toddler or V3.0

01 Apr 00:06
Compare
Choose a tag to compare

Now with own boards and library manager. Fully functional but it has some rough edges.

Version 2.4

07 Dec 17:17
Compare
Choose a tag to compare

It's been so long since the last release I can't recal what has been fixed and added

Arduino plugin V2.2 introduces the scope

19 Dec 23:05
Compare
Choose a tag to compare

This is the second release of the V2 of the arduino plugin.
Lots of changes have been included. The most important are (no specific order)
Support for yun (even remote upload)
A new scope that will allow you to see evolutions much better
A product. This makes installation for people not wanting to integrate in an existing setup much easier.
A debug configuration
Possibility to have a custom template to start from.
There is better support for the com port in unix.
plenty of bug fixes: Here are the most important ones.
#107
#109
#95
#87
#38 (kepler support)
#42
#106
#75
#61
#26