File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ tools.avrdude.bootloader.params.verbose=-v
113
113
tools.avrdude.bootloader.params.quiet=-q -q
114
114
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
115
115
116
+ tools.avrdude_remote.upload.pattern=/usr/bin/run-avrdude /tmp/sketch.hex {upload.verbose} -p{build.mcu}
116
117
117
118
# USB Default Flags
118
119
# Default blank usb manufacturer will be filled in at compile time
Original file line number Diff line number Diff line change @@ -105,3 +105,4 @@ tools.bossac.upload.params.quiet=
105
105
tools.bossac.upload.params.verify=-v
106
106
tools.bossac.upload.pattern="{path}/{cmd}" {upload.verbose} --port={serial.port.file} -U {upload.native_usb} -e -w {upload.verify} -b "{build.path}/{build.project_name}.bin" -R
107
107
108
+ tools.bossac_remote.upload.pattern=/usr/bin/run-bossac {upload.verbose} --port=ttyATH0 -U {upload.native_usb} -e -w -v -b /tmp/sketch.bin -R
You can’t perform that action at this time.
0 commit comments