mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-12 15:03:41 +00:00
Device path at flash time for several boards
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"inherits": ["atsamd21g18a"],
|
"inherits": ["atsamd21g18a"],
|
||||||
"build-tags": ["sam", "atsamd21g18a", "arduino_nano33"],
|
"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,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"inherits": ["atsamd21g18a"],
|
"inherits": ["atsamd21g18a"],
|
||||||
"build-tags": ["sam", "atsamd21g18a", "feather_m0"],
|
"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,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"inherits": ["atsamd21g18a"],
|
"inherits": ["atsamd21g18a"],
|
||||||
"build-tags": ["sam", "atsamd21g18a", "itsybitsy_m0"],
|
"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,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"inherits": ["atsamd21e18a"],
|
"inherits": ["atsamd21e18a"],
|
||||||
"build-tags": ["sam", "atsamd21e18a", "trinket_m0"],
|
"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}"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user