File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ compiler.warning_flags.default=
1717compiler.warning_flags.more=-Wall
1818compiler.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
2222compiler.S.cmd=arm-none-eabi-gcc
2323compiler.c.cmd=arm-none-eabi-gcc
@@ -62,8 +62,8 @@ compiler.ar.extra_flags=
6262compiler.elf2bin.extra_flags=
6363compiler.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# ---------
You can’t perform that action at this time.
0 commit comments