From efdd10b70a9ce8b79c1f89fa1396523a112df4a1 Mon Sep 17 00:00:00 2001 From: "Frederic.Pillon" Date: Tue, 26 Feb 2019 09:03:21 +0100 Subject: [PATCH 1/2] Moved from CMSIS 5.3.0 to 5.4.0 https://github.com/stm32duino/ArduinoModule-CMSIS/releases/tag/5.4.0 Signed-off-by: Frederic.Pillon --- platform.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform.txt b/platform.txt index cbd50e88fa..752c91bec3 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.3.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.3.0.path}/CMSIS/Lib/GCC/" -l{build.cmsis_lib_gcc} +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} # USB Flags # --------- From 3b5347dff94f7503a286529ecf1a257e15eeeba6 Mon Sep 17 00:00:00 2001 From: "Frederic.Pillon" Date: Wed, 27 Mar 2019 16:02:32 +0100 Subject: [PATCH 2/2] [CI] Use dev branch for tools dependencies Signed-off-by: Frederic.Pillon --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ebc03a0fc3..f4a32213b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,7 +51,7 @@ matrix: # Install STM32 core supported by ST - cd $ARDUINO_IDE_PATH # Add json packages url to the Arduino IDE - - ./arduino --save-prefs --pref "boardsmanager.additional.urls=https://github.com/stm32duino/BoardManagerFiles/raw/master/STM32/package_stm_index.json" + - ./arduino --save-prefs --pref "boardsmanager.additional.urls=https://github.com/stm32duino/BoardManagerFiles/raw/dev/STM32/package_stm_index.json" # Install the latest core version - ./arduino --install-boards STM32:stm32 - rm -fr $HOME/.arduino15/packages/STM32/hardware/stm32/*