Browse Source

New Arduino version (1.8.5) and small 'echo' fix.

majekw 7 years ago
parent
commit
808bc45b53
3 changed files with 5 additions and 4 deletions
  1. 1 1
      .travis.yml
  2. 2 1
      docs/arduino-gcc-versions.md
  3. 2 2
      scripts/travis-build.sh

+ 1 - 1
.travis.yml

@@ -12,7 +12,7 @@ env:
 #    - ARDUINO_VERSION=1.0.6
 #    - ARDUINO_VERSION=1.0.6
     - ARDUINO_VERSION=1.6.9
     - ARDUINO_VERSION=1.6.9
 #    - ARDUINO_VERSION=1.6.13
 #    - ARDUINO_VERSION=1.6.13
-#    - ARDUINO_VERSION=1.8.4
+#    - ARDUINO_VERSION=1.8.5
   matrix:
   matrix:
     - OPTIBOOT_TARGET=bobuino
     - OPTIBOOT_TARGET=bobuino
     - OPTIBOOT_TARGET=diecimila
     - OPTIBOOT_TARGET=diecimila

+ 2 - 1
docs/arduino-gcc-versions.md

@@ -38,4 +38,5 @@ based on Linux versions.
 |1.8.1    |4.9.2    |same as 1.8.0| |
 |1.8.1    |4.9.2    |same as 1.8.0| |
 |1.8.2    |4.9.2    |recompiled, new toolchains, lot of changes| |
 |1.8.2    |4.9.2    |recompiled, new toolchains, lot of changes| |
 |1.8.3    |4.9.2    |same as 1.8.2| |
 |1.8.3    |4.9.2    |same as 1.8.2| |
-|1.8.4    |4.9.2    |same as 1.8.2| yes |
+|1.8.4    |4.9.2    |same as 1.8.2| |
+|1.8.5    |4.9.2    |same as 1.8.2| yes |

+ 2 - 2
scripts/travis-build.sh

@@ -30,11 +30,11 @@ function download_and_unpack()
 
 
     # check if tools are already in place
     # check if tools are already in place
     if [ -d arduino-$1/hardware/tools/avr ]; then
     if [ -d arduino-$1/hardware/tools/avr ]; then
-	echo "Package $ver already downloaded and extracted, skipping"
+	echo "Arduino version $1 already downloaded and extracted, skipping"
 	return
 	return
     fi
     fi
 
 
-    echo "Downloading version $1"
+    echo "Downloading Arduino version $1"
     
     
     # default package extension
     # default package extension
     local arduExt="tar.xz"
     local arduExt="tar.xz"