Skip to content

Commit c384ca9

Browse files
author
Owen L - SFE
committed
revert to legacy (8-2018-q4-major) compiler
Moving to the 7-2017q4 version used by the Arduino Nano 33 BLE caused some nasty bugs (see #112) so for now we are going back. Will need to perform further testing regarding upcoming TensorFlow examples
1 parent 8628c31 commit c384ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ defines.variant={build.defs}
6363

6464

6565
## Compiler and Toolchain
66-
compiler.path={runtime.tools.arm-none-eabi-gcc-7-2017q4.path}/bin
66+
compiler.path={runtime.tools.arm-none-eabi-gcc-8-2018-q4-major.path}/bin
6767
compiler.cmd.cpp=arm-none-eabi-g++
6868
compiler.cmd.c=arm-none-eabi-gcc
6969
compiler.cmd.S=arm-none-eabi-gcc

0 commit comments

Comments
 (0)