Device path at flash time for several boards

This commit is contained in:
Trevor Rosen
2019-07-24 19:23:14 -05:00
committed by Ron Evans
parent 515daa7d3c
commit 64597de344
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
"inherits": ["atsamd21g18a"],
"build-tags": ["sam", "atsamd21g18a", "arduino_nano33"],
"flash": "bossac -d -i -e -w -v -R --offset=0x2000 {bin}"
"flash": "bossac -d -i -e -w -v -R --port={port} --offset=0x2000 {bin}"
}
+1 -1
View File
@@ -1,5 +1,5 @@
{
"inherits": ["atsamd21g18a"],
"build-tags": ["sam", "atsamd21g18a", "feather_m0"],
"flash": "bossac -d -i -e -w -v -R --offset=0x2000 {hex}"
"flash": "bossac -d -i -e -w -v -R --port={port} --offset=0x2000 {hex}"
}
+1 -1
View File
@@ -1,5 +1,5 @@
{
"inherits": ["atsamd21g18a"],
"build-tags": ["sam", "atsamd21g18a", "itsybitsy_m0"],
"flash": "bossac -d -i -e -w -v -R --offset=0x2000 {hex}"
"flash": "bossac -d -i -e -w -v -R --port={port} --offset=0x2000 {hex}"
}
+1 -1
View File
@@ -1,5 +1,5 @@
{
"inherits": ["atsamd21e18a"],
"build-tags": ["sam", "atsamd21e18a", "trinket_m0"],
"flash": "bossac -d -i -e -w -v -R --offset=0x2000 {hex}"
"flash": "bossac -d -i -e -w -v -R --port={port} --offset=0x2000 {hex}"
}