aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George2016-12-05 11:09:42 +1100
committerDamien George2016-12-05 11:25:37 +1100
commit0db3a41f0285ecdebc14f520a031eb5e0c2a30c9 (patch)
tree4df7e2c914ff623adca3ff382d80d901a211a6b7
parentfcd10882bd95752192e61457f08b9877ee404f13 (diff)
travis: Build STM32 F7 and L4 boards under Travis CI.
The STM32 F7 and L4 boards use significantly different code to the F4 boards so it's important to test them with CI. To keep CI build times within a reasonable limit the STM32F4DISC board is no longer built, it's anyway very similar to the standard F4 build for PYBv1.0.
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4acca3e10..1bac66fe0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,7 +40,8 @@ script:
- make -C qemu-arm test
- make -C stmhal
- make -C stmhal -B MICROPY_PY_WIZNET5K=1 MICROPY_PY_CC3K=1
- - make -C stmhal BOARD=STM32F4DISC
+ - make -C stmhal BOARD=STM32F7DISC
+ - make -C stmhal BOARD=STM32L476DISC
- make -C teensy
- make -C cc3200 BTARGET=application BTYPE=release
- make -C cc3200 BTARGET=bootloader BTYPE=release