Skip to content

Commit

Permalink
print information when uploading sketch on board
Browse files Browse the repository at this point in the history
Signed-off-by: Thibaut VIARD <thibaut.viard@atmel.com>
  • Loading branch information
aethaniel authored and cmaglie committed Mar 23, 2015
1 parent 4644699 commit abea3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform.txt
Expand Up @@ -84,7 +84,7 @@ tools.bossac.path={runtime.ide.path}/hardware/tools/bossac-1.5-arduino

tools.bossac.upload.params.verbose=-i -d
tools.bossac.upload.params.quiet=
tools.bossac.upload.pattern="{path}/{cmd}" {upload.verbose} --port={serial.port.file} -U {upload.native_usb} -e -w -v "{build.path}/{build.project_name}.bin" -R
tools.bossac.upload.pattern="{path}/{cmd}" {upload.verbose} --port={serial.port.file} -U {upload.native_usb} -i -e -w -v "{build.path}/{build.project_name}.bin" -R

#
# OpenOCD sketch upload
Expand Down

0 comments on commit abea3f5

Please sign in to comment.