aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/arduino-nano33.json
diff options
context:
space:
mode:
authordeadprogram <[email protected]>2020-05-09 12:57:11 +0200
committerAyke <[email protected]>2020-05-09 13:49:40 +0200
commit01f5c1d455c77670040408bccc1ca4c81b73603d (patch)
treef13be8f03d1e0437d9e7ecc09e52ba346929baae /targets/arduino-nano33.json
parent00f3a659038286877687eae40f48c341a8bdb0ab (diff)
downloadtinygo-01f5c1d455c77670040408bccc1ca4c81b73603d.tar.gz
tinygo-01f5c1d455c77670040408bccc1ca4c81b73603d.zip
machine/arduino-nano33: remove (d)ebug flag to reduce console noise when flashing
Signed-off-by: deadprogram <[email protected]>
Diffstat (limited to 'targets/arduino-nano33.json')
-rw-r--r--targets/arduino-nano33.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/arduino-nano33.json b/targets/arduino-nano33.json
index 5313562cf..fe41338e6 100644
--- a/targets/arduino-nano33.json
+++ b/targets/arduino-nano33.json
@@ -1,6 +1,6 @@
{
"inherits": ["atsamd21g18a"],
"build-tags": ["sam", "atsamd21g18a", "arduino_nano33"],
- "flash-command": "bossac -d -i -e -w -v -R -U --port={port} --offset=0x2000 {bin}",
+ "flash-command": "bossac -i -e -w -v -R -U --port={port} --offset=0x2000 {bin}",
"flash-1200-bps-reset": "true"
}