File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ matrix:
39
39
#
40
40
- env :
41
41
- NAME=arduinoCI
42
- - IDE_VERSION=1.8.8
42
+ - IDE_VERSION=1.8.9
43
43
# Use in CI/build/conf/path_config_travis.json
44
44
- ARDUINO_IDE_PATH=$HOME/IDE/arduino
45
45
install :
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ compiler.warning_flags.default=
17
17
compiler.warning_flags.more=-Wall
18
18
compiler.warning_flags.all=-Wall -Wextra
19
19
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/
21
21
22
22
compiler.S.cmd=arm-none-eabi-gcc
23
23
compiler.c.cmd=arm-none-eabi-gcc
@@ -62,8 +62,8 @@ compiler.ar.extra_flags=
62
62
compiler.elf2bin.extra_flags=
63
63
compiler.elf2hex.extra_flags=
64
64
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}
67
67
68
68
# USB Flags
69
69
# ---------
You can’t perform that action at this time.
0 commit comments