{
    "FLX-RAVENNASRC" : {
        "connections" : [ 
             {
                "id" : "uart-cli",
                "type" : "ftdi",
                "description" : "USB (uart1/cli)",
                "params": { 
                    "vid": "0x0403", 
                    "pid": "0x6010",
                    "interface": "1",
                    "timeout" : "1000"
                }
             },
             {
                "id" : "uart-fpgaflash",
                "type": "ftdi",
                "description" : "USB (uart2/fpga)",
                "params": { 
                    "vid": "0x0403", 
                    "pid": "0x6010",
                    "interface": "2",
                    "timeout" : "1000"
                }
             }
        ],
        "docs" : [
            { "User Manual"  : "$BASEURL/../FLX-RAVENNASRC_en.pdf"} 
        ],
        "firmware" : {
            "#include" : [
                "$BASEURL/3.2-beta1/manifest.json" 
            ]
        }
    }
}