Skip to content

Commit c293ece

Browse files
authored
Merge pull request stm32duino#491 from fpistm/Update_deps
Update CMSIS and arm-none-eabi-gcc
2 parents a34bb7a + 34077d3 commit c293ece

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ matrix:
3939
#
4040
- env:
4141
- NAME=arduinoCI
42-
- IDE_VERSION=1.8.8
42+
- IDE_VERSION=1.8.9
4343
# Use in CI/build/conf/path_config_travis.json
4444
- ARDUINO_IDE_PATH=$HOME/IDE/arduino
4545
install:

platform.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ compiler.warning_flags.default=
1717
compiler.warning_flags.more=-Wall
1818
compiler.warning_flags.all=-Wall -Wextra
1919

20-
compiler.path={runtime.tools.arm-none-eabi-gcc-6-2017-q2-update.path}/bin/
20+
compiler.path={runtime.tools.arm-none-eabi-gcc-8-2018-q4-major.path}/bin/
2121

2222
compiler.S.cmd=arm-none-eabi-gcc
2323
compiler.c.cmd=arm-none-eabi-gcc
@@ -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.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}
65+
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/"
66+
compiler.arm.cmsis.ldflags="-L{runtime.tools.CMSIS-5.5.1.path}/CMSIS/DSP/Lib/GCC/" -l{build.cmsis_lib_gcc}
6767

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

0 commit comments

Comments
 (0)