Skip to content

Commit 90d6ec8

Browse files
committed
Adapt to changes in the mbed-os library.
1 parent d2caaad commit 90d6ec8

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

atmel-rf-driver.lib

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/ARMmbed/atmel-rf-driver/#160ce634ac16723c18bb2be61f1ed21c776252c9

mbed_app.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"config": {
3+
"network-interface":{
4+
"help": "options are ETHERNET,WIFI,MESH_LOWPAN_ND,MESH_THREAD",
5+
"value": "ETHERNET"
6+
},
7+
"wifi-ssid": {
8+
"help": "WiFi SSID",
9+
"value": "\"SSID\""
10+
},
11+
"wifi-password": {
12+
"help": "WiFi Password",
13+
"value": "\"Password\""
14+
}
15+
},
16+
"target_overrides": {
17+
"*": {
18+
"target.features_add": ["IPV6", "CLIENT", "IPV4"],
19+
"mbed-client.reconnection-count": 3,
20+
"mbed-client.reconnection-interval": 5
21+
}
22+
}
23+
}

0 commit comments

Comments
 (0)