File tree 1 file changed +2
-2
lines changed
Firmware/hardware/Balanduino/avr 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
17
17
compiler.c.flags=-c -g -Os -ffunction-sections -fdata-sections -MMD
18
18
compiler.c.elf.flags=-Os -Wl,--gc-sections
19
19
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
21
21
compiler.cpp.cmd=avr-g++
22
22
compiler.cpp.flags=-c -g -Os -fno-exceptions -ffunction-sections -fdata-sections -MMD
23
23
compiler.ar.cmd=avr-ar
@@ -84,7 +84,7 @@ tools.avrdude.erase.pattern="{cmd.path}" "-C{config.path}" {erase.verbose} -p{bu
84
84
85
85
tools.avrdude.bootloader.params.verbose=-v -v -v -v
86
86
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
88
88
89
89
90
90
# USB Default Flags
You can’t perform that action at this time.
0 commit comments