all: replace underscores with dashes in target names

This is the convention, so use it everywhere.
This commit is contained in:
Ayke van Laethem
2020-10-22 18:48:57 +02:00
committed by Ron Evans
parent 2b1d4ce96e
commit 7a78b2dc0e
2 changed files with 3 additions and 3 deletions
+10
View File
@@ -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"
}