aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorFabien Poussin <fabien.poussin@gmail.com>2018-03-15 12:06:59 +0100
committerGitHub <noreply@github.com>2018-03-15 12:06:59 +0100
commitf8fbfbd2486c95550c188653f390366664dffc3f (patch)
tree00e89b56addd66fbcaac29e8f951e365f5eb70e8 /tools
parent424c7a2717fb6b2a847cec5c0060e3236f25e97f (diff)
parent7a9ddb8ada6195cf7f869502b9cc197766027ad2 (diff)
downloadChibiOS-Contrib-f8fbfbd2486c95550c188653f390366664dffc3f.tar.gz
ChibiOS-Contrib-f8fbfbd2486c95550c188653f390366664dffc3f.tar.bz2
ChibiOS-Contrib-f8fbfbd2486c95550c188653f390366664dffc3f.zip
Merge pull request #149 from marcoveeneman/improve_tiva_makefiles
Improve tiva makefiles
Diffstat (limited to 'tools')
-rw-r--r--tools/travis/script.sh11
1 files changed, 7 insertions, 4 deletions
diff --git a/tools/travis/script.sh b/tools/travis/script.sh
index 103ccc1..e70b114 100644
--- a/tools/travis/script.sh
+++ b/tools/travis/script.sh
@@ -4,6 +4,10 @@ set -ex
export PATH=/tmp/gcc-arm-none-eabi-4_9-2015q3/bin:$PATH
+cd ../ChibiOS-RT/ext
+7z x lwip-2.0.3-patched.7z
+cd -
+
git checkout -- .
git clean -xfd
make -C demos/TIVA/RT-TM4C123G-LAUNCHPAD
@@ -12,10 +16,9 @@ git checkout -- .
git clean -xfd
make -C demos/TIVA/RT-TM4C1294-LAUNCHPAD
-# This demo needs LWIP, it is disabled for now.
-# git checkout -- .
-# git clean -xfd
-# make -C demos/TIVA/RT-TM4C1294-LAUNCHPAD-LWIP
+git checkout -- .
+git clean -xfd
+make -C demos/TIVA/RT-TM4C1294-LAUNCHPAD-LWIP
git checkout -- .
git clean -xfd