Skip to content

Commit 02007f9

Browse files
committed
sam: added {upload.verify} option in platform.txt
1 parent f17dabd commit 02007f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

platform.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,6 @@ tools.bossac.cmd.windows=bossac.exe
102102

103103
tools.bossac.upload.params.verbose=-i -d
104104
tools.bossac.upload.params.quiet=
105-
tools.bossac.upload.pattern="{path}/{cmd}" {upload.verbose} --port={serial.port.file} -U {upload.native_usb} -e -w -v -b "{build.path}/{build.project_name}.bin" -R
105+
tools.bossac.upload.params.verify=-v
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
106107

0 commit comments

Comments
 (0)