Skip to content

Commit aa8ee77

Browse files
facchinmcmaglie
authored andcommitted
add support for remote upload on Yun shield
1 parent b345c25 commit aa8ee77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ tools.avrdude.bootloader.params.verbose=-v
113113
tools.avrdude.bootloader.params.quiet=-q -q
114114
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
115115

116+
tools.avrdude_remote.upload.pattern=/usr/bin/run-avrdude /tmp/sketch.hex {upload.verbose} -p{build.mcu}
116117

117118
# USB Default Flags
118119
# Default blank usb manufacturer will be filled in at compile time

0 commit comments

Comments
 (0)