Skip to content

Commit 18382ee

Browse files
committed
Updated platform.txt
See: arduino/Arduino#1790 and arduino/Arduino@fb32435
1 parent 57693fb commit 18382ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Firmware/hardware/Balanduino/avr/platform.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ compiler.c.cmd=avr-gcc
1717
compiler.c.flags=-c -g -Os -ffunction-sections -fdata-sections -MMD
1818
compiler.c.elf.flags=-Os -Wl,--gc-sections
1919
compiler.c.elf.cmd=avr-gcc
20-
compiler.S.flags=-c -g -assembler-with-cpp
20+
compiler.S.flags=-c -g -x assembler-with-cpp
2121
compiler.cpp.cmd=avr-g++
2222
compiler.cpp.flags=-c -g -Os -fno-exceptions -ffunction-sections -fdata-sections -MMD
2323
compiler.ar.cmd=avr-ar
@@ -84,7 +84,7 @@ tools.avrdude.erase.pattern="{cmd.path}" "-C{config.path}" {erase.verbose} -p{bu
8484

8585
tools.avrdude.bootloader.params.verbose=-v -v -v -v
8686
tools.avrdude.bootloader.params.quiet=-q -q
87-
tools.avrdude.bootloader.pattern="{cmd.path}" "-C{config.path}" {bootloader.verbose} -p{build.mcu} -c{protocol} {program.extra_params} "-Uflash:w:{sketchbook.path}/hardware/Balanduino/avr/bootloaders/{bootloader.file}:i" -Ulock:w:{bootloader.lock_bits}:m
87+
tools.avrdude.bootloader.pattern="{cmd.path}" "-C{config.path}" {bootloader.verbose} -p{build.mcu} -c{protocol} {program.extra_params} "-Uflash:w:{runtime.platform.path}/bootloaders/{bootloader.file}:i" -Ulock:w:{bootloader.lock_bits}:m
8888

8989

9090
# USB Default Flags

0 commit comments

Comments
 (0)