Skip to content

Commit 7afd37c

Browse files
committed
Moved from CMSIS 5.6.0 to 5.7.0
https://github.com/stm32duino/ArduinoModule-CMSIS/releases/tag/5.7.0 Signed-off-by: Frederic Pillon <[email protected]>
1 parent 8b3405d commit 7afd37c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ compiler.ar.extra_flags=
6464
compiler.elf2bin.extra_flags=
6565
compiler.elf2hex.extra_flags=
6666

67-
compiler.arm.cmsis.c.flags="-I{runtime.tools.CMSIS-5.6.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/" "-I{runtime.tools.CMSIS-5.6.0.path}/CMSIS/DSP/Include"
68-
compiler.arm.cmsis.ldflags="-L{runtime.tools.CMSIS-5.6.0.path}/CMSIS/DSP/Lib/GCC/" -l{build.cmsis_lib_gcc}
67+
compiler.arm.cmsis.c.flags="-I{runtime.tools.CMSIS-5.7.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/" "-I{runtime.tools.CMSIS-5.7.0.path}/CMSIS/DSP/Include"
68+
compiler.arm.cmsis.ldflags="-L{runtime.tools.CMSIS-5.7.0.path}/CMSIS/DSP/Lib/GCC/" -l{build.cmsis_lib_gcc}
6969

7070
# USB Flags
7171
# ---------

0 commit comments

Comments
 (0)