We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentb0d9d28 commitafcf3aaCopy full SHA for afcf3aa
platform.txt
@@ -6,7 +6,7 @@
6
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification
7
8
name=Arduino megaAVR Boards
9
-version=1.6.27
+version=1.8.0
10
11
# AVR compile variables
12
# ---------------------
@@ -18,7 +18,7 @@ compiler.warning_flags.more=-Wall
18
compiler.warning_flags.all=-Wall -Wextra
19
20
# Default "compiler.path" is correct, change only if you want to override the initial value
21
-compiler.path={runtime.tools.avr-gcc-5.4.0-atmel3.6.1-arduino2.path}/bin/
+compiler.path={runtime.tools.avr-gcc.path}/bin/
22
compiler.c.cmd=avr-gcc
23
compiler.c.flags=-c -g -Os {compiler.warning_flags} -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects
24
compiler.c.elf.flags={compiler.warning_flags} -Os -g -flto -fuse-linker-plugin -Wl,--gc-sections -Wl,--section-start={build.text_section_start}