From 373284e1281f8de0654e5252276f5ae8238d68a0 Mon Sep 17 00:00:00 2001 From: Richard Meadows <962920+richardeoin@users.noreply.github.com> Date: Fri, 22 Nov 2019 12:34:04 +0000 Subject: [PATCH] Add 747cm7/757cm7 dualcore parts to Travis, remove 742/750 Removing parts that are not explicitly listed as supported in README --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b6ca55af..008e326a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,14 +17,12 @@ before_script: - rustup target add thumbv7em-none-eabihf env: -- MCU=stm32h742 - MCU=stm32h743 - MCU=stm32h753 -- MCU=stm32h750 -- MCU=stm32h742v - MCU=stm32h743v - MCU=stm32h753v -- MCU=stm32h750v +- MCU=stm32h747cm7 +- MCU=stm32h757cm7 matrix: allow_failures: