targets: make msd-volume-name an array

This commit is contained in:
Kenneth Bell
2023-04-14 21:36:29 +01:00
committed by Ron Evans
parent 48ef68dd86
commit 1bba5f5d7b
36 changed files with 85 additions and 76 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ type TargetSpec struct {
PortReset string `json:"flash-1200-bps-reset"`
SerialPort []string `json:"serial-port"` // serial port IDs in the form "vid:pid"
FlashMethod string `json:"flash-method"`
FlashVolume string `json:"msd-volume-name"`
FlashVolume []string `json:"msd-volume-name"`
FlashFilename string `json:"msd-firmware-name"`
UF2FamilyID string `json:"uf2-family-id"`
BinaryFormat string `json:"binary-format"`