From 201fd4a29d1af997ffbbf7b3de854f268b26857c Mon Sep 17 00:00:00 2001 From: jgromes Date: Tue, 19 Nov 2019 17:40:13 +0100 Subject: [PATCH] Fixed Travis STM32 board --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 96d4f9b1..b93c1fc7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ env: # see https://github.com/arduino/Arduino/blob/master/build/shared/manpage.adoc#options # and https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification#boardstxt - BOARD="esp32:esp32:esp32" - - BOARD="STM32:stm32:GenF1:pnum=NUCLEO_L452REP" + - BOARD="STM32:stm32:Nucleo_64:pnum=NUCLEO_L452REP" - BOARD="esp8266:esp8266:generic:xtal=80,ResetMethod=ck,CrystalFreq=26,FlashFreq=40,FlashMode=qio,eesz=512K" - BOARD="arduino:samd:arduino_zero_native" - BOARD="arduino:sam:arduino_due_x"