{
    "FLX-MADI" : {
        "connections" : [ 
             {
                "id" : "uart-cli",
                "type" : "ftdi",
                "params": { 
                    "vid": "0x0403", 
                    "pid": "0x6010",
                    "interface": "1",
                    "timeout" : "1000"
                }
             },
             {
                "id" : "uart-fpgaflash",
                "type": "ftdi",
                "params": { 
                    "vid": "0x0403", 
                    "pid": "0x6010",
                    "interface": "2",
                    "timeout" : "1000"
                }
             }
        ],
        "docs" : [
            { "User Manual"  : "$BASEURL/../FLX-MADI_en.pdf"} 
        ],
        "firmware" : {
            "#include" : [
                "$BASEURL/1.0/manifest.json",
                "$BASEURL/1.2/manifest.json",
                "$BASEURL/1.3/manifest.json",
                "$BASEURL/2.0/manifest.json",
                "$BASEURL/2.1/manifest.json",
                "$BASEURL/2.2/manifest.json",
                "$BASEURL/2.3/manifest.json",
                "$BASEURL/2.4/manifest.json",
                "$BASEURL/2.5/manifest.json",
                "$BASEURL/2.7/manifest.json",
                "$BASEURL/3.0/manifest.json" 
            ]
        }
    }
}