summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2016-06-03 02:52:39 +0200
committerChristian Pointner <equinox@spreadspace.org>2016-06-03 02:52:39 +0200
commit735ba437336563e10ea8326f6f63b81593463a26 (patch)
treeaef930715a13f5036ba62cfb153b14c7fb5127d6 /contrib
parentfastled now works on mimimus32 (diff)
updated to PJON 3.0 Release
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
index 6e87923..b09e6c0 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -24,9 +24,10 @@
LUFA_VERSION := 151115
FASTLED_VERSION := 3.1.0
+PJON_VERSION := 3.0
BMP180_VERSION := V_1.1.2
-all: download-lufa download-fastled update-pjon update-teensy-loader download-bmp180
+all: download-lufa download-fastled download-pjon update-teensy-loader download-bmp180
download-lufa: LUFA-${LUFA_VERSION}.zip
@@ -34,9 +35,9 @@ LUFA-${LUFA_VERSION}.zip:
wget "http://www.github.com/abcminiuser/lufa/archive/$@" -O "$@"
unzip $@
-download-fastled: FastLED-v${FASTLED_VERSION}.zip
+download-fastled: FastLED-${FASTLED_VERSION}.zip
-FastLED-v${FASTLED_VERSION}.zip:
+FastLED-${FASTLED_VERSION}.zip:
wget "https://github.com/FastLED/FastLED/archive/v${FASTLED_VERSION}.zip" -O "$@"
unzip $@
cd FastLED-${FASTLED_VERSION}; patch -p1 < ../fastled4minimus32.patch
@@ -47,12 +48,11 @@ BMP180-${BMP180_VERSION}.zip:
wget "https://github.com/sparkfun/BMP180_Breakout_Arduino_Library/archive/${BMP180_VERSION}.zip" -O "$@"
unzip -j $@ -d BMP180-${BMP180_VERSION}/ \*/src/\*
-.pjon.prepared:
- git clone https://github.com/gioblu/PJON.git
- touch $@
+download-pjon: PJON-${PJON_VERSION}.zip
-update-pjon: .pjon.prepared
- cd PJON; git pull
+PJON-${PJON_VERSION}.zip:
+ wget "https://github.com/gioblu/PJON/archive/${PJON_VERSION}.zip" -O "$@"
+ unzip $@
.teensy-loader.prepared:
git clone https://github.com/PaulStoffregen/teensy_loader_cli.git