Skip to content

Commit 32370e7

Browse files
authored
Merge pull request stm32duino#485 from fpistm/CMSIS_update
Moved from CMSIS 5.3.0 to 5.4.0
2 parents 9299ab2 + 3b5347d commit 32370e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ matrix:
5151
# Install STM32 core supported by ST
5252
- cd $ARDUINO_IDE_PATH
5353
# Add json packages url to the Arduino IDE
54-
- ./arduino --save-prefs --pref "boardsmanager.additional.urls=https://github.com/stm32duino/BoardManagerFiles/raw/master/STM32/package_stm_index.json"
54+
- ./arduino --save-prefs --pref "boardsmanager.additional.urls=https://github.com/stm32duino/BoardManagerFiles/raw/dev/STM32/package_stm_index.json"
5555
# Install the latest core version
5656
- ./arduino --install-boards STM32:stm32
5757
- rm -fr $HOME/.arduino15/packages/STM32/hardware/stm32/*

platform.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ compiler.ar.extra_flags=
6262
compiler.elf2bin.extra_flags=
6363
compiler.elf2hex.extra_flags=
6464

65-
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/"
66-
compiler.arm.cmsis.ldflags="-L{runtime.tools.CMSIS-5.3.0.path}/CMSIS/Lib/GCC/" -l{build.cmsis_lib_gcc}
65+
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/"
66+
compiler.arm.cmsis.ldflags="-L{runtime.tools.CMSIS-5.4.0.path}/CMSIS/Lib/GCC/" -l{build.cmsis_lib_gcc}
6767

6868
# USB Flags
6969
# ---------

0 commit comments

Comments
 (0)