Skip to content

Commit a9a4c3a

Browse files
authored
Merge pull request #511 from jantje/master
Release 3.1
2 parents bd8a114 + 3c8f429 commit a9a4c3a

File tree

156 files changed

+6669
-15722
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+6669
-15722
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ script:
1111
- sh -c "if $TRAVIS_SECURE_ENV_VARS; then echo Travis SECURE available -- Deploy; else echo Travis SECURE NOT available -- Verify; fi"
1212

1313
#Execute the maven commands depending on SECURE availabilty and print the elapsed time out periodically.
14-
- sh -c "if $TRAVIS_SECURE_ENV_VARS; then ./travis_exec_and_print_time.sh 'mvn deploy -Pall,mars --quiet --settings settings.xml'; else ./travis_exec_and_print_time.sh 'mvn verify -Pall,mars --quiet --settings settings.xml'; fi"
14+
- sh -c "if $TRAVIS_SECURE_ENV_VARS; then ./travis_exec_and_print_time.sh 'mvn deploy -Pall,neon --quiet --settings settings.xml'; else ./travis_exec_and_print_time.sh 'mvn verify -Pall,neon --quiet --settings settings.xml'; fi"
1515

1616
#Several usernames and passwords/tokens are required for deployment.
1717
#When testing on your local/remote setup then you need to set/export env. variables:

Eclipse update site/WebContent/IDECompatibility.shtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<meta name="description" content="">
99
<meta name="author" content="Roberto Lo Giacco">
10-
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
10+
<link rel="shortcut icon" href="http://eclipse.baeyens.it/favicon.ico">
1111

1212
<title>Arduino plugin compatibility with the Arduino IDE</title>
1313

Eclipse update site/WebContent/archived-1.x.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta name="description" content="">
88
<meta name="author" content="Roberto Lo Giacco">
9-
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
9+
<link rel="shortcut icon" href="http://eclipse.baeyens.it/favicon.ico">
1010

1111
<title>Arduino Eclipse IDE - Archive ver 1.x</title>
1212

Eclipse update site/WebContent/archived-2.2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta name="description" content="">
88
<meta name="author" content="Roberto Lo Giacco">
9-
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
9+
<link rel="shortcut icon" href="http://eclipse.baeyens.it/favicon.ico">
1010

1111
<title>Arduino Eclipse IDE - Archive ver 2.2</title>
1212

Eclipse update site/WebContent/archived-2.3.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta name="description" content="">
88
<meta name="author" content="Roberto Lo Giacco">
9-
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
9+
<link rel="shortcut icon" href="http://eclipse.baeyens.it/favicon.ico">
1010

1111
<title>Arduino Eclipse IDE - Archive ver 2.3</title>
1212

Eclipse update site/WebContent/archived-2.4.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta name="description" content="">
88
<meta name="author" content="Roberto Lo Giacco">
9-
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
9+
<link rel="shortcut icon" href="http://eclipse.baeyens.it/favicon.ico">
1010

1111
<title>Arduino Eclipse IDE - Archive ver 2.4</title>
1212

Eclipse update site/WebContent/blank_page.shtml

Lines changed: 0 additions & 53 deletions
This file was deleted.

Eclipse update site/WebContent/faq.shtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta name="description" content="">
88
<meta name="author" content="Roberto Lo Giacco">
9-
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
9+
<link rel="shortcut icon" href="http://eclipse.baeyens.it/favicon.ico">
1010

1111
<title>Arduino Eclipse Plugin - FAQs</title>
1212

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
Arduino IDE
22
============
3-
From the plugin's perspective there are 2 Arduino IDE versions.
3+
From the plugin's perspective there are 3 Arduino (IDE) versions.
44

5-
The pre 1.5.x and the others.
6-
7-
Pre 1.5.x (f.i Arduino IDE 1.0.6) needs version 1 of the plugin.
8-
9-
Version 1 does not come as product and is very limited in support.
10-
11-
Version 2 of the Arduino Eclipse plugin needs an Arduino IDE 1.5.x and also comes packaged as a product.
5+
V1 of sloeber uses the pre 1.5.x Arduino IDE.
6+
V2 of sloeber uses Arduino IDE 1.5.x up to 1.6.x (with many gaps)
7+
V3 of slober uses the Arduino formatted json files. As such the Arduino IDE as a installable package is no longer needed.

Eclipse update site/WebContent/fragments/getting-started/avrdude.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Avrdude
33

44
Well, not really...
55

6-
Avrdude is a tool used to upload your sketch onto an avr. It is delivered as part of the Arduino IDE and probably will be part of the Arduino IDE as Arduino IDE uses this tool as well.
6+
Avrdude is a tool used to upload your sketch onto an avr based board. It is delivered as part of the Arduino IDE and probably will be part of the Arduino IDE as Arduino IDE uses this tool as well.
77

8-
However it should be better to name this section "uploaders" as the Arduino Eclipse plugin also supports bosac (Teensy) and other upload protocols (like for uploading Yun over the network)
8+
However it should be better to name this section "uploaders" as the Arduino Eclipse plugin also supports bosac (Teensy) and other upload protocols (like for uploading Yun over the network) or ESP8266.
99

1010
But in Arduino world Avrdude is the best know uploader.

0 commit comments

Comments
 (0)