mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-18 03:24:00 +00:00
all: replace underscores with dashes in target names
This is the convention, so use it everywhere.
This commit is contained in:
committed by
Ron Evans
parent
2b1d4ce96e
commit
7a78b2dc0e
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"inherits": ["nrf52840"],
|
||||
"build-tags": ["clue_alpha","nrf52840_reset_uf2", "softdevice", "s140v6"],
|
||||
"flash-1200-bps-reset": "true",
|
||||
"flash-method": "msd",
|
||||
"msd-volume-name": "FTHR840BOOT",
|
||||
"msd-firmware-name": "firmware.uf2",
|
||||
"uf2-family-id": "0xADA52840",
|
||||
"linkerscript": "targets/circuitplay-bluefruit.ld"
|
||||
}
|
||||
Reference in New Issue
Block a user