From f0938066df6a42d9470b85036af4902d4561b0f6 Mon Sep 17 00:00:00 2001 From: "Frederic.Pillon" Date: Mon, 1 Apr 2019 10:41:38 +0200 Subject: [PATCH 1/3] Moved from CMSIS 5.4.0 to 5.5.1 https://github.com/stm32duino/ArduinoModule-CMSIS/releases/tag/5.5.1 Signed-off-by: Frederic.Pillon --- platform.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform.txt b/platform.txt index 752c91bec3..0a01fabf15 100644 --- a/platform.txt +++ b/platform.txt @@ -62,8 +62,8 @@ compiler.ar.extra_flags= compiler.elf2bin.extra_flags= compiler.elf2hex.extra_flags= -compiler.arm.cmsis.c.flags="-I{runtime.tools.CMSIS-5.4.0.path}/CMSIS/Core/Include/" "-I{build.system.path}/Drivers/CMSIS/Device/ST/{build.series}/Include/" "-I{build.system.path}/Drivers/CMSIS/Device/ST/{build.series}/Source/Templates/gcc/" -compiler.arm.cmsis.ldflags="-L{runtime.tools.CMSIS-5.4.0.path}/CMSIS/Lib/GCC/" -l{build.cmsis_lib_gcc} +compiler.arm.cmsis.c.flags="-I{runtime.tools.CMSIS-5.5.1.path}/CMSIS/Core/Include/" "-I{build.system.path}/Drivers/CMSIS/Device/ST/{build.series}/Include/" "-I{build.system.path}/Drivers/CMSIS/Device/ST/{build.series}/Source/Templates/gcc/" +compiler.arm.cmsis.ldflags="-L{runtime.tools.CMSIS-5.5.1.path}/CMSIS/DSP/Lib/GCC/" -l{build.cmsis_lib_gcc} # USB Flags # --------- From 1b85c0b328ae7668f73251632cf235c449d29423 Mon Sep 17 00:00:00 2001 From: "Frederic.Pillon" Date: Wed, 27 Feb 2019 18:01:02 +0100 Subject: [PATCH 2/3] Moved from arm-none-eabi-gcc 6-2017-q2-update to 8-2018-q4-major Signed-off-by: Frederic.Pillon --- platform.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.txt b/platform.txt index 0a01fabf15..c0ee549863 100644 --- a/platform.txt +++ b/platform.txt @@ -17,7 +17,7 @@ compiler.warning_flags.default= compiler.warning_flags.more=-Wall compiler.warning_flags.all=-Wall -Wextra -compiler.path={runtime.tools.arm-none-eabi-gcc-6-2017-q2-update.path}/bin/ +compiler.path={runtime.tools.arm-none-eabi-gcc-8-2018-q4-major.path}/bin/ compiler.S.cmd=arm-none-eabi-gcc compiler.c.cmd=arm-none-eabi-gcc From 75adf5b0e12a7fac6813429a666cf6820599f45d Mon Sep 17 00:00:00 2001 From: "Frederic.Pillon" Date: Tue, 2 Apr 2019 15:12:17 +0200 Subject: [PATCH 3/3] [CI] Update to Arduino 1.8.9 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f4a32213b9..9abe84795b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,7 @@ matrix: # - env: - NAME=arduinoCI - - IDE_VERSION=1.8.8 + - IDE_VERSION=1.8.9 # Use in CI/build/conf/path_config_travis.json - ARDUINO_IDE_PATH=$HOME/IDE/arduino install: