File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Firmware/hardware/Balanduino/avr Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ compiler.c.cmd=avr-gcc
1717compiler.c.flags=-c -g -Os -ffunction-sections -fdata-sections -MMD
1818compiler.c.elf.flags=-Os -Wl,--gc-sections
1919compiler.c.elf.cmd=avr-gcc
20- compiler.S.flags=-c -g -assembler-with-cpp
20+ compiler.S.flags=-c -g -x assembler-with-cpp
2121compiler.cpp.cmd=avr-g++
2222compiler.cpp.flags=-c -g -Os -fno-exceptions -ffunction-sections -fdata-sections -MMD
2323compiler.ar.cmd=avr-ar
@@ -84,7 +84,7 @@ tools.avrdude.erase.pattern="{cmd.path}" "-C{config.path}" {erase.verbose} -p{bu
8484
8585tools.avrdude.bootloader.params.verbose=-v -v -v -v
8686tools.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
You can’t perform that action at this time.
0 commit comments