Newer
Older
mbed-os / TESTS / network / emac / mbed_lib.json
@MarceloSalazar MarceloSalazar on 9 Apr 2020 483 bytes General clean-up of unsupported targets
{
    "name": "network-emac",
    "config": {
        "NO_SUPPORT_FOR_MULTICAST_FILTER": false,
        "NO_SUPPORT_FOR_IPV4_MULTICAST_FILTER": false
    },
    "target_overrides": {
        "WIO_EMW3166": {
            "NO_SUPPORT_FOR_IPV4_MULTICAST_FILTER": true
        },
        "MTB_ADV_WISE_1530": {
            "NO_SUPPORT_FOR_IPV4_MULTICAST_FILTER": true
        },
        "MTB_USI_WM_BN_BM_22": {
            "NO_SUPPORT_FOR_IPV4_MULTICAST_FILTER": true
        }
    }
}