From 9464307cb5f6e840c81f246294af81962fd87438 Mon Sep 17 00:00:00 2001 From: Noah Laptop Date: Thu, 21 May 2020 08:56:34 -0700 Subject: [PATCH] lock STM32 core to 1.8.0 to workaround https://github.com/stm32duino/STM32Ethernet/issues/46 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e794af6..eff2d30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ jobs: - name: "ESP32" env: CORE="esp32:esp32" BOARD="esp32:esp32:d32" - name: "STM32" - env: CORE="STM32:stm32" BOARD="STM32:stm32:Nucleo_144:pnum=NUCLEO_F767ZI" + env: CORE="STM32:stm32@1.8.0" BOARD="STM32:stm32:Nucleo_144:pnum=NUCLEO_F767ZI" script: - arduino-cli compile --warnings all --fqbn $BOARD $PWD/examples/stm32/EthernetHTTPSstm32 @@ -49,7 +49,7 @@ jobs: - stage: "Deploy" if: tag is present - env: CORE="arduino:samd esp32:esp32 STM32:stm32" + env: CORE="arduino:samd esp32:esp32 STM32:stm32@1.8.0" script: skip before_deploy: - mkdir tmp-bin