Skip to content

Commit 0db3a41

Browse files
committed
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.
1 parent fcd1088 commit 0db3a41

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ script:
4040
- make -C qemu-arm test
4141
- make -C stmhal
4242
- make -C stmhal -B MICROPY_PY_WIZNET5K=1 MICROPY_PY_CC3K=1
43-
- make -C stmhal BOARD=STM32F4DISC
43+
- make -C stmhal BOARD=STM32F7DISC
44+
- make -C stmhal BOARD=STM32L476DISC
4445
- make -C teensy
4546
- make -C cc3200 BTARGET=application BTYPE=release
4647
- make -C cc3200 BTARGET=bootloader BTYPE=release

0 commit comments

Comments
 (0)