Use IPV6 feature for filtering mesh, client, and sockets

pull/2576/head
Jimmy Brisson 2016-08-31 13:40:34 -05:00
parent 4b1dcd398c
commit 64e71e2f3a
1 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-ble-HeartRate" :
{"features": ["BLE"]},
"https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-mesh-minimal" :
{"features": ["IPV4"]},
"https://github.com/ARMmbed/mbed-os-example-client" : {"features": ["IPV4"]},
"https://github.com/ARMmbed/mbed-os-example-sockets" : {"features": ["IPV4"]},
{"features": ["IPV6"]},
"https://github.com/ARMmbed/mbed-os-example-client" : {"features": ["IPV6"]},
"https://github.com/ARMmbed/mbed-os-example-sockets" : {"features": ["IPV6"]},
"https://github.com/ARMmbed/mbed-os-example-uvisor" : {"targets": ["K64F"]}
}