Skip to content

Commit c8c6b5d

Browse files
author
Chris Trowbridge
committed
Add necessary configs to support the EP_AGORA target
1 parent 1a53229 commit c8c6b5d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

mbed_app.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@
4040
],
4141
"target.components_add": ["STMOD_CELLULAR"],
4242
"stmod_cellular.provide-default": "true"
43+
},
44+
"EP_AGORA": {
45+
"target.features_add" : ["LWIP"],
46+
"target.features_remove" : ["BLE"],
47+
"target.extra_labels_remove" : ["CORDIO", "CORDIO_LL", "NORDIC_CORDIO"],
48+
"target.extra_labels_add" : ["SOFTDEVICE_NONE"],
49+
"lwip.ipv6-enabled" : true
4350
}
4451
}
4552
}

0 commit comments

Comments
 (0)