Skip to content

Commit b127299

Browse files
committed
389: Add category to update site
* Added the product. * Removed lengthy old feature description * Added Jan's website to the feature description
1 parent 7213d55 commit b127299

File tree

1 file changed

+8
-104
lines changed

1 file changed

+8
-104
lines changed

it.baeyens.arduino.feature/feature.xml

Lines changed: 8 additions & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -5,112 +5,9 @@
55
version="3.0.0.qualifier"
66
provider-name="Jan Baeyens">
77

8-
<description url="http://www.example.com/description">
8+
<description url="http://baeyens.it/eclipse/">
99
This feature allows easy creation of Arduino projects in an Eclipse
1010
environment.
11-
The main features are
12-
a new arduino sketch wizard
13-
a import library wizard
14-
a button to build the project
15-
a button to upload to the arduino board
16-
a project property page allowing to change the arduino board
17-
type and the port the arduino is using.
18-
Version 2_1_4
19-
Support for multiple configurations
20-
Support for aternative soze command
21-
Support for extentions to the C C++ compile instructions
22-
Implementation of the eep compiler
23-
Added flag to platform.txt to skip the archiver
24-
New Arduino Icons
25-
Support for Teensy 3
26-
Hard coded Teensy uploaded comands are now using Platform.txt
27-
Longer wait times for upload
28-
Fix for due compilation
29-
Version 2_0_0
30-
New version for Arduino IDE 1.5.2 compatibility and without avr-eclipse
31-
This version runs with Juno Only
32-
Arduino project and sketch are in one eclipse project
33-
Fixed problems with the indexer
34-
Support for multiple boards.txt files added
35-
Support for teensy added
36-
Version 1_2_5
37-
Cleaned up so that leonardo_test is not in the include path
38-
Sorted the list of Arduino Boards
39-
Version 1_2_4
40-
Added Leonardo support
41-
Undid the &quot;Fixed a bug on MAC when AVRPaths searches..)
42-
Disabled searching for paths (other fix for the above undo)
43-
Note 1_2_3 is not configurable on MAC.
44-
Version 1_2_3
45-
Added a serial test button to test the serial library in the
46-
preference page
47-
Fixed a bug to support non arduino cores (the correct include
48-
folder is
49-
now set)
50-
Fixed a bug on MAC when AVRPaths searches for the location of
51-
G++ AvrDude and others. (no MAC search as been added but the
52-
POSIX is no longer used in case of mac)
53-
Added suport for specific c compile, c++ compile and link instructions
54-
the keys to be added to the boards.txt are
55-
[board id].build.cpp.options
56-
[board id].build.c.options
57-
[board id].build.link.options
58-
fixed the bug that when the &quot;private library&quot; is not selected
59-
the eclipse environment is not setup properly. If not set a error
60-
will pop up. it should not be possible to exit the preferences
61-
without setting it.
62-
Version 1_2_2
63-
Added multiple library import
64-
Added support for other cores than the Arduino (boards.txs file
65-
attrribute XX.build.core)
66-
Added serial monitor
67-
version 1_2_1
68-
Changed the lib for MAC os to a 4 architecture lib.
69-
version 1_2_0
70-
Added Com functionality.
71-
Available Com ports are listed where you can select a com port
72-
Now all arduino boards are reset when doing an upload.
73-
adde , to the list of non allowed characters
74-
version 1_1_6
75-
Some board names contain ( and ) which gives problems when creating
76-
the arduino project names.
77-
This has been fixed now.
78-
When importing a library the selected project is used as the
79-
default project.
80-
Error handling during import pops up now
81-
Version 1_1_5
82-
Mac os is supported now. This means the errors have been removed
83-
and the default values should be ok.
84-
Version 1_1_3
85-
Fixes a bug that the latest used com port is used to uload a
86-
file to arduino. Now the correct set port is used.
87-
version 1_1_2
88-
The ARDUINO define is now built based on the version.txt file.
89-
The in eclipse define has been removed.
90-
version 1_1_1
91-
includes better error reporting (now errors are also shown in
92-
a dialog box and not only logged in the error log.
93-
Bixes a bug when that made the referenced project corrupt when
94-
changing the arduino board.
95-
version 1_1_0 is a major change.
96-
It fixed the incompatibilities with arduino 1.0
97-
Therfore the arduino core library is replaced by arduino board
98-
library (ths was needed due to the pins_arduino
99-
I ow use the programmer as described in boards.txt
100-
version 1_0_9 fixed unix incompatibilities
101-
version 1_0_8 fixed the ok button not enabled in preference page
102-
version 1_0_7 changed licence agreement and fixes issues
103-
import of arduino library subforder &quot;utilities&quot;
104-
the c perspective is now proposed when a new project is created.
105-
version 1_0_6 add import library functionality
106-
previous versions are no longer available
107-
This is a plugin build upon the avr-eclise plugin.
108-
I included the avr-eclipse source code in this feature because
109-
I had to make some changes and didn&apos;t want to wait for the next
110-
version of the avr-eclipse plugin.
111-
To avoid conflict I had to rename de .innot to it.baeyens. I
112-
kept the same ID to keep the plugins data compatible.
113-
Jan
11411
</description>
11512

11613
<copyright>
@@ -179,4 +76,11 @@ If you do not agree with this policy, then please do not install this software.
17976
version="3.0.0.qualifier"
18077
unpack="false"/>
18178

79+
<plugin
80+
id="it.baeyens.arduino.product"
81+
download-size="0"
82+
install-size="0"
83+
version="3.0.0.qualifier"
84+
unpack="false"/>
85+
18286
</feature>

0 commit comments

Comments
 (0)