mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-18 11:33:59 +00:00
targets: make msd-volume-name an array
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"serial-port": ["239a:80c9", "239a:80ca"],
|
||||
"flash-1200-bps-reset": "true",
|
||||
"flash-method": "msd",
|
||||
"msd-volume-name": "MATRIXBOOT",
|
||||
"msd-volume-name": ["MATRIXBOOT"],
|
||||
"msd-firmware-name": "firmware.uf2",
|
||||
"openocd-transport": "swd",
|
||||
"openocd-interface": "jlink",
|
||||
|
||||
Reference in New Issue
Block a user