mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 00:13:43 +00:00
targets: make msd-volume-name an array
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"serial": "uart",
|
||||
"flash-method": "command",
|
||||
"flash-command": "nrfjprog -f nrf52 --sectorerase --program {hex} --reset",
|
||||
"msd-volume-name": "JLINK",
|
||||
"msd-volume-name": ["JLINK"],
|
||||
"msd-firmware-name": "firmware.hex",
|
||||
"openocd-interface": "jlink",
|
||||
"openocd-transport": "swd"
|
||||
|
||||
Reference in New Issue
Block a user