summaryrefslogtreecommitdiff
path: root/contrib/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2016-06-03 02:32:40 +0200
committerChristian Pointner <equinox@spreadspace.org>2016-06-03 02:32:40 +0200
commitf4050e53de1ba899dcdb75d9cb63a95b46063314 (patch)
tree250386fe83bb462aa2ff5eb030c02d39d703f7c3 /contrib/Makefile
parentbmp180 pressure sensor, just lacks arduino i2c-wire-lib and testing (diff)
fastled now works on mimimus32
Diffstat (limited to 'contrib/Makefile')
-rw-r--r--contrib/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
index be93ef2..6e87923 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -23,7 +23,7 @@
##
LUFA_VERSION := 151115
-FASTLED_VERSION := v3.1.0
+FASTLED_VERSION := 3.1.0
BMP180_VERSION := V_1.1.2
all: download-lufa download-fastled update-pjon update-teensy-loader download-bmp180
@@ -34,11 +34,12 @@ LUFA-${LUFA_VERSION}.zip:
wget "http://www.github.com/abcminiuser/lufa/archive/$@" -O "$@"
unzip $@
-download-fastled: FastLED-${FASTLED_VERSION}.zip
+download-fastled: FastLED-v${FASTLED_VERSION}.zip
-FastLED-${FASTLED_VERSION}.zip:
- wget "https://github.com/FastLED/FastLED/archive/${FASTLED_VERSION}.zip" -O "$@"
+FastLED-v${FASTLED_VERSION}.zip:
+ wget "https://github.com/FastLED/FastLED/archive/v${FASTLED_VERSION}.zip" -O "$@"
unzip $@
+ cd FastLED-${FASTLED_VERSION}; patch -p1 < ../fastled4minimus32.patch
download-bmp180: BMP180-${BMP180_VERSION}.zip